Skip to content

Commit

Permalink
ACPI: Kconfig: ACPI_SRAT depends on ACPI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Len Brown committed Jun 30, 2006
1 parent 9e5289f commit 55910b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55910b2

Please sign in to comment.