CONFIG_GAZELL_PAIRING_CRYPT

Gazell Pairing encryption

Type: bool

Help

Enable Gazell Pairing encryption.

Direct dependencies

ENTROPY_GENERATOR && CRYPTO_NRF_ECB && GAZELL_PAIRING && GAZELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/gazell/Kconfig:53

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:16

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Gazell → Gazell Pairing

config GAZELL_PAIRING_CRYPT
    bool "Gazell Pairing encryption"
    depends on ENTROPY_GENERATOR && CRYPTO_NRF_ECB && GAZELL_PAIRING && GAZELL
    help
      Enable Gazell Pairing encryption.

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