[PATCH] Note on ACPI build fix
authorAlexander Nyberg <alexn@telia.com>
Fri, 27 May 2005 10:48:50 +0000 (12:48 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 27 May 2005 15:15:05 +0000 (08:15 -0700)
commit8aadff7dd519800ce7c0e7fb75dcd4438b373134
treeabcd2112cb4554a76588e876e9007cdb380a2c3e
parent3e11c3ce0a4ce3d30802babccb0e5f881778ccf1
[PATCH] Note on ACPI build fix

Even after the previous fix you can still set CONFIG_ACPI_BOOT
indirectly even without CONFIG_ACPI by choosing CONFIG_PCI and
CONFIG_PCI_MMCONFIG.

That doesn't build very well either.

This makes PCI_MMCONFIG depend on ACPI, fixing that hole.

[ I guess in theory Kconfig could follow the whole chain of dependencies
  for things that get selected, but that sounds insanely complicated, so
  we'll just fix up these things by hand.  --Linus ]

Signed-off-by: Alexander Nyberg <alexn@telia.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/x86_64/Kconfig