projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4dd618
)
ARM: mach-shmobile: Enable TMU driver build
author
Magnus Damm
<damm@opensource.se>
Wed, 12 May 2010 09:03:19 +0000
(09:03 +0000)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/Kconfig
b/arch/arm/mach-shmobile/Kconfig
index f2b88c5fe142841e718928a0bd787dc6185032c3..176135fb419afc96f5d2a4e77a54abf6c53d6477 100644
(file)
--- 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