:orphan: .. title:: CONFIG_CPU_CORTEX_M33 .. kconfig:: CONFIG_CPU_CORTEX_M33 CONFIG_CPU_CORTEX_M33 ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a Cortex-M33 CPU Direct dependencies =================== \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M ` - \ :kconfig:`ARMV8_M_MAINLINE ` - \ :kconfig:`ARMV8_M_SE ` if \ :kconfig:`CPU_HAS_TEE ` - \ :kconfig:`ARMV7_M_ARMV8_M_FP ` if \ :kconfig:`CPU_HAS_FPU ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_NRF53X ` - \ :kconfig:`SOC_SERIES_NRF91X ` - \ :kconfig:`SOC_SERIES_IMX_RT5XX ` - \ :kconfig:`SOC_SERIES_IMX_RT6XX ` - \ :kconfig:`SOC_SERIES_EFR32MG21 ` - \ :kconfig:`SOC_SERIES_STM32L5X ` - \ :kconfig:`SOC_SERIES_STM32U5X ` - \ :kconfig:`SOC_MPS2_AN521 ` - \ :kconfig:`SOC_V2M_MUSCA_B1 ` - \ :kconfig:`SOC_V2M_MUSCA_S1 ` - \ :kconfig:`SOC_LPC55S16 ` - \ :kconfig:`SOC_LPC55S28 ` - \ :kconfig:`SOC_LPC55S69_CPU0 ` - \ :kconfig:`SOC_LPC55S69_CPU1 ` Kconfig definition ================== At ``/arm/core/aarch32/cortex_m/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` → ``/arm/core/aarch32/Kconfig:305`` Menu path: (Top) → ARM Options .. code-block:: kconfig config CPU_CORTEX_M33 bool select CPU_CORTEX_M select ARMV8_M_MAINLINE select ARMV8_M_SE if CPU_HAS_TEE select ARMV7_M_ARMV8_M_FP if CPU_HAS_FPU depends on ARM help This option signifies the use of a Cortex-M33 CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*