ACPI: prevent build failure when CONFIG_X86_NUMAQ=y
authorLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 02:05:04 +0000 (21:05 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 02:05:04 +0000 (21:05 -0500)
commitdb50342205deabaff9ce1fbe53d5ba351992fa08
treed8c948480080b8e845efd1fb36c5c57a167a4755
parent7ac2735462349ca35d8807d93d66cf4d9ea7b729
ACPI: prevent build failure when CONFIG_X86_NUMAQ=y

...by disabling CONFIG_ACPI when CONFIG_X86_NUMAQ=y

otherwise arch/i386/pci/Makefile forgets
that it needs to build acpi.o

drivers/built-in.o: In function `acpi_pci_root_add':
pci_root.c:(.text+0x45ec4): undefined reference to `pci_acpi_scan_root'

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig