From: Len Brown Date: Sat, 17 Mar 2007 02:00:43 +0000 (-0400) Subject: ACPI: IA64: fix allnoconfig build X-Git-Tag: v2.6.21-rc5~30^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8140a90ec180192b202af086e7a582e5937c5580;p=pandora-kernel.git ACPI: IA64: fix allnoconfig build The evils of Kconfig's select bite us once again... ia64/Kconfig selects ACPI, which depends on PM. But select ignores dependencies, allnoconfig chooses CONFIG_PM=n, and thus the menu of sub-options under ACPI vanish, which breaks the build. Manually select PM along with ACPI for now. Some day, we should delete them both, or fix select. Cc: Tony Luck Signed-off-by: Len Brown --- Reading git-diff-tree failed