summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-15 17:44:31 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-05-21 20:20:14 +0300
commit39e9561b81bc0d65ac22d98766ac721e489ec916 (patch)
tree71931f3f026a02526950069eddb40aa779c9f3d9
parent128f7491311b744f54bcd163be5e38839943bcd6 (diff)
wireless: make wireless_ext and wext_priv storable
The config option WIRELESS_EXT and WEXT_PRIV use to build external drivers, such as backports. Make these options storable in config file to be able to set them independently. Related-to: ELB-2388 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--net/wireless/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index da72ed32f143..b87f86e25da5 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -1,5 +1,5 @@
config WIRELESS_EXT
- bool
+ bool "WIRELESS_EXT - wireless core extensions"
config WEXT_CORE
def_bool y
@@ -14,7 +14,7 @@ config WEXT_SPY
bool
config WEXT_PRIV
- bool
+ bool "WEXT_PRIV - Wireless Extensions priv API"
config CFG80211
tristate "cfg80211 - wireless configuration API"