Skip to content

Commit 6eff676

Browse files
krish2718kartben
authored andcommitted
drivers: nrf_wifi: Add dependencies
Add the feature flag and required GPIO in DTS as dependencies to avoid build failures. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 624543e commit 6eff676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ config NRF70_SR_COEX
196196

197197
config NRF70_SR_COEX_RF_SWITCH
198198
bool "GPIO configuration to control SR side RF switch position"
199+
depends on $(dt_node_has_prop,nrf70, srrf-switch-gpios)
200+
depends on NRF70_SR_COEX
199201
help
200202
Select this option to enable GPIO configuration to control SR side RF switch position.
201203
If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna).

0 commit comments

Comments
 (0)