:orphan: .. title:: CONFIG_CPU_HAS_NXP_MPU .. kconfig:: CONFIG_CPU_HAS_NXP_MPU CONFIG_CPU_HAS_NXP_MPU ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when the CPU has a Memory Protection Unit (MPU) in NXP flavor. Help ==== .. code-block:: none This option is enabled when the CPU has a Memory Protection Unit (MPU) in NXP flavor. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_HAS_MPU ` - \ :kconfig:`CPU_HAS_MPU ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_KINETIS_K6X ` - \ :kconfig:`SOC_SERIES_KINETIS_K8X ` - \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` - \ :kconfig:`SOC_SERIES_KINETIS_K6X ` - \ :kconfig:`SOC_SERIES_KINETIS_K8X ` - \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` Kconfig definitions =================== At ``/arm/Kconfig:13`` 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_NXP_MPU bool select CPU_HAS_MPU help This option is enabled when the CPU has a Memory Protection Unit (MPU) in NXP flavor. ---- At ``/arm/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CPU_HAS_NXP_MPU bool select CPU_HAS_MPU help This option is enabled when the CPU has a Memory Protection Unit (MPU) in NXP flavor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*