diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-02-28 10:40:21 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 14:02:34 -0500 |
commit | a0574e04807608998d4d115c07b7bc12bb499a44 (patch) | |
tree | 41995893f58885097144c6d6908efa3bd4f7f735 /arch/mips/Kconfig | |
parent | 148171b2ac1fb6a1a9f987f8daedc146c810a8ae (diff) |
[MIPS] Convert to RTC-class ds1742 driver
The generic rtc-ds1742 driver can be used for RBTX4927 and JMR3927
(with __swizzle_addr trick). This patch also removes MIPS local
DS1742 stuff.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 71729d0f013d..e7e880b87456 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1895,10 +1895,6 @@ config HZ | |||
1895 | 1895 | ||
1896 | source "kernel/Kconfig.preempt" | 1896 | source "kernel/Kconfig.preempt" |
1897 | 1897 | ||
1898 | config RTC_DS1742 | ||
1899 | bool "DS1742 BRAM/RTC support" | ||
1900 | depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927 | ||
1901 | |||
1902 | config MIPS_INSANE_LARGE | 1898 | config MIPS_INSANE_LARGE |
1903 | bool "Support for large 64-bit configurations" | 1899 | bool "Support for large 64-bit configurations" |
1904 | depends on CPU_R10000 && 64BIT | 1900 | depends on CPU_R10000 && 64BIT |