diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-09 09:08:27 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-07-01 04:37:14 -0400 |
commit | 2d02612f61cc15b2025c90e32ed4a43eaa6753cd (patch) | |
tree | 2101a7b144b529c163e6a94bbc1c081d2077c26e /arch/mips/Kconfig | |
parent | 0a779c571314b7951ff12edac80aa0cbe7c12b6e (diff) |
mips: Use common i8253 clockevent
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20110609130622.133068765@linutronix.de
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 45f7aacc0278..6cb60adb7b30 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2391,6 +2391,7 @@ config MMU | |||
2391 | config I8253 | 2391 | config I8253 |
2392 | bool | 2392 | bool |
2393 | select CLKSRC_I8253 | 2393 | select CLKSRC_I8253 |
2394 | select CLKEVT_I8253 | ||
2394 | select MIPS_EXTERNAL_TIMER | 2395 | select MIPS_EXTERNAL_TIMER |
2395 | 2396 | ||
2396 | config ZONE_DMA32 | 2397 | config ZONE_DMA32 |