Make IEEE80211 depend on IPW2100, IPW2200, or HOSTAP, which all select it. This removes the need for users to select it manually. Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> --- net/ieee80211/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig index 94ed7d3..44831db 100644 --- a/net/ieee80211/Kconfig +++ b/net/ieee80211/Kconfig @@ -1,5 +1,6 @@ config IEEE80211 tristate "Generic IEEE 802.11 Networking Stack (DEPRECATED)" + depends on (IPW2100 || IPW2200 || HOSTAP) ---help--- This option enables the hardware independent IEEE 802.11 networking stack. This component is deprecated in favor of the -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html