We can now remove that comment about mac80211 requiring cfg80211 and do that for the user. Cc: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> --- net/mac80211/Kconfig | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index d4d3dca..6293b21 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -1,6 +1,6 @@ config MAC80211 tristate "mac80211 - SoftMAC device support" - depends on CFG80211 + select CFG80211 select CRYPTO select CRYPTO_ECB select CRYPTO_ARC4 @@ -28,10 +28,6 @@ config MAC80211 When built as a module mac80211 will be built as mac80211.ko, if not sure you should build this as a module. - -comment "CFG80211 needs to be enabled for MAC80211" - depends on CFG80211=n - menu "Rate control algorithm selection" depends on MAC80211 != n -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html