Skip to content

Commit 34af0b4

Browse files
krish2718jukkar
authored andcommitted
[nrf fromlist] drivers: nrf_wifi: Add dependencies
Add the feature flag and required GPIO in DTS as dependencies to avoid build failures. Upstream PR #: 83173 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent da1f133 commit 34af0b4

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
@@ -201,6 +201,8 @@ config NRF70_SR_COEX
201201

202202
config NRF70_SR_COEX_RF_SWITCH
203203
bool "GPIO configuration to control SR side RF switch position"
204+
depends on $(dt_node_has_prop,nrf70, srrf-switch-gpios)
205+
depends on NRF70_SR_COEX
204206
help
205207
Select this option to enable GPIO configuration to control SR side RF switch position.
206208
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)