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 <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-03-10 16:10:36 -08:00 committed by Anas Nashif
commit 6cac92ad52
2 changed files with 1 additions and 8 deletions

View file

@ -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

View file

@ -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