mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-01 03:11:59 +00:00
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>
This commit is contained in:
parent
e1a38fe10f
commit
fe67c084cb
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ config IWLWIFI_DEVICE_TRACING
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config IWLWIFI_DEVICE_SVTOOL
|
config IWLWIFI_DEVICE_SVTOOL
|
||||||
bool "iwlwifi device svtool support"
|
def_bool y
|
||||||
depends on IWLWIFI
|
depends on IWLWIFI
|
||||||
select NL80211_TESTMODE
|
depends on NL80211_TESTMODE
|
||||||
help
|
help
|
||||||
This option enables the svtool support for iwlwifi device through
|
This option enables the svtool support for iwlwifi device through
|
||||||
NL80211_TESTMODE. svtool is a software validation tool that runs in
|
NL80211_TESTMODE. svtool is a software validation tool that runs in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue