From: Johannes Berg Date: Wed, 4 Jan 2006 15:51:31 +0000 (+0100) Subject: [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL X-Git-Tag: v2.6.17-rc1~994^2~12^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=32821837fa0b3a37b1f3e020769eb2a186cfff6e;p=linux-2.6-omap-h63xx.git [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL Signed-off-by: John W. Linville --- diff --git a/net/ieee80211/softmac/Kconfig b/net/ieee80211/softmac/Kconfig index 8d425042591..6cd9f3427be 100644 --- a/net/ieee80211/softmac/Kconfig +++ b/net/ieee80211/softmac/Kconfig @@ -1,5 +1,6 @@ config IEEE80211_SOFTMAC tristate "Software MAC add-on to the IEEE 802.11 networking stack" + depends on IEEE80211 && EXPERIMENTAL ---help--- This option enables the hardware independent software MAC addon for the IEEE 802.11 networking stack.