projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd4079
)
ARM: mediatek: Add regmap to mediatek Kconfig
author
Matthias Brugger
<matthias.bgg@gmail.com>
Fri, 17 Jul 2015 20:53:26 +0000
(22:53 +0200)
committer
Matthias Brugger
<matthias.bgg@gmail.com>
Thu, 23 Jul 2015 18:01:42 +0000
(20:01 +0200)
Mediatek SoC needs the regmap/syscon infrastructure.
The infrastructure is used by the clock and pinctrl driver.
This patch adds MD_SYSCON to Kconfig for all Mediatek devices.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/mach-mediatek/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mediatek/Kconfig
b/arch/arm/mach-mediatek/Kconfig
index 9f59e58da3a47717dfbe64c4813446b3945ba8c9..aeece17e5ceaa4da09276c38cab1cf2ce24d9311 100644
(file)
--- a/
arch/arm/mach-mediatek/Kconfig
+++ b/
arch/arm/mach-mediatek/Kconfig
@@
-3,6
+3,7
@@
menuconfig ARCH_MEDIATEK
select ARM_GIC
select PINCTRL
select MTK_TIMER
+ select MFD_SYSCON
help
Support for Mediatek MT65xx & MT81xx SoCs