summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm2010-05-12 11:03:19 +0200
committerPaul Mundt2010-05-20 05:02:32 +0200
commit645e522ee05f467b86f6fd2f3554fd6592418bae (patch)
tree71c65a67fcc35e12e1f184d87676d1876929ef57 /arch/arm/mach-shmobile/Kconfig
parentARM: mach-shmobile: sh7372 INTCS support (diff)
downloadkernel-qcow2-linux-645e522ee05f467b86f6fd2f3554fd6592418bae.tar.gz
kernel-qcow2-linux-645e522ee05f467b86f6fd2f3554fd6592418bae.tar.xz
kernel-qcow2-linux-645e522ee05f467b86f6fd2f3554fd6592418bae.zip
ARM: mach-shmobile: Enable TMU driver build
Allow users to build the TMU driver on SH-Mobile ARM. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-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
help
This enables build of the CMT timer driver.
+config SH_TIMER_TMU
+ bool "TMU timer driver"
+ default y
+ help
+ This enables build of the TMU timer driver.
+
endmenu
endif