drivers: nrf_wifi: Enable AP mode is supplicant AP is enabled

No need for an extra step to enable feature in the driver as it clearly
depends on the supplicant feature.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-12-12 00:36:22 +05:30 committed by Benjamin Cabé
commit a97f64011c

View file

@ -96,6 +96,7 @@ config NRF70_STA_MODE
config NRF70_AP_MODE
bool "Access point mode"
depends on WIFI_NM_WPA_SUPPLICANT_AP
default y if WIFI_NM_WPA_SUPPLICANT_AP
config NRF70_P2P_MODE
bool "P2P support in driver"