diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9344b559c89..76624a49fa2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -25,13 +25,6 @@ config CPU_ATOM help This option signifies the use of a CPU from the Atom family. -config CPU_MINUTEIA - bool - select ARCH_HAS_STACK_PROTECTION if X86_MMU - select ARCH_HAS_USERSPACE if X86_MMU - help - This option signifies the use of a CPU from the Minute IA family. - config CPU_APOLLO_LAKE bool select CPU_HAS_FPU diff --git a/soc/x86/ia32/Kconfig.soc b/soc/x86/ia32/Kconfig.soc index 75c86855a07..d2731afdba3 100644 --- a/soc/x86/ia32/Kconfig.soc +++ b/soc/x86/ia32/Kconfig.soc @@ -3,7 +3,7 @@ config SOC_IA32 bool "Generic IA32 SoC" select X86 - select CPU_MINUTEIA + select CPU_ATOM select X86_CPU_HAS_MMX select X86_CPU_HAS_SSE select ARCH_HAS_RESERVED_PAGE_FRAMES if SRAM_BASE_ADDRESS = 0