diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-14 05:40:01 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 10:39:38 +0300 |
commit | 6e908892025885b07e804dc6c05aab6ce1e06832 (patch) | |
tree | 735f157029293457be829f436c1c28c841b263d7 /drivers/pinctrl/uniphier/Makefile | |
parent | 0e948042c4203b97e44370993ef042c945308282 (diff) | |
download | linux-6e908892025885b07e804dc6c05aab6ce1e06832.tar.xz |
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/uniphier/Makefile')
-rw-r--r-- | drivers/pinctrl/uniphier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Makefile b/drivers/pinctrl/uniphier/Makefile new file mode 100644 index 000000000000..748aa1b4e420 --- /dev/null +++ b/drivers/pinctrl/uniphier/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o |