-
CONFIG_BT_CTLR_PA_LNA_GPIOTE_CHAN
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
Select the nRF5 GPIOTE channel to use for PA/LNA GPIO feature.
Direct dependencies¶
SOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
|| BT_CTLR_GPIO_LNA
) && BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 3 if
PWM_NRF5_SW
&&SOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
||BT_CTLR_GPIO_LNA
) &&BT_CTLR
&&BT_HCI
&&BT
- 0 if
SOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
||BT_CTLR_GPIO_LNA
) &&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:670
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_CTLR_PA_LNA_GPIOTE_CHAN int default 3 ifPWM_NRF5_SW
&&SOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
||BT_CTLR_GPIO_LNA
) &&BT_CTLR
&&BT_HCI
&&BT
default 0 ifSOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
||BT_CTLR_GPIO_LNA
) &&BT_CTLR
&&BT_HCI
&&BT
depends onSOC_FAMILY_NRF
&& (BT_CTLR_GPIO_PA
||BT_CTLR_GPIO_LNA
) &&BT_CTLR
&&BT_HCI
&&BT
help Select the nRF5 GPIOTE channel to use for PA/LNA GPIO feature.
(Definitions include propagated dependencies, including from if’s and menus.)