:orphan: .. title:: NRF_SPU_FLASH_REGION_SIZE .. option:: CONFIG_NRF_SPU_FLASH_REGION_SIZE *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== FLASH region size for the NRF_SPU peripheral Direct dependencies =================== \ :option:`CPU_HAS_NRF_IDAU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x8000 if \ :option:`SOC_NRF9160 ` - 0x8000 if \ :option:`SOC_NRF5340_CPUAPP ` && \ :option:`NRF5340_CPUAPP_ERRATUM19 ` - 0x4000 if \ :option:`SOC_NRF5340_CPUAPP ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config NRF_SPU_FLASH_REGION_SIZE hex default 0x8000 if \ :option:`SOC_NRF9160 ` default 0x8000 if \ :option:`SOC_NRF5340_CPUAPP ` && \ :option:`NRF5340_CPUAPP_ERRATUM19 ` default 0x4000 if \ :option:`SOC_NRF5340_CPUAPP ` depends on \ :option:`CPU_HAS_NRF_IDAU ` help FLASH region size for the NRF_SPU peripheral *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*