Skip to content

Commit

Permalink
[WIRELESS]: Fix Kconfig.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Oct 10, 2007
1 parent 3b04ddd commit 0aa4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aa4f33

Please sign in to comment.