From 6cac92ad529bc18b7c9dc0d404eb7f871f7b4934 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Wed, 10 Mar 2021 16:10:36 -0800 Subject: [PATCH] x86: remove CONFIG_CPU_MINUTEIA Since the removal of Quark-based boards, there are no user of Minute-IA. Also, the generic x86 SoC is not exactly Minute-IA so change it to use a fairly safe CPU_ATOM. Fixes #14442 Signed-off-by: Daniel Leung --- arch/x86/Kconfig | 7 ------- soc/x86/ia32/Kconfig.soc | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) 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