:orphan: .. title:: CONFIG_BT_CTLR_CSN_GPIOTE_CHAN .. kconfig:: CONFIG_BT_CTLR_CSN_GPIOTE_CHAN CONFIG_BT_CTLR_CSN_GPIOTE_CHAN ############################## *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none Select the nRF5 GPIOTE channel to use for FEM CSN GPIO pin toggle. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NRF ` && \ :kconfig:`BT_CTLR_FEM_NRF21540 ` && \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 5 if \ :kconfig:`PWM_NRF5_SW ` - 2 Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:799`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` → ``/bluetooth/controller/Kconfig:659`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_CSN_GPIOTE_CHAN int default 5 if PWM_NRF5_SW default 2 depends on SOC_FAMILY_NRF && BT_CTLR_FEM_NRF21540 && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT help Select the nRF5 GPIOTE channel to use for FEM CSN GPIO pin toggle. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*