CONFIG_BT_CTLR

Bluetooth Controller

Type: bool

Help

Enables support for SoC native controller implementations.

Direct dependencies

BOARD_NRF52810_PCA10040 || (BT_HCI && BT)

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

Defaults

Kconfig definitions

At boards/arm/nrf52810_pca10040/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:26

Menu path: (top menu) → Board Options

config BT_CTLR
    bool
    default "y" if BT && BOARD_NRF52810_PCA10040
    depends on BOARD_NRF52810_PCA10040

At subsys/bluetooth/controller/Kconfig:10

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth

config BT_CTLR
    bool
    prompt "Bluetooth Controller" if BT_HCI && BT
    depends on BT_HCI && BT
    help
      Enables support for SoC native controller implementations.

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