The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_RADIO_ENABLE_FAST

Use tTXEN/RXEN,FAST ramp-up

Type: bool

Help

Enable use of fast radio ramp-up mode.

Direct dependencies

SOC_COMPATIBLE_NRF52X && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:518

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_RADIO_ENABLE_FAST
    bool
    prompt "Use tTXEN/RXEN,FAST ramp-up" if SOC_COMPATIBLE_NRF52X && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    default "y" if SOC_COMPATIBLE_NRF52X && BT_CTLR && BT_HCI && BT
    depends on SOC_COMPATIBLE_NRF52X && BT_CTLR && BT_HCI && BT
    help
      Enable use of fast radio ramp-up mode.

(Definitions include propagated dependencies, including from if’s and menus.)