From nobody Mon Apr 6 04:58:53 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 9C77FC6FA83 for ; Sun, 11 Sep 2022 08:48:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230045AbiIKIsO (ORCPT ); Sun, 11 Sep 2022 04:48:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229997AbiIKIrx (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 1DAF332A89 for ; Sun, 11 Sep 2022 01:47:51 -0700 (PDT) Received: (wp-smtpd smtp.tlen.pl 23566 invoked from network); 11 Sep 2022 10:47:48 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=o2.pl; s=1024a; t=1662886068; bh=4B44hVCIwBDDIJlt2GEX1V1Y9tCngkDcNQ/p4zW1j8E=; h=From:To:Cc:Subject; b=FWM1/DbWx8e/+onvDZ8Rtr7RpK6Fyzzu7K0PQAoKFM0QJa9fgvcQPvsAh+rYbwRJu B8KaBts9eFAZ7RXYE3JdPiGW8PkEDNqnnSma4s4tqOUs7KgnqCD1sCzw5yihNr1zxN QtS+BWomw5UX6LiWJo33NhegldCrUbXiyEuL9h4w= 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:48 +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 05/10] x86/Kconfig: move all X86_EXTENDED_PLATFORM options together Date: Sun, 11 Sep 2022 10:47:06 +0200 Message-Id: <20220911084711.13694-6-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: c75b25129d92ad3f73d4b296c2dd2913 X-WP-AV: skaner antywirusowy Poczty o2 X-WP-SPAM: NO 0000000 [oXNE] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org so that these options will be displayed together in menuconfig etc. 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" --- arch/x86/Kconfig | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 28f0c32fc65a..5a0bde075cae 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -642,6 +642,31 @@ config X86_INTEL_QUARK Say Y here if you have a Quark based system such as the Arduino compatible Intel Galileo. =20 +config X86_RDC321X + bool "RDC R-321x SoC" + depends on X86_32 + depends on X86_EXTENDED_PLATFORM + select M486 + select X86_REBOOTFIXUPS + help + This option is needed for RDC R-321x system-on-chip, also known + as R-8610-(G). + If you don't have one of these chips, you should say N here. + +config STA2X11 + bool "STA2X11 Companion Chip Support" + depends on X86_32 && SMP + depends on X86_EXTENDED_PLATFORM && PCI + select SWIOTLB + select MFD_STA2X11 + select GPIOLIB + help + This adds support for boards based on the STA2X11 IO-Hub, + a.k.a. "ConneXt". The chip is used in place of the standard + PC chipset, so all "standard" peripherals are missing. If this + option is selected the kernel will still be able to boot on + standard PC machines. + config X86_INTEL_LPSS bool "Intel Low Power Subsystem Support" depends on X86 && ACPI && PCI @@ -695,17 +720,6 @@ config IOSF_MBI_DEBUG =20 If you don't require the option or are in doubt, say N. =20 -config X86_RDC321X - bool "RDC R-321x SoC" - depends on X86_32 - depends on X86_EXTENDED_PLATFORM - select M486 - select X86_REBOOTFIXUPS - help - This option is needed for RDC R-321x system-on-chip, also known - as R-8610-(G). - If you don't have one of these chips, you should say N here. - config X86_SUPPORTS_MEMORY_FAILURE def_bool y # MCE code calls memory_failure(): @@ -715,20 +729,6 @@ config X86_SUPPORTS_MEMORY_FAILURE depends on X86_64 || !SPARSEMEM select ARCH_SUPPORTS_MEMORY_FAILURE =20 -config STA2X11 - bool "STA2X11 Companion Chip Support" - depends on X86_32 && SMP - depends on X86_EXTENDED_PLATFORM && PCI - select SWIOTLB - select MFD_STA2X11 - select GPIOLIB - help - This adds support for boards based on the STA2X11 IO-Hub, - a.k.a. "ConneXt". The chip is used in place of the standard - PC chipset, so all "standard" peripherals are missing. If this - option is selected the kernel will still be able to boot on - standard PC machines. - config X86_32_IRIS tristate "Eurobraille/Iris poweroff module" depends on X86_32 --=20 2.25.1