projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5289f
)
ACPI: Kconfig: ACPI_SRAT depends on ACPI
author
Andrew Morton
<akpm@osdl.org>
Fri, 30 Jun 2006 09:15:00 +0000
(
05:15
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 30 Jun 2006 18:29:45 +0000
(14:29 -0400)
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>
arch/i386/Kconfig
patch
|
blob
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index
1718429
..
27d8ddd
100644
(file)
--- a/
arch/i386/Kconfig
+++ b/
arch/i386/Kconfig
@@
-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