diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2009-04-27 14:40:47 +0900 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-27 14:40:47 +0900 |
| commit | 5be7c0a4d3dfe25091f2e4e524103e81d9e7e180 (patch) | |
| tree | d3a9b0115beb7cdaf8b254818915bd50cb958a7d | |
| parent | sh: update defconfigs for PCI changes. (diff) | |
| download | linux-5be7c0a4d3dfe25091f2e4e524103e81d9e7e180.tar.gz linux-5be7c0a4d3dfe25091f2e4e524103e81d9e7e180.zip | |
sh: select GENERIC_TIME for new CMT driver.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
| -rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4c68fdedfa10..164748945f95 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -476,10 +476,11 @@ config SH_TIMER_CMT bool "CMT clockevents driver" depends on SYS_SUPPORTS_CMT && !SH_CMT select GENERIC_CLOCKEVENTS + select GENERIC_TIME config SH_MTU2 bool "MTU2 timer support" - depends on CPU_SH2A + depends on CPU_SH2A && !GENERIC_TIME default y help This enables the use of the MTU2 as the system timer. |
