diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-09-13 11:41:52 -0400 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-22 10:50:27 -0400 |
| commit | 5beb5f889e1de7e0bb89e9484c840c9dfa25da72 (patch) | |
| tree | 81182ea83aa7ec29cdb6a3998546ae7920f9f64f | |
| parent | 85077087d44fba222f61f22faa210b72cf4209ea (diff) | |
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>
| -rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 5540a8b83af8..a601a0b13af4 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
| @@ -10,6 +10,7 @@ config MACH_ARMADA_370_XP | |||
| 10 | config MACH_ARMADA_370 | 10 | config MACH_ARMADA_370 |
| 11 | bool "Marvell Armada 370 boards" | 11 | bool "Marvell Armada 370 boards" |
| 12 | select MACH_ARMADA_370_XP | 12 | select MACH_ARMADA_370_XP |
| 13 | select PINCTRL_ARMADA_370 | ||
| 13 | help | 14 | help |
| 14 | Say 'Y' here if you want your kernel to support boards based | 15 | Say 'Y' here if you want your kernel to support boards based |
| 15 | on the Marvell Armada 370 SoC with device tree. | 16 | on the Marvell Armada 370 SoC with device tree. |
| @@ -17,6 +18,7 @@ config MACH_ARMADA_370 | |||
| 17 | config MACH_ARMADA_XP | 18 | config MACH_ARMADA_XP |
| 18 | bool "Marvell Armada XP boards" | 19 | bool "Marvell Armada XP boards" |
| 19 | select MACH_ARMADA_370_XP | 20 | select MACH_ARMADA_370_XP |
| 21 | select PINCTRL_ARMADA_XP | ||
| 20 | help | 22 | help |
| 21 | Say 'Y' here if you want your kernel to support boards based | 23 | Say 'Y' here if you want your kernel to support boards based |
| 22 | on the Marvell Armada XP SoC with device tree. | 24 | on the Marvell Armada XP SoC with device tree. |
