From nobody Mon Apr 6 04:44:49 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A2DDECAAA1 for ; Sun, 11 Sep 2022 08:48:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbiIKIsV (ORCPT ); Sun, 11 Sep 2022 04:48:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229999AbiIKIrx (ORCPT ); Sun, 11 Sep 2022 04:47:53 -0400 Received: from mx-out.tlen.pl (mx-out.tlen.pl [193.222.135.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D84E432A94 for ; Sun, 11 Sep 2022 01:47:52 -0700 (PDT) Received: (wp-smtpd smtp.tlen.pl 26810 invoked from network); 11 Sep 2022 10:47:50 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=o2.pl; s=1024a; t=1662886070; bh=k3EahYcub+EJllvtFBGiEfyX5Qgy1Bs09Fk9domEcdg=; h=From:To:Cc:Subject; b=f46Y/YF7O7S7czbkLwb1qW2QwPjBGgrPMOS8ObhCT5fjZdH7GdRtzQpQmrNecarwr j3ogDgchV7QlSYiaoCOu+Dnv0d/0AN7wr73MUS/bHc1woXm5M6883BNY30/mF/rzy2 hqmLoX4muCPsfUBM2vXXIzdhtaxaetk3LbD/CljQ= Received: from aafh243.neoplus.adsl.tpnet.pl (HELO localhost.localdomain) (mat.jonczyk@o2.pl@[83.4.137.243]) (envelope-sender ) by smtp.tlen.pl (WP-SMTPD) with SMTP for ; 11 Sep 2022 10:47:50 +0200 From: =?UTF-8?q?Mateusz=20Jo=C5=84czyk?= To: linux-kernel@vger.kernel.org, x86@kernel.org Cc: =?UTF-8?q?Mateusz=20Jo=C5=84czyk?= , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" Subject: [PATCH v2 06/10] x86/Kconfig: update lists in X86_EXTENDED_PLATFORM Date: Sun, 11 Sep 2022 10:47:07 +0200 Message-Id: <20220911084711.13694-7-mat.jonczyk@o2.pl> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220911084711.13694-1-mat.jonczyk@o2.pl> References: <20220911084711.13694-1-mat.jonczyk@o2.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-WP-MailID: c0564d9aee1cf4fe327c74be756e07af X-WP-AV: skaner antywirusowy Poczty o2 X-WP-SPAM: NO 0000000 [ofP0] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 commit ce9c99af8d4b ("x86, cpu: Move AMD Elan Kconfig under "Processor fami= ly"") Support for Moorestown MID devices was removed in 2012 in commit 1a8359e411eb ("x86/mid: Remove Intel Moorestown") SGI 320/540 (Visual Workstation) was removed in 2014 in commit c5f9ee3d665a ("x86, platforms: Remove SGI Visual Workstation") Signed-off-by: Mateusz Jo=C5=84czyk Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Borislav Petkov Cc: Dave Hansen Cc: x86@kernel.org Cc: "H. Peter Anvin" --- v2: update entries' order,=20 Goldfish is now "mostly Android emualator" arch/x86/Kconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5a0bde075cae..31c2c574c67d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -512,12 +512,12 @@ config X86_EXTENDED_PLATFORM =20 If you enable this option then you'll be able to select support for the following (non-PC) 32 bit x86 platforms: - 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) - Moorestown MID devices =20 If you have one of these systems, or if you want to build a generic distribution kernel, say Y here - otherwise say N. @@ -537,6 +537,8 @@ config X86_EXTENDED_PLATFORM Numascale NumaChip ScaleMP vSMP SGI Ultraviolet + Goldfish (mostly Android emulator) + Intel MID (Mobile Internet Device) =20 If you have one of these systems, or if you want to build a generic distribution kernel, say Y here - otherwise say N. --=20 2.25.1