Skip to content

Commit

Permalink
[nrf fromlist] drivers: nrf_wifi: Add help for SR RF switch
Browse files Browse the repository at this point in the history
Helps in understanding this switch usage better.

Upstream PR #: 83173

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and jukkar committed Dec 19, 2024
1 parent 98c3460 commit da1f133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ config NRF70_SR_COEX

config NRF70_SR_COEX_RF_SWITCH
bool "GPIO configuration to control SR side RF switch position"
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).
If this GPIO is de-asserted (0), the SR side RF switch is connected to the SR side (separate antenna).

config NRF70_WORKQ_STACK_SIZE
int "Stack size for workqueue"
Expand Down

0 comments on commit da1f133

Please sign in to comment.