Skip to content

Commit

Permalink
[nrf fromlist] drivers: nrf_wifi: Add dependencies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
krish2718 authored and jukkar committed Dec 19, 2024
1 parent da1f133 commit 34af0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ config NRF70_SR_COEX

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

0 comments on commit 34af0b4

Please sign in to comment.