diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2008-04-24 23:11:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:32 -0400 |
commit | 6457d9fc3bb87c72db03cfb34cd414c8fb9b8edf (patch) | |
tree | baf16332ea9bb5734985bb9bc3357b992b32238c /arch/mips/Kconfig | |
parent | 4247417d8457b326ede001cb74af8570b5aa302b (diff) |
[MIPS] DS1287: Add clockevent driver
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.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, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2e4ac657a4c3..e5a7c5d96364 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -81,6 +81,7 @@ config MIPS_COBALT | |||
81 | config MACH_DECSTATION | 81 | config MACH_DECSTATION |
82 | bool "DECstations" | 82 | bool "DECstations" |
83 | select BOOT_ELF32 | 83 | select BOOT_ELF32 |
84 | select CEVT_DS1287 | ||
84 | select CEVT_R4K | 85 | select CEVT_R4K |
85 | select CSRC_IOASIC | 86 | select CSRC_IOASIC |
86 | select CSRC_R4K | 87 | select CSRC_R4K |
@@ -770,6 +771,9 @@ config BOOT_RAW | |||
770 | config CEVT_BCM1480 | 771 | config CEVT_BCM1480 |
771 | bool | 772 | bool |
772 | 773 | ||
774 | config CEVT_DS1287 | ||
775 | bool | ||
776 | |||
773 | config CEVT_GT641XX | 777 | config CEVT_GT641XX |
774 | bool | 778 | bool |
775 | 779 | ||