summaryrefslogtreecommitdiff
path: root/net
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-04-15 19:20:53 +0300
commitc61db8be1e0d11b2eeeb0e2b75e4ef93ccaa2d44 (patch)
tree077e676c7d1287ef9816f066b05a772ab721dca6 /net
parentd5a3675860d03d783689de3ed7cb3dec27e6a155 (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>
Diffstat (limited to 'net')
-rw-r--r--net/wireless/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 6c606120abfe..9fa6e6d34689 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"