diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-28 12:57:07 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-04-22 16:49:25 -0400 |
commit | 52130b6033c580c27d968f64cd73209c9609e4e0 (patch) | |
tree | dd714e583a2c33f432e9244b9674a7d7b38da520 /drivers/pinctrl/spear/Makefile | |
parent | deda8287e1a602393b052c80b815b3706987b3da (diff) |
pinctrl: Add SPEAr3xx pinctrl drivers
This adds pinctrl driver for SPEAr3xx family. SPEAr3xx family supports three
families: SPEAr300, SPEAr310 and SPEAr320.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'drivers/pinctrl/spear/Makefile')
-rw-r--r-- | drivers/pinctrl/spear/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/spear/Makefile b/drivers/pinctrl/spear/Makefile index 69c1a51e19d3..15dcb85da22d 100644 --- a/drivers/pinctrl/spear/Makefile +++ b/drivers/pinctrl/spear/Makefile | |||
@@ -1,3 +1,7 @@ | |||
1 | # SPEAr pinmux support | 1 | # SPEAr pinmux support |
2 | 2 | ||
3 | obj-$(CONFIG_PINCTRL_SPEAR) += pinctrl-spear.o | 3 | obj-$(CONFIG_PINCTRL_SPEAR) += pinctrl-spear.o |
4 | obj-$(CONFIG_PINCTRL_SPEAR3XX) += pinctrl-spear3xx.o | ||
5 | obj-$(CONFIG_PINCTRL_SPEAR300) += pinctrl-spear300.o | ||
6 | obj-$(CONFIG_PINCTRL_SPEAR310) += pinctrl-spear310.o | ||
7 | obj-$(CONFIG_PINCTRL_SPEAR320) += pinctrl-spear320.o | ||