ARM: mach-shmobile: Enable TMU driver build
authorMagnus Damm <damm@opensource.se>
Wed, 12 May 2010 09:03:19 +0000 (09:03 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 20 May 2010 03:02:32 +0000 (12:02 +0900)
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>
arch/arm/mach-shmobile/Kconfig

index f2b88c5..176135f 100644 (file)
@@ -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