:orphan: .. title:: CONFIG_NRF_MPU_FLASH_REGION_SIZE .. kconfig:: CONFIG_NRF_MPU_FLASH_REGION_SIZE CONFIG_NRF_MPU_FLASH_REGION_SIZE ################################ *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== .. code-block:: none FLASH region size for the NRF_MPU peripheral. Help ==== .. code-block:: none FLASH region size for the NRF_MPU peripheral. Direct dependencies =================== (\ :kconfig:`HAS_HW_NRF_MPU ` && \ :kconfig:`SOC_FAMILY_NRF `) || (\ :kconfig:`HAS_HW_NRF_MPU ` && \ :kconfig:`SOC_FAMILY_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x1000 - 0x1000 Kconfig definitions =================== At ``/arm/nordic_nrf/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_MPU_FLASH_REGION_SIZE hex default 0x1000 depends on HAS_HW_NRF_MPU && SOC_FAMILY_NRF help FLASH region size for the NRF_MPU peripheral. ---- At ``/arm/nordic_nrf/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_MPU_FLASH_REGION_SIZE hex default 0x1000 depends on HAS_HW_NRF_MPU && SOC_FAMILY_NRF help FLASH region size for the NRF_MPU peripheral. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*