The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_BT_ECC

Enable ECDH key generation support

Type: bool

Help

This option adds support for ECDH HCI commands.

Direct dependencies

BOARD_NRF5340_DK_NRF5340_CPUNET || (BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Default

Symbols that select this symbol

Kconfig definitions

At boards/arm/nrf5340_dk_nrf5340/Kconfig:42

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:29

Menu path: (Top) → Board Options

config BT_ECC
    bool
    default y if BT
    depends on BOARD_NRF5340_DK_NRF5340_CPUNET

At subsys/bluetooth/host/Kconfig:484

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:6subsys/bluetooth/Kconfig:160

Menu path: (Top) → Bluetooth

config BT_ECC
    bool "Enable ECDH key generation support"
    depends on BT_HCI && BT
    help
      This option adds support for ECDH HCI commands.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)