From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754473AbaAFOJb (ORCPT ); Mon, 6 Jan 2014 09:09:31 -0500 Received: from s3.sipsolutions.net ([144.76.43.152]:42815 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbaAFOJa (ORCPT ); Mon, 6 Jan 2014 09:09:30 -0500 Message-ID: <1389017367.5891.13.camel@jlt4.sipsolutions.net> Subject: Re: BUG: build fail due to dependency issue (LIB80211_CRYPT_* failed to depend on LIB80211) From: Johannes Berg To: Andreas Mohr Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 06 Jan 2014 15:09:27 +0100 In-Reply-To: <20140106140103.GA24241@rhlx01.hs-esslingen.de> (sfid-20140106_150647_318044_741BFBBB) References: <20140106140103.GA24241@rhlx01.hs-esslingen.de> (sfid-20140106_150647_318044_741BFBBB) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.5-2+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-01-06 at 15:01 +0100, Andreas Mohr wrote: > config LIB80211 > tristate > config LIB80211_CRYPT_WEP > tristate > > config LIB80211_CRYPT_CCMP > tristate > > config LIB80211_CRYPT_TKIP > tristate > make menuconfig > showed these three crypt options rather very prominently, Well, then your 'make menuconfig' is somehow broken - on mainline options that have no prompt are not shown, and indeed 'make menuconfig' on the current mainline kernel confirms that those options are not possible to select manually. johannes