aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung/Makefile
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@samsung.com>2014-07-10 17:33:27 +0530
committerLinus Walleij <linus.walleij@linaro.org>2014-07-11 14:08:40 +0200
commitebe629a39e04db3fe876d34833a2d8a6a6d4c134 (patch)
treedbb281b9016b9a7d6f63c76bc9c1efdfb09d0a69 /drivers/pinctrl/samsung/Makefile
parentsh-pfc: sh73a0: Introduce the use of devm_regulator_register (diff)
downloadlinux-dev-ebe629a39e04db3fe876d34833a2d8a6a6d4c134.tar.xz
linux-dev-ebe629a39e04db3fe876d34833a2d8a6a6d4c134.zip
pinctrl: samsung: Group all drivers in a sub-dir
Group all pin control drivers of Samsung platform together in a sub-directory for easy maintenance. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/samsung/Makefile')
-rw-r--r--drivers/pinctrl/samsung/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/samsung/Makefile b/drivers/pinctrl/samsung/Makefile
new file mode 100644
index 000000000000..70160c059edd
--- /dev/null
+++ b/drivers/pinctrl/samsung/Makefile
@@ -0,0 +1,7 @@
+# Samsung pin control drivers
+
+obj-$(CONFIG_PINCTRL_SAMSUNG) += pinctrl-samsung.o
+obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
+obj-$(CONFIG_PINCTRL_EXYNOS5440) += pinctrl-exynos5440.o
+obj-$(CONFIG_PINCTRL_S3C24XX) += pinctrl-s3c24xx.o
+obj-$(CONFIG_PINCTRL_S3C64XX) += pinctrl-s3c64xx.o