diff options
author | Hsu, Kenny <kenny.hsu@intel.com> | 2011-11-28 19:54:52 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-08 18:53:55 -0500 |
commit | fe67c084cba9e50725f55281dc48fc29adb07cdd (patch) | |
tree | 4433cef1e40fdb983742bd06570d688eb8ce6f08 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | e1a38fe10f998e27ce8600379d1109be33d4f9c2 (diff) |
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 | |||
103 | endmenu | 103 | endmenu |
104 | 104 | ||
105 | config IWLWIFI_DEVICE_SVTOOL | 105 | config IWLWIFI_DEVICE_SVTOOL |
106 | bool "iwlwifi device svtool support" | 106 | def_bool y |
107 | depends on IWLWIFI | 107 | depends on IWLWIFI |
108 | select NL80211_TESTMODE | 108 | depends on NL80211_TESTMODE |
109 | help | 109 | help |
110 | This option enables the svtool support for iwlwifi device through | 110 | This option enables the svtool support for iwlwifi device through |
111 | NL80211_TESTMODE. svtool is a software validation tool that runs in | 111 | NL80211_TESTMODE. svtool is a software validation tool that runs in |