:orphan: .. title:: CONFIG_CPU_AARCH32_CORTEX_A .. kconfig:: CONFIG_CPU_AARCH32_CORTEX_A CONFIG_CPU_AARCH32_CORTEX_A ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a CPU of the Cortex-A family. 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 ` - \ :kconfig:`CPU_HAS_MMU ` - \ :kconfig:`HAS_CMSIS_CORE ` - \ :kconfig:`HAS_FLASH_LOAD_OFFSET ` - \ :kconfig:`ARCH_HAS_EXTRA_EXCEPTION_INFO ` - \ :kconfig:`ARCH_HAS_NOCACHE_MEMORY_SUPPORT ` Symbols that select this symbol =============================== - \ :kconfig:`CPU_CORTEX_A9 ` Kconfig definition ================== At ``/arm/core/aarch32/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options .. code-block:: kconfig config CPU_AARCH32_CORTEX_A bool select CPU_CORTEX select CPU_HAS_MMU select HAS_CMSIS_CORE select HAS_FLASH_LOAD_OFFSET select ARCH_HAS_EXTRA_EXCEPTION_INFO select ARCH_HAS_NOCACHE_MEMORY_SUPPORT depends on ARM help This option signifies the use of a CPU of the Cortex-A family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*