drivers: nrf_wifi: Fix co-ex configs

They all depends on main COEX feature flag.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2025-04-12 01:46:04 +05:30 committed by Benjamin Cabé
commit 37d774e908

View file

@ -190,10 +190,10 @@ config NRF70_2_4G_ONLY
config NRF70_SR_COEX config NRF70_SR_COEX
bool "Wi-Fi and SR coexistence support" bool "Wi-Fi and SR coexistence support"
if NRF70_SR_COEX
config NRF70_SR_COEX_RF_SWITCH config NRF70_SR_COEX_RF_SWITCH
bool "GPIO configuration to control SR side RF switch position" bool "GPIO configuration to control SR side RF switch position"
depends on $(dt_nodelabel_has_prop,nrf70,srrf-switch-gpios) depends on $(dt_nodelabel_has_prop,nrf70,srrf-switch-gpios)
depends on NRF70_SR_COEX
help help
Select this option to enable GPIO configuration to control SR side RF switch position. Select this option to enable GPIO configuration to control SR side RF switch position.
If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna). If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna).
@ -210,6 +210,7 @@ config NRF70_SR_COEX_SWCTRL1_OUTPUT
config NRF70_SR_COEX_BT_GRANT_ACTIVE_LOW config NRF70_SR_COEX_BT_GRANT_ACTIVE_LOW
int "Configure BT grant active low" int "Configure BT grant active low"
default 1 default 1
endif # NRF70_SR_COEX
config NRF70_WORKQ_STACK_SIZE config NRF70_WORKQ_STACK_SIZE
int "Stack size for workqueue" int "Stack size for workqueue"