projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8507708
)
arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms
author
Thomas Petazzoni
<
[email protected]
>
Thu, 13 Sep 2012 15:41:52 +0000
(17:41 +0200)
committer
Jason Cooper
<
[email protected]
>
Sat, 22 Sep 2012 14:50:27 +0000
(14:50 +0000)
This patch actually enables pinctrl drivers for Armada 370 and XP.
Signed-off-by: Thomas Petazzoni <
[email protected]
>
Acked-by: Thomas Petazzoni <
[email protected]
>
Tested-by: Thomas Petazzoni <
[email protected]
>
Reviewed-by: Stephen Warren <
[email protected]
>
Signed-off-by: Jason Cooper <
[email protected]
>
arch/arm/mach-mvebu/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/Kconfig
b/arch/arm/mach-mvebu/Kconfig
index 5540a8b83af8be17b3fa41447f2b4c19abdb5e18..a601a0b13af4a6c90d5bebef78091b62d8a6a50d 100644
(file)
--- a/
arch/arm/mach-mvebu/Kconfig
+++ b/
arch/arm/mach-mvebu/Kconfig
@@
-10,6
+10,7
@@
config MACH_ARMADA_370_XP
config MACH_ARMADA_370
bool "Marvell Armada 370 boards"
select MACH_ARMADA_370_XP
+ select PINCTRL_ARMADA_370
help
Say 'Y' here if you want your kernel to support boards based
on the Marvell Armada 370 SoC with device tree.
@@
-17,6
+18,7
@@
config MACH_ARMADA_370
config MACH_ARMADA_XP
bool "Marvell Armada XP boards"
select MACH_ARMADA_370_XP
+ select PINCTRL_ARMADA_XP
help
Say 'Y' here if you want your kernel to support boards based
on the Marvell Armada XP SoC with device tree.