:orphan: .. title:: CPU_MINUTEIA .. option:: CONFIG_CPU_MINUTEIA *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies the use of a CPU from the Minute IA family. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`X86_MMU ` && \ :option:`X86 ` - \ :option:`ARCH_HAS_USERSPACE ` if \ :option:`X86_MMU ` && \ :option:`X86 ` Symbols that select this symbol =============================== - \ :option:`SOC_IA32 ` - \ :option:`SOC_SERIES_QUARK_D2000 ` - \ :option:`SOC_SERIES_QUARK_SE ` - \ :option:`SOC_SERIES_QUARK_X1000 ` - \ :option:`SOC_QUARK_X1000 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:30`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:15`` Menu path: (top menu) → X86 Architecture Options .. parsed-literal:: config CPU_MINUTEIA bool select \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`X86_MMU ` && \ :option:`X86 ` select \ :option:`ARCH_HAS_USERSPACE ` if \ :option:`X86_MMU ` && \ :option:`X86 ` depends on \ :option:`X86 ` help This option signifies the use of a CPU from the Minute IA family. *(Definitions include propagated dependencies, including from if's and menus.)*