summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorDavide Ciminaghi <ciminaghi@gnudd.com>2022-09-02 14:42:01 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2022-10-17 11:02:25 +0200
commit317627a4a19e2a6f8d60e3e2eefe6dfd87059d79 (patch)
tree945c2011f53fd3e46271f40af2a87d9a46a4a4b4 /drivers/gpio/Makefile
parentbf08ce132cd069afc45635e1ffeb6adb0523cc60 (diff)
downloadlinux-stable-317627a4a19e2a6f8d60e3e2eefe6dfd87059d79.tar.gz
linux-stable-317627a4a19e2a6f8d60e3e2eefe6dfd87059d79.tar.bz2
linux-stable-317627a4a19e2a6f8d60e3e2eefe6dfd87059d79.zip
gpio: Remove sta2x11 GPIO driver
The Connext chip has 4 gpio cells looking very similar to those of the Nomadik, whose gpio/pinctrl driver (already featuring devicetree support) will be used instead of the sta2x11 specific one. Signed-off-by: Davide Ciminaghi <ciminaghi@gnudd.com> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 29e3beb6548c..84fae267e8eb 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -140,7 +140,6 @@ obj-$(CONFIG_GPIO_SL28CPLD) += gpio-sl28cpld.o
obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o
obj-$(CONFIG_GPIO_SPEAR_SPICS) += gpio-spear-spics.o
obj-$(CONFIG_GPIO_SPRD) += gpio-sprd.o
-obj-$(CONFIG_GPIO_STA2X11) += gpio-sta2x11.o
obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o
obj-$(CONFIG_GPIO_STP_XWAY) += gpio-stp-xway.o
obj-$(CONFIG_GPIO_SYSCON) += gpio-syscon.o