diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-04-28 11:43:01 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2008-07-23 15:11:28 +1000 |
commit | 95469bd64a7a9ab405b566deb8c81d4aaf67ed9e (patch) | |
tree | 737b6971940e46bba0467e9808f6b101ce3cdb37 /arch/m68knommu/Kconfig | |
parent | 0df185f5a1430ab8b437be402d286ee0728ef9f8 (diff) | |
download | op-kernel-dev-95469bd64a7a9ab405b566deb8c81d4aaf67ed9e.zip op-kernel-dev-95469bd64a7a9ab405b566deb8c81d4aaf67ed9e.tar.gz |
m68knommu: complete generic time
do_set_rtc() isn't required because the work that is handled is
allready served if read_persistent_clock() & update_persistent_clock()
are implemented and CONFIG_GENERIC_CMOS_UPDATE is. sync_cmos_clock()
looks very familiar :)
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 8e84415..bfd3530 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -58,6 +58,10 @@ config GENERIC_TIME bool default y +config GENERIC_CMOS_UPDATE + bool + default y + config TIME_LOW_RES bool default y |