diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-28 12:57:07 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 11:34:07 -0400 |
commit | 85ed41a76f7a3939b55872f39df841039321f033 (patch) | |
tree | fcf883322b3d1c16f92afb10116f5132cb20e032 /arch/arm/mach-spear13xx | |
parent | d1e77afe9d647174428de7d29be85a13f94f645b (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/Kconfig | 2 |
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 | |||
7 | menu "SPEAr13xx Implementations" | 7 | menu "SPEAr13xx Implementations" |
8 | config MACH_SPEAR1310 | 8 | config 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 | ||
13 | config MACH_SPEAR1340 | 14 | config 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 |
17 | endmenu | 19 | endmenu |