:orphan: .. title:: BT_CTLR_PA_LNA_GPIOTE_CHAN .. option:: 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 =================== \ :option:`SOC_FAMILY_NRF ` && (\ :option:`BT_CTLR_GPIO_PA ` || \ :option:`BT_CTLR_GPIO_LNA `) && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 3 if \ :option:`PWM_NRF5_SW ` - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig.ll_sw_split:640`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` → ``subsys/bluetooth/controller/Kconfig:594`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_CTLR_PA_LNA_GPIOTE_CHAN int default 3 if \ :option:`PWM_NRF5_SW ` default 0 depends on \ :option:`SOC_FAMILY_NRF ` && (\ :option:`BT_CTLR_GPIO_PA ` || \ :option:`BT_CTLR_GPIO_LNA `) && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Select the nRF5 GPIOTE channel to use for PA/LNA GPIO feature. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*