diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-07-21 11:10:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:08 -0400 |
commit | af74522ab782c718783b9d85d6d53b8cbf0c7b17 (patch) | |
tree | 65cec57eee7aae24c2e931ee1000522c32321ba6 /arch/x86_64/Kconfig | |
parent | 55f93afd89fe6b9b9e12cfb2d3eb1a68e21f529e (diff) |
x86_64: use generic cmos update
Use the generic cmos update function in kernel/time/ntp.c
Cc: john stultz <johnstul@us.ibm.com>
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: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 14bf8ce3ea23..fca1a85042ea 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -32,6 +32,10 @@ config GENERIC_TIME_VSYSCALL | |||
32 | bool | 32 | bool |
33 | default y | 33 | default y |
34 | 34 | ||
35 | config GENERIC_CMOS_UPDATE | ||
36 | bool | ||
37 | default y | ||
38 | |||
35 | config ZONE_DMA32 | 39 | config ZONE_DMA32 |
36 | bool | 40 | bool |
37 | default y | 41 | default y |