mirror of https://gitee.com/openkylin/linux.git
ACPI: Kconfig: ACPI_SRAT depends on ACPI
arch/i386/kernel/srat.c won't compile without CONFIG_ACPI. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
9e5289f4dd
commit
55910b28f7
|
@ -176,7 +176,7 @@ endchoice
|
|||
config ACPI_SRAT
|
||||
bool
|
||||
default y
|
||||
depends on NUMA && (X86_SUMMIT || X86_GENERICARCH)
|
||||
depends on ACPI && NUMA && (X86_SUMMIT || X86_GENERICARCH)
|
||||
select ACPI_NUMA
|
||||
|
||||
config HAVE_ARCH_PARSE_SRAT
|
||||
|
|
Loading…
Reference in New Issue