mirror of https://github.com/torvalds/linux.git
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:ce9c99af8d("x86, cpu: Move AMD Elan Kconfig under "Processor family"") Support for Moorestown MID devices was removed in 2012 in:1a8359e411("x86/mid: Remove Intel Moorestown") SGI 320/540 (Visual Workstation) was removed in 2014 in:c5f9ee3d66("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
This commit is contained in:
parent
e35e328d37
commit
4047e8773f
|
|
@ -542,16 +542,20 @@ config X86_EXTENDED_PLATFORM
|
||||||
CONFIG_64BIT.
|
CONFIG_64BIT.
|
||||||
|
|
||||||
32-bit platforms (CONFIG_64BIT=n):
|
32-bit platforms (CONFIG_64BIT=n):
|
||||||
Goldfish (Android emulator)
|
Goldfish (mostly Android emulator)
|
||||||
AMD Elan
|
Intel CE media processor (CE4100) SoC
|
||||||
|
Intel MID (Mobile Internet Device)
|
||||||
|
Intel Quark
|
||||||
RDC R-321x SoC
|
RDC R-321x SoC
|
||||||
SGI 320/540 (Visual Workstation)
|
STA2X11-based (e.g. Northville)
|
||||||
|
|
||||||
64-bit platforms (CONFIG_64BIT=y):
|
64-bit platforms (CONFIG_64BIT=y):
|
||||||
Numascale NumaChip
|
Numascale NumaChip
|
||||||
ScaleMP vSMP
|
ScaleMP vSMP
|
||||||
SGI Ultraviolet
|
SGI Ultraviolet
|
||||||
Merrifield/Moorefield MID devices
|
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
|
If you have one of these systems, or if you want to build a
|
||||||
generic distribution kernel, say Y here - otherwise say N.
|
generic distribution kernel, say Y here - otherwise say N.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue