summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear13xx
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-03-28 22:27:07 +0530
committerArnd Bergmann <arnd@arndb.de>2012-05-14 17:34:07 +0200
commit85ed41a76f7a3939b55872f39df841039321f033 (patch)
treefcf883322b3d1c16f92afb10116f5132cb20e032 /arch/arm/mach-spear13xx
parentd1e77afe9d647174428de7d29be85a13f94f645b (diff)
downloadlinux-3.10-85ed41a76f7a3939b55872f39df841039321f033.tar.gz
linux-3.10-85ed41a76f7a3939b55872f39df841039321f033.tar.bz2
linux-3.10-85ed41a76f7a3939b55872f39df841039321f033.zip
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 138e8918f3e..eaadc66d96b 100644
--- a/arch/arm/mach-spear13xx/Kconfig
+++ b/arch/arm/mach-spear13xx/Kconfig
@@ -7,11 +7,13 @@ if ARCH_SPEAR13XX
menu "SPEAr13xx Implementations"
config MACH_SPEAR1310
bool "SPEAr1310 Machine support with Device Tree"
+ select PINCTRL_SPEAR1310
help
Supports ST SPEAr1310 machine configured via the device-tree
config MACH_SPEAR1340
bool "SPEAr1340 Machine support with Device Tree"
+ select PINCTRL_SPEAR1340
help
Supports ST SPEAr1340 machine configured via the device-tree
endmenu