diff options
Diffstat (limited to 'net/wireless/Kconfig')
-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 | |||
3 | 3 | ||
4 | config NL80211 | 4 | config NL80211 |
5 | bool "nl80211 new netlink interface support" | 5 | bool "nl80211 new netlink interface support" |
6 | depends CFG80211 | 6 | depends on CFG80211 |
7 | default y | 7 | default y |
8 | ---help--- | 8 | ---help--- |
9 | This option turns on the new netlink interface | 9 | This option turns on the new netlink interface |