Skip to content

Commit 5f67471

Browse files
krish2718kartben
authored andcommitted
drivers: nrf_wifi: Fix SR co-ex RF switch configuration
This was not getting enabled because label was passed instead of path and dependency was not met. Fix the DT function to use label. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 260c4f6 commit 5f67471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ config NRF70_SR_COEX
192192

193193
config NRF70_SR_COEX_RF_SWITCH
194194
bool "GPIO configuration to control SR side RF switch position"
195-
depends on $(dt_node_has_prop,nrf70, srrf-switch-gpios)
195+
depends on $(dt_nodelabel_has_prop,nrf70,srrf-switch-gpios)
196196
depends on NRF70_SR_COEX
197197
help
198198
Select this option to enable GPIO configuration to control SR side RF switch position.

0 commit comments

Comments
 (0)