aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index f2b88c5fe142..176135fb419a 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -76,6 +76,12 @@ config SH_TIMER_CMT
76 help 76 help
77 This enables build of the CMT timer driver. 77 This enables build of the CMT timer driver.
78 78
79config SH_TIMER_TMU
80 bool "TMU timer driver"
81 default y
82 help
83 This enables build of the TMU timer driver.
84
79endmenu 85endmenu
80 86
81endif 87endif