drivers: nxp: wifi: Disable softap mode by default
Do not enable CONFIG_NXP_WIFI_SOFTAP_SUPPORT by default as that should be let for the user to decide whether the AP mode is compiled or not. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
a721291adc
commit
f1c83bca8f
1 changed files with 0 additions and 1 deletions
|
@ -542,7 +542,6 @@ config NXP_WIFI_SOFTAP_SUPPORT
|
|||
select WIFI_NM_HOSTAPD_AP if WIFI_NM_WPA_SUPPLICANT
|
||||
imply WIFI_NM_HOSTAPD_WPS if WIFI_NM_HOSTAPD_AP && WIFI_NM_WPA_SUPPLICANT_WPS
|
||||
imply WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE if WIFI_NM_HOSTAPD_AP && WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
|
||||
default y
|
||||
help
|
||||
Option to enable Wi-Fi SoftAP functions in the Wi-Fi driver.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue