projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4967b
)
sh: select GENERIC_TIME for new CMT driver.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 27 Apr 2009 05:40:47 +0000
(14:40 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 27 Apr 2009 05:40:47 +0000
(14:40 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 4c68fdedfa106ef16b45f9082c84940722e8d0dd..164748945f953ea833b7703f51f2302a49aa3055 100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-476,10
+476,11
@@
config SH_TIMER_CMT
bool "CMT clockevents driver"
depends on SYS_SUPPORTS_CMT && !SH_CMT
select GENERIC_CLOCKEVENTS
+ select GENERIC_TIME
config SH_MTU2
bool "MTU2 timer support"
- depends on CPU_SH2A
+ depends on CPU_SH2A
&& !GENERIC_TIME
default y
help
This enables the use of the MTU2 as the system timer.