aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-09-27 01:21:28 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:52:52 -0400
commit0aa4f3331b1df09a500e1fda84145255303af573 (patch)
treea6393a42b36102010ea9ff8c4bee946c20c84c45 /net/wireless
parent3b04ddde02cf1b6f14f2697da5c20eca5715017f (diff)
[WIRELESS]: Fix Kconfig.
Seems that a bare "depends" is no longer allowed in Sam's kbuild tree. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wireless')
-rw-r--r--net/wireless/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 6291f13bba09..6426055a8be0 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -3,7 +3,7 @@ config CFG80211
3 3
4config NL80211 4config NL80211
5 bool "nl80211 new netlink interface support" 5 bool "nl80211 new netlink interface support"
6 depends CFG80211 6 depends on CFG80211
7 default y 7 default y
8 ---help--- 8 ---help---
9 This option turns on the new netlink interface 9 This option turns on the new netlink interface