diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-05-02 10:25:42 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-25 02:56:09 -0400 |
commit | 0c358e70762861f8d479f3fa8bec358c599ba04a (patch) | |
tree | b0948d7a6a39a6db258543eb8826b54068c5664f /arch/powerpc/Kconfig | |
parent | ee46a90b599952bb1a9dc67f894710017e7cc409 (diff) |
[POWERPC] Use mktime in timer sysdev
This makes the timer sysdev use mktime instead of rtc_tm_to_time,
since rtc_tm_to_time just calls mktime anyway, and this means we
don't have a dependency on rtc-lib.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 882f8a1d2c7c..29012204c295 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -6,11 +6,6 @@ mainmenu "Linux/PowerPC Kernel Configuration" | |||
6 | 6 | ||
7 | source "arch/powerpc/platforms/Kconfig.cputype" | 7 | source "arch/powerpc/platforms/Kconfig.cputype" |
8 | 8 | ||
9 | config PPC_PM_NEEDS_RTC_LIB | ||
10 | bool | ||
11 | select RTC_LIB | ||
12 | default y if PM | ||
13 | |||
14 | config PPC32 | 9 | config PPC32 |
15 | bool | 10 | bool |
16 | default y if !PPC64 | 11 | default y if !PPC64 |