From: Andrew Morton Seems that a bare "depends" is no longer allowed in Sam's kbuild tree. Cc: "David S. Miller" Cc: "John W. Linville" Cc: Sam Ravnborg Signed-off-by: Andrew Morton --- net/wireless/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/wireless/Kconfig~git-net-fix-wireless-kconfig net/wireless/Kconfig --- a/net/wireless/Kconfig~git-net-fix-wireless-kconfig +++ a/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 _