--- zzzz-none-000/linux-4.9.276/net/wireless/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/wireless/Kconfig 2023-04-05 08:19:02.000000000 +0000 @@ -1,20 +1,19 @@ config WIRELESS_EXT - bool + bool "Wireless extensions" config WEXT_CORE def_bool y depends on CFG80211_WEXT || WIRELESS_EXT config WEXT_PROC - def_bool y depends on PROC_FS 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 +180,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 +196,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 +218,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