Skip to content

Commit 4047e87

Browse files
matjonIngo Molnar
authored andcommitted
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: ce9c99a ("x86, cpu: Move AMD Elan Kconfig under "Processor family"") Support for Moorestown MID devices was removed in 2012 in: 1a8359e ("x86/mid: Remove Intel Moorestown") SGI 320/540 (Visual Workstation) was removed in 2014 in: c5f9ee3 ("x86, platforms: Remove SGI Visual Workstation") Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl> Signed-off-by: David Heideberg <david@ixit.cz> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lore.kernel.org/r/20250321-x86_x2apic-v3-4-b0cbaa6fa338@ixit.cz
1 parent e35e328 commit 4047e87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

arch/x86/Kconfig

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,20 @@ config X86_EXTENDED_PLATFORM
542542
CONFIG_64BIT.
543543

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

550552
64-bit platforms (CONFIG_64BIT=y):
551553
Numascale NumaChip
552554
ScaleMP vSMP
553555
SGI Ultraviolet
554556
Merrifield/Moorefield MID devices
557+
Goldfish (mostly Android emulator)
558+
Intel MID (Mobile Internet Device)
555559

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

0 commit comments

Comments
 (0)