diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-12 05:03:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-19 23:02:32 -0400 |
commit | 645e522ee05f467b86f6fd2f3554fd6592418bae (patch) | |
tree | 71c65a67fcc35e12e1f184d87676d1876929ef57 /arch/arm | |
parent | f4dd61853e52251cc2661fb47cf133403ade1180 (diff) |
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')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 6 |
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 | ||
79 | config SH_TIMER_TMU | ||
80 | bool "TMU timer driver" | ||
81 | default y | ||
82 | help | ||
83 | This enables build of the TMU timer driver. | ||
84 | |||
79 | endmenu | 85 | endmenu |
80 | 86 | ||
81 | endif | 87 | endif |