diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ebabe518e729..5407e1295e51 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -397,6 +397,14 @@ source "arch/sh/boards/Kconfig" | |||
397 | 397 | ||
398 | menu "Timer and clock configuration" | 398 | menu "Timer and clock configuration" |
399 | 399 | ||
400 | config SH_TIMER_CMT | ||
401 | def_bool n | ||
402 | prompt "CMT support" | ||
403 | select GENERIC_TIME | ||
404 | select GENERIC_CLOCKEVENTS | ||
405 | help | ||
406 | This enables build of the CMT system timer driver. | ||
407 | |||
400 | config SH_TMU | 408 | config SH_TMU |
401 | def_bool y | 409 | def_bool y |
402 | prompt "TMU timer support" | 410 | prompt "TMU timer support" |