Skip to content

Commit 607dbed

Browse files
krish2718github-actions[bot]
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 5f67471) (cherry picked from commit b4d2560)
1 parent 9ad6673 commit 607dbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ config NRF70_SR_COEX
175175

176176
config NRF70_SR_COEX_RF_SWITCH
177177
bool "GPIO configuration to control SR side RF switch position"
178-
depends on $(dt_node_has_prop,nrf70, srrf-switch-gpios)
178+
depends on $(dt_nodelabel_has_prop,nrf70,srrf-switch-gpios)
179179
depends on NRF70_SR_COEX
180180
help
181181
Select this option to enable GPIO configuration to control SR side RF switch position.

0 commit comments

Comments
 (0)