From da1f133c5df6a507941690478b94f0b60bf42bdb Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 18 Dec 2024 20:52:06 +0530 Subject: [PATCH] [nrf fromlist] drivers: nrf_wifi: Add help for SR RF switch Helps in understanding this switch usage better. Upstream PR #: 83173 Signed-off-by: Chaitanya Tata --- drivers/wifi/nrf_wifi/Kconfig.nrfwifi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/wifi/nrf_wifi/Kconfig.nrfwifi b/drivers/wifi/nrf_wifi/Kconfig.nrfwifi index 45a22b7e7fa..dea420370a6 100644 --- a/drivers/wifi/nrf_wifi/Kconfig.nrfwifi +++ b/drivers/wifi/nrf_wifi/Kconfig.nrfwifi @@ -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"