:orphan: .. title:: CONFIG_HAS_HW_NRF_SPU .. kconfig:: CONFIG_HAS_HW_NRF_SPU CONFIG_HAS_HW_NRF_SPU ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_NRF52_BSIM ` || \ :kconfig:`SOC_FAMILY_NRF ` || \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_NRF5340_CPUAPP ` - \ :kconfig:`SOC_NRF9160 ` - \ :kconfig:`SOC_NRF5340_CPUAPP ` - \ :kconfig:`SOC_NRF9160 ` Kconfig definitions =================== At ``/arm/nordic_nrf/Kconfig.peripherals:187`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` → ``/posix/nrf52_bsim/Kconfig:9`` Menu path: (Top) → Board Options .. code-block:: kconfig config HAS_HW_NRF_SPU bool depends on BOARD_NRF52_BSIM ---- At ``/arm/nordic_nrf/Kconfig.peripherals:187`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:16`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config HAS_HW_NRF_SPU bool depends on SOC_FAMILY_NRF ---- At ``/arm/nordic_nrf/Kconfig.peripherals:187`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:16`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config HAS_HW_NRF_SPU bool depends on SOC_FAMILY_NRF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*