Skip to content

Commit 396033d

Browse files
Chaitanya TataChromeos LUCI
authored andcommitted
drivers: nrf_wifi: Add help for SR RF switch
Helps in understanding this switch usage better. (cherry picked from commit 624543e) Original-Signed-off-by: Chaitanya Tata <[email protected]> GitOrigin-RevId: 624543e Cr-Build-Id: 8727764308049365969 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8727764308049365969 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ic3c43bc77612330c7ebc831c0226889d0ee578d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6116708 Commit-Queue: Fabio Baltieri <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Reviewed-by: Fabio Baltieri <[email protected]>
1 parent be01822 commit 396033d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ config NRF70_SR_COEX
196196

197197
config NRF70_SR_COEX_RF_SWITCH
198198
bool "GPIO configuration to control SR side RF switch position"
199+
help
200+
Select this option to enable GPIO configuration to control SR side RF switch position.
201+
If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna).
202+
If this GPIO is de-asserted (0), the SR side RF switch is connected to the SR side (separate antenna).
199203

200204
config NRF70_WORKQ_STACK_SIZE
201205
int "Stack size for workqueue"

0 commit comments

Comments
 (0)