x86/Voyager: remove power management Kconfig quirk
commit1c61d8c309a4080980474de8c6689527be180782
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:49:22 +0000 (27 17:49 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:12 +0000 (29 14:17 +0100)
treea94f3f4b4ad65604154a8395e1ef68e077e70a6c
parent4b19ed915576e8034c3653b4b10b79bde10f69fa
x86/Voyager: remove power management Kconfig quirk

Voyager has this PM/ACPI Kconfig quirk:

 menu "Power management and ACPI options"
depends on !X86_VOYAGER

Most of the PM features are auto-detect so they should be safe to run
on just about any hardware. (If not, those instances need fixing.)

In any case, if a kernel is built for Voyager, the power management
options can be disabled.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig