projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23814d
)
ARM: digicolor: select syscon and timer
author
Baruch Siach
<baruch@tkos.co.il>
Wed, 28 Jan 2015 22:04:11 +0000
(
00:04
+0200)
committer
Olof Johansson
<olof@lixom.net>
Thu, 29 Jan 2015 21:52:06 +0000
(13:52 -0800)
The digicolor interrupt controller driver now needs syscon.
Also, as per clocksource maintainer request, we now have a separate config
symbol, CONFIG_DIGICOLOR_TIMER, for the digicolor timer.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-digicolor/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-digicolor/Kconfig
b/arch/arm/mach-digicolor/Kconfig
index 5a0669a2738ed8ae90b548cdeb3fe09d5010500c..4f36d8d2bc57bd59a76d5efb1ed0a6f132141310 100644
(file)
--- a/
arch/arm/mach-digicolor/Kconfig
+++ b/
arch/arm/mach-digicolor/Kconfig
@@
-2,4
+2,6
@@
config ARCH_DIGICOLOR
bool "Conexant Digicolor SoC Support"
depends on ARCH_MULTI_V7
select CLKSRC_MMIO
+ select DIGICOLOR_TIMER
select GENERIC_IRQ_CHIP
+ select MFD_SYSCON