:orphan: .. title:: CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS .. kconfig:: CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS ########################################### *Custom fixed SoC MPU region definition* *Custom fixed SoC MPU region definition* Type: ``bool`` Help ==== .. code-block:: none If enabled, this option signifies that the SoC will define and configure its own fixed MPU regions in the SoC definition. These fixed MPU regions are currently used to set Flash and SRAM default access policies and they are programmed at boot time. Help ==== .. code-block:: none If enabled, this option signifies that the SoC will define and configure its own fixed MPU regions in the SoC definition. These fixed MPU regions are currently used to set Flash and SRAM default access policies and they are programmed at boot time. Defaults ======== - y - y - y - y - y - y Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_NPCX7 ` - \ :kconfig:`SOC_SERIES_STM32H7X ` - \ :kconfig:`SOC_SERIES_NPCX7 ` - \ :kconfig:`SOC_SERIES_STM32H7X ` Kconfig definitions =================== At ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_K6X ---- At ``/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_K8X ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_K6X ---- At ``/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_K8X ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool "Custom fixed SoC MPU region definition" help If enabled, this option signifies that the SoC will define and configure its own fixed MPU regions in the SoC definition. These fixed MPU regions are currently used to set Flash and SRAM default access policies and they are programmed at boot time. ---- At ``/arm/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool "Custom fixed SoC MPU region definition" help If enabled, this option signifies that the SoC will define and configure its own fixed MPU regions in the SoC definition. These fixed MPU regions are currently used to set Flash and SRAM default access policies and they are programmed at boot time. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*