The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS

Custom fixed SoC MPU region definition

Type: bool

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.

Defaults

  • y

  • y

  • y

Symbols that select this symbol

Kconfig definitions

At soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:15

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:7

Menu path: (Top)

config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
    bool
    default y
    depends on SOC_SERIES_KINETIS_K6X

At soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:15

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:7

Menu path: (Top)

config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
    bool
    default y
    depends on SOC_SERIES_KINETIS_K8X

At soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:25

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:7

Menu path: (Top)

config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
    bool
    default y
    depends on SOC_SERIES_KINETIS_KE1XF

At soc/arm/Kconfig:20

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:17

Menu path: (Top) → Hardware Configuration

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.)