--- zzzz-none-000/linux-4.9.231/net/wireless/Kconfig 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/net/wireless/Kconfig 2022-03-30 12:03:36.000000000 +0000 @@ -1,5 +1,5 @@ config WIRELESS_EXT - bool + bool "Wireless extensions" config WEXT_CORE def_bool y @@ -11,10 +11,10 @@ depends on WEXT_CORE config WEXT_SPY - bool + bool "WEXT_SPY" config WEXT_PRIV - bool + bool "WEXT_PRIV" config CFG80211 tristate "cfg80211 - wireless configuration API" @@ -181,14 +181,14 @@ extensions with cfg80211-based drivers. config CFG80211_WEXT_EXPORT - bool + bool "Export cfg80211's wext compatibility symbols" depends on CFG80211 help Drivers should select this option if they require cfg80211's wext compatibility symbols to be exported. config LIB80211 - tristate + tristate "LIB80211" default n help This options enables a library of common routines used @@ -197,13 +197,18 @@ Drivers should select this themselves if needed. config LIB80211_CRYPT_WEP - tristate + tristate "LIB80211_CRYPT_WEP" + select LIB80211 + config LIB80211_CRYPT_CCMP - tristate + tristate "LIB80211_CRYPT_CCMP" + select LIB80211 + config LIB80211_CRYPT_TKIP - tristate + tristate "LIB80211_CRYPT_TKIP" + select LIB80211 config LIB80211_DEBUG bool "lib80211 debugging messages" @@ -214,3 +219,10 @@ from lib80211. If unsure, say N. + +config USE_WAVE600_2_EMULATOR + bool "Support for WAVE600-2 R2 Device Emulator" + depends on SOC_GRX500 || SOC_GRX500_BOOTCORE + default n + help + Enable this for WAVE600-2 R2 Device emulator support