-
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¶
- “y” if
SOC_COMPATIBLE_NRF52X
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:518
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Advanced features
config BT_CTLR_RADIO_ENABLE_FAST bool prompt "Use tTXEN/RXEN,FAST ramp-up" ifSOC_COMPATIBLE_NRF52X
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
default "y" ifSOC_COMPATIBLE_NRF52X
&&BT_CTLR
&&BT_HCI
&&BT
depends onSOC_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.)