[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <174288816617.14745.14886579662628627185.tip-bot2@tip-bot2>
Date: Tue, 25 Mar 2025 07:36:06 -0000
From:
tip-bot2 for Mateusz Jończyk <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: mat.jonczyk@...pl, Ingo Molnar <mingo@...nel.org>,
Andy Shevchenko <andy@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject:
[tip: x86/urgent] x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 2704ad556cf2b1f3a08526f4f12f9200cf7dcb03
Gitweb: https://git.kernel.org/tip/2704ad556cf2b1f3a08526f4f12f9200cf7dcb03
Author: Mateusz Jończyk <mat.jonczyk@...pl>
AuthorDate: Sat, 22 Mar 2025 18:50:52 +01:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Tue, 25 Mar 2025 08:22:26 +01:00
x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text
Support for STA2X11-based systems was removed in February in:
dcbb01fbb7ae ("x86/pci: Remove old STA2x11 support")
Intel MID for 32-bit platforms was removed from this list also in
February in:
ca5955dd5f08 ("x86/cpu: Document CONFIG_X86_INTEL_MID as 64-bit-only")
Intel MID for 64-bit platforms is a duplicate for "Merrifield/Moorefield
MID devices".
Fixes: 4047e8773fb6 ("x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM")
Signed-off-by: Mateusz Jończyk <mat.jonczyk@...pl>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Cc: Andy Shevchenko <andy@...nel.org>
Link: https://lore.kernel.org/r/20250322175052.43611-1-mat.jonczyk@o2.pl
---
arch/x86/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ef48584..ce46252 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -545,10 +545,8 @@ config X86_EXTENDED_PLATFORM
32-bit platforms (CONFIG_64BIT=n):
Goldfish (mostly Android emulator)
Intel CE media processor (CE4100) SoC
- Intel MID (Mobile Internet Device)
Intel Quark
RDC R-321x SoC
- STA2X11-based (e.g. Northville)
64-bit platforms (CONFIG_64BIT=y):
Numascale NumaChip
@@ -556,7 +554,6 @@ config X86_EXTENDED_PLATFORM
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.
Powered by blists - more mailing lists