Browse Source

[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>
Andrew Morton 17 years ago
parent
commit
0aa4f3331b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/wireless/Kconfig

+ 1 - 1
net/wireless/Kconfig

@@ -3,7 +3,7 @@ config CFG80211
 
 
 config NL80211
 config NL80211
 	bool "nl80211 new netlink interface support"
 	bool "nl80211 new netlink interface support"
-	depends CFG80211
+	depends on CFG80211
 	default y
 	default y
 	---help---
 	---help---
          This option turns on the new netlink interface
          This option turns on the new netlink interface