linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] x86/Kconfig: Allow CONFIG_X86_MPPARSE disable for OF platforms
@ 2023-05-11 14:54 Saurabh Sengar
  2023-05-11 14:54 ` [PATCH 2/2] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE dependencies Saurabh Sengar
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Saurabh Sengar @ 2023-05-11 14:54 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86, hpa, kys, haiyangz, wei.liu,
	decui, mikelley, linux-kernel, linux-hyperv
  Cc: ssengar

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@linux.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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-02 16:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 14:54 [PATCH 1/2] x86/Kconfig: Allow CONFIG_X86_MPPARSE disable for OF platforms Saurabh Sengar
2023-05-11 14:54 ` [PATCH 2/2] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE dependencies Saurabh Sengar
2023-05-20 16:50   ` Michael Kelley (LINUX)
2023-05-24 16:09     ` Saurabh Singh Sengar
2023-05-20 16:39 ` [PATCH 1/2] x86/Kconfig: Allow CONFIG_X86_MPPARSE disable for OF platforms Michael Kelley (LINUX)
2023-05-23 17:52 ` Dave Hansen
2023-05-24 16:23   ` [EXTERNAL] " Saurabh Singh Sengar
2023-05-24 18:02     ` Dave Hansen
2023-05-25  7:06       ` Saurabh Singh Sengar
2023-05-25 13:56         ` Dave Hansen
2023-06-02 12:22           ` Saurabh Singh Sengar
2023-06-02 14:23             ` Dave Hansen
2023-06-02 16:25               ` [EXTERNAL] " Saurabh Singh Sengar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).