From: Johannes Berg Date: Tue, 14 Oct 2008 17:49:22 +0000 (+0200) Subject: make ieee80211 invisible X-Git-Tag: v2.6.29-rc1~581^2~874 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4acf07497140b1504a799d6a1b4da7d1b1e35af5;p=pandora-kernel.git make ieee80211 invisible This makes CONFIG_IEEE80211 invisible. The drivers that require it (ipw2100, ipw2200, hostap) select it, and everybody else really shouldn't even think about using it. Also, since there really is no point in compiling anything without crypto support these days, remove the crypto options and just enable them, leaving only the debugging option which only shows up when a driver is select that requires it. This makes it hard to enable, but most people wouldn't want to anyway. Signed-off-by: Johannes Berg Acked-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed