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:
Jukka Rissanen 2025-03-20 14:32:34 +02:00 committed by Benjamin Cabé
commit f1c83bca8f

View file

@ -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.