m68knommu: remove unused CONFIG_GENERIC_CMOS_UPDATE option
commitb6c58e8af0d1188ce826bb35444f11752000e5e1
authorGreg Ungerer <gerg@uclinux.org>
Wed, 22 Feb 2012 03:41:11 +0000 (22 13:41 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:04 +0000 (5 09:43 +1000)
tree2ec2c2378956b675bb46f541f81314e38d90a580
parent35aefb2645d1ae7576699b2d7b66d6c9503113fc
m68knommu: remove unused CONFIG_GENERIC_CMOS_UPDATE option

The CONFIG_GENERIC_CMOS_UPDATE switch is always enabled for the non-MMU
m68k case. But the underlying code to support it, update_persistent_clock(),
doesn't end up doing anything on the currently supported non-MMU platforms.
No platforms supply the necessary function support for writing back the RTC.

So lets remove this option and support code. This also brings m68knommu
in line with the m68k, which doesn't enabled this switch either.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig
arch/m68k/kernel/time_no.c