diff options
author | Hsu, Kenny <kenny.hsu@intel.com> | 2011-11-28 16:54:52 -0800 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-08 15:53:55 -0800 |
commit | fe67c084cba9e50725f55281dc48fc29adb07cdd (patch) | |
tree | 4433cef1e40fdb983742bd06570d688eb8ce6f08 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | e1a38fe10f998e27ce8600379d1109be33d4f9c2 (diff) | |
download | talos-obmc-linux-fe67c084cba9e50725f55281dc48fc29adb07cdd.tar.gz talos-obmc-linux-fe67c084cba9e50725f55281dc48fc29adb07cdd.zip |
iwlwifi: hide kernel option IWLWIFI_DEVICE_SVTOOL
Because the testmode support should be the mandatory foundation
of test functionality, it is better to set kernel option
IWLWIFI_DEVICE_SVTOOL automatically instead of user configuration.
Signed-off-by: Kenny Hsu <kenny.hsu@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 57703d5209d7..855b13555e87 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig @@ -103,9 +103,9 @@ config IWLWIFI_DEVICE_TRACING endmenu config IWLWIFI_DEVICE_SVTOOL - bool "iwlwifi device svtool support" + def_bool y depends on IWLWIFI - select NL80211_TESTMODE + depends on NL80211_TESTMODE help This option enables the svtool support for iwlwifi device through NL80211_TESTMODE. svtool is a software validation tool that runs in |