diff mbox

[2/2] arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms

Message ID 1347377834-19402-3-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Petazzoni Sept. 11, 2012, 3:37 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm/mach-mvebu/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

Comments

Sebastian Hesselbarth Sept. 11, 2012, 5:40 p.m. UTC | #1
On 09/11/2012 05:37 PM, Thomas Petazzoni wrote:
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index b0924b1..0da722e 100644
> --- 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 boads"
>   	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 XP 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.

Using PINCTRL_MVEBU on any mvebu SoC requires to
"select PINCTRL" in arch/arm/Kconfig for ARCH_MVEBU, too.

Sebastian
diff mbox

Patch

diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index b0924b1..0da722e 100644
--- 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 boads"
 	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 XP 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.