diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2007-09-20 23:26:02 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-02 21:48:42 -0400 |
commit | aa3be5f32db137bc4404f32a24b36fb47d48d260 (patch) | |
tree | c1478636bf2025cf9e700c48239418836cb43fbd /arch/powerpc/Kconfig | |
parent | df174e3be88d4352bfcfe20d11adc671d2961c79 (diff) |
[POWERPC] Implement {read,update}_persistent_clock
With these functions implemented we cooperate better with the generic
timekeeping code. This obsoletes the need for the timer sysdev as a bonus.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 45e86c751f11..6468cd9d72e4 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -26,6 +26,9 @@ config MMU | |||
26 | bool | 26 | bool |
27 | default y | 27 | default y |
28 | 28 | ||
29 | config GENERIC_CMOS_UPDATE | ||
30 | def_bool y | ||
31 | |||
29 | config GENERIC_HARDIRQS | 32 | config GENERIC_HARDIRQS |
30 | bool | 33 | bool |
31 | default y | 34 | default y |