Skip to content

Commit

Permalink
iwlwifi: hide kernel option IWLWIFI_DEVICE_SVTOOL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hsu, Kenny authored and Wey-Yi Guy committed Dec 8, 2011
1 parent e1a38fe commit fe67c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe67c08

Please sign in to comment.