:orphan: .. title:: CONFIG_NRF_SPU_FLASH_REGION_SIZE .. kconfig:: CONFIG_NRF_SPU_FLASH_REGION_SIZE CONFIG_NRF_SPU_FLASH_REGION_SIZE ################################ *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== .. code-block:: none FLASH region size for the NRF_SPU peripheral Help ==== .. code-block:: none FLASH region size for the NRF_SPU peripheral Direct dependencies =================== \ :kconfig:`CPU_HAS_NRF_IDAU ` || \ :kconfig:`CPU_HAS_NRF_IDAU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x8000 if \ :kconfig:`SOC_NRF9160 ` - 0x4000 if \ :kconfig:`SOC_NRF5340_CPUAPP ` - 0x8000 if \ :kconfig:`SOC_NRF9160 ` - 0x4000 if \ :kconfig:`SOC_NRF5340_CPUAPP ` Kconfig definitions =================== At ``/arm/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_SPU_FLASH_REGION_SIZE hex default 0x8000 if SOC_NRF9160 default 0x4000 if SOC_NRF5340_CPUAPP depends on CPU_HAS_NRF_IDAU help FLASH region size for the NRF_SPU peripheral ---- At ``/arm/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_SPU_FLASH_REGION_SIZE hex default 0x8000 if SOC_NRF9160 default 0x4000 if SOC_NRF5340_CPUAPP depends on CPU_HAS_NRF_IDAU help FLASH region size for the NRF_SPU peripheral *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*