:orphan: .. title:: CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS .. option:: 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 Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on \ :option:`SOC_SERIES_KINETIS_K6X ` ---- At ``soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on \ :option:`SOC_SERIES_KINETIS_K8X ` ---- At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS bool default y depends on \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``soc/arm/Kconfig:20`` 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 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.)*