diff options
author | Len Brown <len.brown@intel.com> | 2005-08-25 12:08:25 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-25 12:14:20 -0400 |
commit | eb7b6b32644f7a48357e02f8004f88b3220f3494 (patch) | |
tree | fff8771a500c1a28cb29490aa9722f061e16c1eb /kernel/power/Kconfig | |
parent | 76f58584824c61eb5b3bdbf019236815921d2e7c (diff) |
[ACPI] IA64-related ACPI Kconfig fixes
Build issues were mostly in the ACPI=n case -- don't do that.
Select ACPI from IA64_GENERIC.
Add some missing dependencies on ACPI.
Mark BLACKLIST_YEAR and some laptop-only ACPI drivers
as X86-only. Let me know when you get an IA64 Laptop.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 2c7121d9bff1..b99f61b82685 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config PM | 1 | config PM |
2 | bool "Power Management support" | 2 | bool "Power Management support" |
3 | depends on !IA64_HP_SIM | ||
3 | ---help--- | 4 | ---help--- |
4 | "Power Management" means that parts of your computer are shut | 5 | "Power Management" means that parts of your computer are shut |
5 | off or put into a power conserving "sleep" mode if they are not | 6 | off or put into a power conserving "sleep" mode if they are not |