aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear13xx
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-03-28 12:57:07 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-14 11:34:07 -0400
commit85ed41a76f7a3939b55872f39df841039321f033 (patch)
treefcf883322b3d1c16f92afb10116f5132cb20e032 /arch/arm/mach-spear13xx
parentd1e77afe9d647174428de7d29be85a13f94f645b (diff)
pinctrl: Add SPEAr13xx pinctrl drivers
This adds pinctrl driver for SPEAr13xx family. SPEAr13xx family supports two machines: SPEAr1310 and SPEAr1340. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear13xx')
-rw-r--r--arch/arm/mach-spear13xx/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/Kconfig b/arch/arm/mach-spear13xx/Kconfig
index 138e8918f3e0..eaadc66d96b3 100644
--- a/arch/arm/mach-spear13xx/Kconfig
+++ b/arch/arm/mach-spear13xx/Kconfig
@@ -7,11 +7,13 @@ if ARCH_SPEAR13XX
7menu "SPEAr13xx Implementations" 7menu "SPEAr13xx Implementations"
8config MACH_SPEAR1310 8config MACH_SPEAR1310
9 bool "SPEAr1310 Machine support with Device Tree" 9 bool "SPEAr1310 Machine support with Device Tree"
10 select PINCTRL_SPEAR1310
10 help 11 help
11 Supports ST SPEAr1310 machine configured via the device-tree 12 Supports ST SPEAr1310 machine configured via the device-tree
12 13
13config MACH_SPEAR1340 14config MACH_SPEAR1340
14 bool "SPEAr1340 Machine support with Device Tree" 15 bool "SPEAr1340 Machine support with Device Tree"
16 select PINCTRL_SPEAR1340
15 help 17 help
16 Supports ST SPEAr1340 machine configured via the device-tree 18 Supports ST SPEAr1340 machine configured via the device-tree
17endmenu 19endmenu