projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f36881
)
x86_64: Select clocksource watchdog in Kconfig
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 12 Oct 2007 21:04:06 +0000
(23:04 +0200)
committer
Thomas Gleixner
<tglx@inhelltoy.tec.linutronix.de>
Fri, 12 Oct 2007 21:04:06 +0000
(23:04 +0200)
TSC must be verified by a continous and reliable clocksource to
allow high resolution timers and or dynamic ticks.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
arch/x86_64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/Kconfig
b/arch/x86_64/Kconfig
index b1b98e614f7cd2982ae9646c2b6188d234d233d4..520f33b83bfcbc40d9ddd7f869da8d8c0515ba72 100644
(file)
--- a/
arch/x86_64/Kconfig
+++ b/
arch/x86_64/Kconfig
@@
-36,6
+36,10
@@
config GENERIC_CMOS_UPDATE
bool
default y
+config CLOCKSOURCE_WATCHDOG
+ bool
+ default y
+
config ZONE_DMA32
bool
default y