:orphan: .. title:: NRF_SPU_RAM_REGION_SIZE .. option:: CONFIG_NRF_SPU_RAM_REGION_SIZE *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== .. code-block:: none RAM region size for the NRF_SPU peripheral Direct dependencies =================== \ :option:`CPU_HAS_NRF_IDAU ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x2000 if \ :option:`SOC_NRF9160 ` || \ :option:`SOC_NRF5340_CPUAPP ` Kconfig definition ================== At ``/arm/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_SPU_RAM_REGION_SIZE hex default 0x2000 if SOC_NRF9160 || SOC_NRF5340_CPUAPP depends on CPU_HAS_NRF_IDAU help RAM region size for the NRF_SPU peripheral *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*