CONFIG_HW_UNIQUE_KEY_SRC

(No prompt – not directly user assignable.)

Type: bool

Help

This is true whenever hw_unique_key source files are included in the
build.

Default

Kconfig definition

At <nRF>/lib/hw_unique_key/Kconfig:7

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

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

config HW_UNIQUE_KEY_SRC
    bool
    default y if HW_UNIQUE_KEY || HW_UNIQUE_KEY_LOAD
    help
      This is true whenever hw_unique_key source files are included in the
      build.

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