summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-10-23 05:20:05 +0200
committerLen Brown <len.brown@intel.com>2008-10-23 05:20:05 +0200
commit4538fad56ee1c16bce0294b5647d2551f0e03164 (patch)
treebbfe1b95eb38f2cf160c6521dc32f9a9dbc82cd2 /arch/x86
parentMerge branch 'bugzilla-11481' into test (diff)
parentcpuidle: upon BIOS bug, default to default_idle rather than polling (diff)
downloadlinux-4538fad56ee1c16bce0294b5647d2551f0e03164.tar.xz
linux-4538fad56ee1c16bce0294b5647d2551f0e03164.zip
Merge branch 'cpuidle' into test
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ed92864d1325..f8caf040650e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -123,6 +123,9 @@ config GENERIC_TIME_VSYSCALL
config ARCH_HAS_CPU_RELAX
def_bool y
+config ARCH_HAS_DEFAULT_IDLE
+ def_bool y
+
config ARCH_HAS_CACHE_LINE_SIZE
def_bool y