:orphan: .. title:: CPU_CORTEX .. option:: CONFIG_CPU_CORTEX *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies the use of a CPU of the Cortex family. Direct dependencies =================== \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CPU_CORTEX_M ` - \ :option:`CPU_CORTEX_R ` - \ :option:`CPU_CORTEX_A ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARM Options .. parsed-literal:: config CPU_CORTEX bool depends on \ :option:`ARM ` help This option signifies the use of a CPU of the Cortex family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*