]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either ACPI or SFI is...
authorBin Gao <bin.gao@linux.intel.com>
Thu, 25 Oct 2012 16:35:44 +0000 (09:35 -0700)
committerIngo Molnar <mingo@kernel.org>
Fri, 26 Oct 2012 10:20:38 +0000 (12:20 +0200)
commit6e87f9b7e48e165cb8e6092b9abe682e7065614a
treea51548385f6c4749d288ea801f3682fbc162c20a
parentc6039f4a00901259517b7c027007697105209968
arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either ACPI 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>
arch/x86/Kconfig