diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-09-27 01:21:28 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:52 -0400 |
commit | 0aa4f3331b1df09a500e1fda84145255303af573 (patch) | |
tree | a6393a42b36102010ea9ff8c4bee946c20c84c45 /net/wireless | |
parent | 3b04ddde02cf1b6f14f2697da5c20eca5715017f (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/Kconfig | 2 |
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 | ||
4 | config NL80211 | 4 | config 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 |