diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-12 17:04:07 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-12 17:04:07 -0400 |
commit | ba7eda4c60e1d070b2f6586d42719ec1d5302d3b (patch) | |
tree | a7d54b9748825334b48d32af0a4b338d8f5be479 /arch/x86_64/Kconfig | |
parent | 02290683343391a50f45599710295dafa2ddd018 (diff) |
x86_64: Add (not yet used) clock event functions
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 520f33b83bfc..a9534c21c306 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -40,6 +40,10 @@ config CLOCKSOURCE_WATCHDOG | |||
40 | bool | 40 | bool |
41 | default y | 41 | default y |
42 | 42 | ||
43 | config GENERIC_CLOCKEVENTS_MIGR | ||
44 | bool | ||
45 | default y | ||
46 | |||
43 | config ZONE_DMA32 | 47 | config ZONE_DMA32 |
44 | bool | 48 | bool |
45 | default y | 49 | default y |
@@ -134,6 +138,8 @@ source "init/Kconfig" | |||
134 | 138 | ||
135 | menu "Processor type and features" | 139 | menu "Processor type and features" |
136 | 140 | ||
141 | source "kernel/time/Kconfig" | ||
142 | |||
137 | choice | 143 | choice |
138 | prompt "Subarchitecture Type" | 144 | prompt "Subarchitecture Type" |
139 | default X86_PC | 145 | default X86_PC |