diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-04-24 23:32:36 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-05-02 20:08:55 +0300 |
commit | 0ca0557e3727951bdc44ea47bc6135b37f90338c (patch) | |
tree | 6ffb66400a3a8b2fc66107b7ad1c43fbca40b9b6 /drivers/pinctrl/samsung/Makefile | |
parent | 938a10bb49131f08a0b30cb26648844ec748131e (diff) | |
download | linux-0ca0557e3727951bdc44ea47bc6135b37f90338c.tar.xz |
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/Makefile | 1 |
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 |