diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-03-03 22:57:17 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-12 19:14:09 -0500 |
commit | f7a56575fa4e62e94a644f72ef8c5d423c073982 (patch) | |
tree | 0995042279cfc27e4b9e11dc018edd492b0bd044 /arch/mn10300/Kconfig | |
parent | 1e871be1aa97babb467a929d6adcb1960659928b (diff) |
mn10300: Convert mn10300 to use read/update_persistent_clock
This patch converts the mn10300 architecture to use the generic
read_persistent_clock and update_persistent_clock interfaces, reducing
the amount of arch specific code we have to maintain, and allowing for
further cleanups in the future.
I have not built or tested this patch, so help from arch maintainers
would be appreciated.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <1267675049-12337-3-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 89faacad5d17..1c4565a9102b 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -37,6 +37,9 @@ config GENERIC_HARDIRQS_NO__DO_IRQ | |||
37 | config GENERIC_CALIBRATE_DELAY | 37 | config GENERIC_CALIBRATE_DELAY |
38 | def_bool y | 38 | def_bool y |
39 | 39 | ||
40 | config GENERIC_CMOS_UPDATE | ||
41 | def_bool y | ||
42 | |||
40 | config GENERIC_FIND_NEXT_BIT | 43 | config GENERIC_FIND_NEXT_BIT |
41 | def_bool y | 44 | def_bool y |
42 | 45 | ||