[tip: x86/urgent] x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM

From: tip-bot2 for Mateusz Jończyk
Date: Tue Mar 25 2025 - 03:37:21 EST


The following commit has been merged into the x86/urgent branch of tip:

Commit-ID: 4047e8773fb627df3779291d9138e425537573af
Gitweb: https://git.kernel.org/tip/4047e8773fb627df3779291d9138e425537573af
Author: Mateusz Jończyk <mat.jonczyk@xxxxx>
AuthorDate: Fri, 21 Mar 2025 21:48:46 +01:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Sat, 22 Mar 2025 08:02:16 +01:00

x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM

The order of the entries matches the order they appear in Kconfig.

In 2011, AMD Elan was moved to Kconfig.cpu and the dependency on
X86_EXTENDED_PLATFORM was dropped in:

ce9c99af8d4b ("x86, cpu: Move AMD Elan Kconfig under "Processor family"")

Support for Moorestown MID devices was removed in 2012 in:

1a8359e411eb ("x86/mid: Remove Intel Moorestown")

SGI 320/540 (Visual Workstation) was removed in 2014 in:

c5f9ee3d665a ("x86, platforms: Remove SGI Visual Workstation")

Signed-off-by: Mateusz Jończyk <mat.jonczyk@xxxxx>
Signed-off-by: David Heideberg <david@xxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Link: https://lore.kernel.org/r/20250321-x86_x2apic-v3-4-b0cbaa6fa338@xxxxxxx
---
arch/x86/Kconfig | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d6155b9..917cd2f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -542,16 +542,20 @@ config X86_EXTENDED_PLATFORM
CONFIG_64BIT.

32-bit platforms (CONFIG_64BIT=n):
- Goldfish (Android emulator)
- AMD Elan
+ Goldfish (mostly Android emulator)
+ Intel CE media processor (CE4100) SoC
+ Intel MID (Mobile Internet Device)
+ Intel Quark
RDC R-321x SoC
- SGI 320/540 (Visual Workstation)
+ STA2X11-based (e.g. Northville)

64-bit platforms (CONFIG_64BIT=y):
Numascale NumaChip
ScaleMP vSMP
SGI Ultraviolet
Merrifield/Moorefield MID devices
+ Goldfish (mostly Android emulator)
+ Intel MID (Mobile Internet Device)

If you have one of these systems, or if you want to build a
generic distribution kernel, say Y here - otherwise say N.