aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung/Makefile
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2018-04-24 22:32:36 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2018-05-02 19:08:55 +0200
commit0ca0557e3727951bdc44ea47bc6135b37f90338c (patch)
tree6ffb66400a3a8b2fc66107b7ad1c43fbca40b9b6 /drivers/pinctrl/samsung/Makefile
parentpinctrl: samsung: Document required order of banks (diff)
downloadlinux-dev-0ca0557e3727951bdc44ea47bc6135b37f90338c.tar.xz
linux-dev-0ca0557e3727951bdc44ea47bc6135b37f90338c.zip
pinctrl: samsung: Remove support for Exynos5440
The Exynos5440 is not actively developed, there are no development boards available and probably there are no real products with it. Remove wide-tree support for Exynos5440. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/pinctrl/samsung/Makefile')
-rw-r--r--drivers/pinctrl/samsung/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/samsung/Makefile b/drivers/pinctrl/samsung/Makefile
index df426561d067..ed951df6a112 100644
--- a/drivers/pinctrl/samsung/Makefile
+++ b/drivers/pinctrl/samsung/Makefile
@@ -5,6 +5,5 @@ obj-$(CONFIG_PINCTRL_SAMSUNG) += pinctrl-samsung.o
obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
obj-$(CONFIG_PINCTRL_EXYNOS_ARM) += pinctrl-exynos-arm.o
obj-$(CONFIG_PINCTRL_EXYNOS_ARM64) += pinctrl-exynos-arm64.o
-obj-$(CONFIG_PINCTRL_EXYNOS5440) += pinctrl-exynos5440.o
obj-$(CONFIG_PINCTRL_S3C24XX) += pinctrl-s3c24xx.o
obj-$(CONFIG_PINCTRL_S3C64XX) += pinctrl-s3c64xx.o