[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1683816877-10747-1-git-send-email-ssengar@linux.microsoft.com>
Date: Thu, 11 May 2023 07:54:36 -0700
From: Saurabh Sengar <ssengar@...ux.microsoft.com>
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org, hpa@...or.com,
kys@...rosoft.com, haiyangz@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, mikelley@...rosoft.com,
linux-kernel@...r.kernel.org, linux-hyperv@...r.kernel.org
Cc: ssengar@...rosoft.com
Subject: [PATCH 1/2] x86/Kconfig: Allow CONFIG_X86_MPPARSE disable for OF platforms
X86_MPPARSE is only selectable when ACPI is enabled. However,
on Devicetree platforms where ACPI is disabled, it is always
enabled. Allow X86_MPPARSE to be selected by OF platforms as
well.
Signed-off-by: Saurabh Sengar <ssengar@...ux.microsoft.com>
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 53bab123a8ee..e60315397399 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -469,7 +469,7 @@ config X86_X2APIC
If you don't know what to do here, say N.
config X86_MPPARSE
- bool "Enable MPS table" if ACPI
+ bool "Enable MPS table" if ACPI || OF
default y
depends on X86_LOCAL_APIC
help
--
2.34.1
Powered by blists - more mailing lists