-
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.)
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/nrf5340_dk_nrf5340/Kconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:27
→ boards/Kconfig:29
Menu path: (Top) → Board Options
config BT_ECC bool default y ifBT
depends onBOARD_NRF5340_DK_NRF5340_CPUNET
At subsys/bluetooth/host/Kconfig:484
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:160
Menu path: (Top) → Bluetooth
config BT_ECC bool "Enable ECDH key generation support" depends onBT_HCI
&&BT
help This option adds support for ECDH HCI commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)