From: Andrew Morton Date: Thu, 27 Sep 2007 05:21:28 +0000 (-0700) Subject: [WIRELESS]: Fix Kconfig. X-Git-Tag: v2.6.24-rc1~1454^2~335 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0aa4f3331b1df09a500e1fda84145255303af573;p=linux.git [WIRELESS]: Fix Kconfig. Seems that a bare "depends" is no longer allowed in Sam's kbuild tree. Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- 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