Преглед изворни кода

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>
Thomas Petazzoni пре 13 година
родитељ
комит
5beb5f889e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      arch/arm/mach-mvebu/Kconfig

+ 2 - 0
arch/arm/mach-mvebu/Kconfig

@@ -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.