Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Andrew Morton and committed by
David S. Miller
0aa4f333 3b04ddde

+1 -1
+1 -1
net/wireless/Kconfig
··· 3 3 4 4 config NL80211 5 5 bool "nl80211 new netlink interface support" 6 - depends CFG80211 6 + depends on CFG80211 7 7 default y 8 8 ---help--- 9 9 This option turns on the new netlink interface