NL80211_TESTMODE depends on CFG80211 && (MT5931 || MT5931_MT6622)
authorhwg <hwg@rock-chips.com>
Wed, 17 Apr 2013 12:02:30 +0000 (20:02 +0800)
committerhwg <hwg@rock-chips.com>
Wed, 17 Apr 2013 12:02:40 +0000 (20:02 +0800)
net/wireless/Kconfig

index 8e2a668c9230ed9e0d210a23445575fa68a50e2f..9898263ac94fa62a7fff0ccc9de20f7762db4775 100644 (file)
@@ -31,7 +31,7 @@ config CFG80211
 
 config NL80211_TESTMODE
        bool "nl80211 testmode command"
-       depends on CFG80211
+       depends on CFG80211 && (MT5931 || MT5931_MT6622)
        help
          The nl80211 testmode command helps implementing things like
          factory calibration or validation tools for wireless chips.