Skip to content

Commit

Permalink
arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either AC…
Browse files Browse the repository at this point in the history
…PI or SFI is present

MPS tables are not needed for systems that have proper ACPI
support. This is also true for systems that have SFI in place.

So this patch allows the configuration (turning off) of
CONFIG_X86_MPPARSE when either ACPI or SFI is present.

Signed-off-by: Bin Gao <bin.gao@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Bin Gao <bin.gao@linux.intel.com>
Link: http://lkml.kernel.org/r/20121025163544.GB38477@bingao-desk1.fm.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Bin Gao authored and Ingo Molnar committed Oct 26, 2012
1 parent c6039f4 commit 6e87f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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 || SFI
default y
depends on X86_LOCAL_APIC
---help---
Expand Down

0 comments on commit 6e87f9b

Please sign in to comment.