From: Jan Niehusmann Make the IPW2100 and IPW2200 options available in the configuration menu even if IEEE80211 has not been selected before. This behaviour is more intuitive for people which are not familiar with the driver internals. The suggestion for this change was made by Alejandro Bonilla Beeche. Signed-off-by: Jan Niehusmann Signed-off-by: Adrian Bunk Acked-by: Zhu Yi Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/net/wireless/Kconfig | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff -puN drivers/net/wireless/Kconfig~let-ipw21200-select-ieee80211 drivers/net/wireless/Kconfig --- devel/drivers/net/wireless/Kconfig~let-ipw21200-select-ieee80211 2006-02-10 01:59:12.000000000 -0800 +++ devel-akpm/drivers/net/wireless/Kconfig 2006-02-10 01:59:12.000000000 -0800 @@ -136,8 +136,9 @@ comment "Wireless 802.11b ISA/PCI cards config IPW2100 tristate "Intel PRO/Wireless 2100 Network Connection" - depends on NET_RADIO && PCI && IEEE80211 + depends on NET_RADIO && PCI select FW_LOADER + select IEEE80211 ---help--- A driver for the Intel PRO/Wireless 2100 Network Connection 802.11b wireless network adapter. @@ -189,8 +190,9 @@ config IPW2100_DEBUG config IPW2200 tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" - depends on NET_RADIO && IEEE80211 && PCI + depends on NET_RADIO && PCI select FW_LOADER + select IEEE80211 ---help--- A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network Connection adapters. _