arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms

This patch actually enables pinctrl drivers for Armada 370 and XP.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Thomas Petazzoni 2012-09-13 17:41:52 +02:00 committed by Jason Cooper
parent 85077087d4
commit 5beb5f889e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ config MACH_ARMADA_370_XP
config MACH_ARMADA_370 config MACH_ARMADA_370
bool "Marvell Armada 370 boards" bool "Marvell Armada 370 boards"
select MACH_ARMADA_370_XP select MACH_ARMADA_370_XP
select PINCTRL_ARMADA_370
help help
Say 'Y' here if you want your kernel to support boards based Say 'Y' here if you want your kernel to support boards based
on the Marvell Armada 370 SoC with device tree. on the Marvell Armada 370 SoC with device tree.
@ -17,6 +18,7 @@ config MACH_ARMADA_370
config MACH_ARMADA_XP config MACH_ARMADA_XP
bool "Marvell Armada XP boards" bool "Marvell Armada XP boards"
select MACH_ARMADA_370_XP select MACH_ARMADA_370_XP
select PINCTRL_ARMADA_XP
help help
Say 'Y' here if you want your kernel to support boards based Say 'Y' here if you want your kernel to support boards based
on the Marvell Armada XP SoC with device tree. on the Marvell Armada XP SoC with device tree.