aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 11:03:24 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:16:58 -0500
commitaced3cee555f0b2fd58501e9b8a8a1295011e134 (patch)
tree474aec9dcae5c83f6bed51439d46fd0a35154835 /arch/x86/Kconfig
parent49793b0341a802cf5ee4179e837a2eb20f12c9fe (diff)
x86/Voyager: remove HIBERNATION Kconfig quirk
Voyager has this hibernation quirk: config ARCH_HIBERNATION_POSSIBLE def_bool y depends on !SMP || !X86_VOYAGER Hibernation is a generic facility provided on all x86 platforms. If it is buggy on Voyager then that bug should be fixed - not worked around. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 12b433aaaa60..df952e788a64 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -140,7 +140,7 @@ config HAVE_CPUMASK_OF_CPU_MAP
140 140
141config ARCH_HIBERNATION_POSSIBLE 141config ARCH_HIBERNATION_POSSIBLE
142 def_bool y 142 def_bool y
143 depends on !SMP || !X86_VOYAGER 143 depends on !SMP
144 144
145config ARCH_SUSPEND_POSSIBLE 145config ARCH_SUSPEND_POSSIBLE
146 def_bool y 146 def_bool y