Allow ia64 to build without CONFIG_PM. The "select PM" was added here: 8140a90ec180192b202af086e7a582e5937c5580 to work around the fact that ia64 selected ACPI, which depended on PM. But kconfig select ignores dependencies, so allnoconfig could set CONFIG_PM=n and break the build. We don't need that any longer because ACPI no longer depends on PM. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> --- arch/ia64/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 08559ee..333359c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -15,7 +15,6 @@ config IA64 bool select PCI if (!IA64_HP_SIM) select ACPI if (!IA64_HP_SIM) - select PM if (!IA64_HP_SIM) select ARCH_SUPPORTS_MSI select HAVE_IDE select HAVE_OPROFILE -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html