From: Robert P. J. Day Date: Thu, 24 Jul 2008 16:20:09 +0000 (-0400) Subject: WIRELESS: Make wireless one-click selectable. X-Git-Tag: upstream/snapshot3+hdmi~22513^2~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5442060c08a49bd0b416f033e0ae43ccedef5278;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git WIRELESS: Make wireless one-click selectable. Use "menuconfig" to make wireless support one-click selectable. Signed-off-by: Robert P. J. Day Signed-off-by: John W. Linville --- diff --git a/net/Kconfig b/net/Kconfig index 7612cc8..d87de48 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -236,14 +236,18 @@ source "net/rxrpc/Kconfig" config FIB_RULES bool -menu "Wireless" +menuconfig WIRELESS + bool "Wireless" depends on !S390 + default y + +if WIRELESS source "net/wireless/Kconfig" source "net/mac80211/Kconfig" source "net/ieee80211/Kconfig" -endmenu +endif # WIRELESS source "net/rfkill/Kconfig" source "net/9p/Kconfig"