projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7dc100
)
WIRELESS: Make wireless one-click selectable.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Thu, 24 Jul 2008 16:20:09 +0000
(12:20 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 22 Aug 2008 20:29:50 +0000
(16:29 -0400)
Use "menuconfig" to make wireless support one-click selectable.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index 7612cc8c337cc6ba7e909a08f6c63a3b026abf81..d87de48ba6567b4a4bbafab249837b0a0d20cf66 100644
(file)
--- 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"
-end
menu
+end
if # WIRELESS
source "net/rfkill/Kconfig"
source "net/9p/Kconfig"