-
CONFIG_CPU_ATOM
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option signifies the use of a CPU from the Atom family.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
CMOV
ifX86
CPU_HAS_FPU
ifX86
ARCH_HAS_STACK_PROTECTION
ifX86_MMU
&&X86
ARCH_HAS_USERSPACE
ifX86_MMU
&&X86
Kconfig definition¶
At arch/x86/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → X86 Architecture Options
config CPU_ATOM bool selectCMOV
ifX86
selectCPU_HAS_FPU
ifX86
selectARCH_HAS_STACK_PROTECTION
ifX86_MMU
&&X86
selectARCH_HAS_USERSPACE
ifX86_MMU
&&X86
depends onX86
help This option signifies the use of a CPU from the Atom family.
(Definitions include propagated dependencies, including from if’s and menus.)