diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-14 11:40:01 +0900 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 09:39:38 +0200 |
commit | 6e908892025885b07e804dc6c05aab6ce1e06832 (patch) | |
tree | 735f157029293457be829f436c1c28c841b263d7 /drivers/pinctrl/Makefile | |
parent | 0e948042c4203b97e44370993ef042c945308282 (diff) | |
download | linux-6e908892025885b07e804dc6c05aab6ce1e06832.tar.bz2 |
pinctrl: UniPhier: add UniPhier pinctrl core support
The core support for the pinctrl drivers for all the UniPhier SoCs.
Changes in v2:
- drop vogus THIS_MODULE because this file is always built-in
- drop vogus "include <linux/module.h> because this file is
always built-in
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index f4216d9347e2..f6710a8a1503 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -51,5 +51,6 @@ obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc/ obj-$(CONFIG_PLAT_SPEAR) += spear/ obj-$(CONFIG_ARCH_SUNXI) += sunxi/ +obj-$(CONFIG_ARCH_UNIPHIER) += uniphier/ obj-$(CONFIG_ARCH_VT8500) += vt8500/ obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/ |