diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-09-26 22:21:28 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:52:52 -0700 |
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 config NL80211 bool "nl80211 new netlink interface support" - depends CFG80211 + depends on CFG80211 default y ---help--- This option turns on the new netlink interface |