make ieee80211 invisible
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 14 Oct 2008 17:49:22 +0000 (19:49 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:25 +0000 (19:00 -0400)
commit4acf07497140b1504a799d6a1b4da7d1b1e35af5
treedaea88f8500a34769eef6c2183bfa1c48092e8b6
parent5c7f9b7363bfd10e40cf1a28dfc9048417df7028
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 <johannes@sipsolutions.net>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/Kconfig