:orphan: .. title:: CONFIG_BT_ECC .. kconfig:: CONFIG_BT_ECC CONFIG_BT_ECC ############# *Enable ECDH key generation support* Type: ``bool`` Help ==== .. code-block:: none This option adds support for ECDH HCI commands. Direct dependencies =================== \ :kconfig:`BOARD_THINGY53_NRF5340_CPUNET ` || \ :kconfig:`BOARD_BL5340_DVK_CPUNET ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUNET ` || (\ :kconfig:`BT_HCI ` && \ :kconfig:`BT `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT_MESH_PROV ` || (\ :kconfig:`BT_SMP ` && !\ :kconfig:`BT_SMP_OOB_LEGACY_PAIR_ONLY `) Symbols that select this symbol =============================== - \ :kconfig:`BT_SMP ` Kconfig definitions =================== At ``/arm/thingy53_nrf5340/Kconfig.defconfig:95`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_ECC bool default BT depends on BOARD_THINGY53_NRF5340_CPUNET ---- At ``/arm/bl5340_dvk/Kconfig:103`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BT_ECC bool default y if BT depends on BOARD_BL5340_DVK_CPUNET ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BT_ECC bool default y if BT depends on BOARD_NRF5340DK_NRF5340_CPUNET ---- At ``/bluetooth/host/Kconfig:581`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ECC bool "Enable ECDH key generation support" default y if BT_MESH_PROV || (BT_SMP && !BT_SMP_OOB_LEGACY_PAIR_ONLY) 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.)*