diff options
| -rw-r--r-- | arch/x86/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 46c3bff3ced..b1494bd92b6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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---  |