Skip to content

Commit 6b25a93

Browse files
Chaitanya TataChromeos LUCI
authored andcommitted
drivers: nrf_wifi: Add dependencies
Add the feature flag and required GPIO in DTS as dependencies to avoid build failures. (cherry picked from commit 6eff676) Original-Signed-off-by: Chaitanya Tata <[email protected]> GitOrigin-RevId: 6eff676 Cr-Build-Id: 8727764308049365969 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8727764308049365969 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I7c703294ab159f87aa171e5bdacf09d279fbb576 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6116709 Reviewed-by: Fabio Baltieri <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]>
1 parent 396033d commit 6b25a93

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)