diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-05-11 21:33:30 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 14:28:33 +0100 |
commit | b0cc114c04c114b933661eba329d9776c0eab74c (patch) | |
tree | 1d797d048c600eeb083b11d5d289d2061b7021d4 /drivers/rtc/Kconfig | |
parent | fb82a3a7674e754729c2e31183b538e39a900e5b (diff) | |
download | op-kernel-dev-b0cc114c04c114b933661eba329d9776c0eab74c.zip op-kernel-dev-b0cc114c04c114b933661eba329d9776c0eab74c.tar.gz |
[MIPS] Use RTC_CMOS for Cobalt
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 1759baa..bfcfd10 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -246,7 +246,7 @@ comment "Platform RTC drivers" config RTC_DRV_CMOS tristate "PC-style 'CMOS'" depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \ - || M32R || ATARI || POWERPC) + || M32R || ATARI || POWERPC || MIPS) help Say "yes" here to get direct support for the real time clock found in every PC or ACPI-based system, and some other boards. |