Skip to content

Commit

Permalink
pinctrl: imx21: Remove the driver
Browse files Browse the repository at this point in the history
Since commit 4b563a0 ("ARM: imx: Remove imx21 support") the imx21
SoC is no longer supported.

Get rid of its pinctrl driver too, which is now unused.

Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
fabioestevam authored and linusw committed Nov 17, 2020
1 parent 3d59005 commit 8d1e4f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 338 deletions.
7 changes: 0 additions & 7 deletions drivers/pinctrl/freescale/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ config PINCTRL_IMX1
help
Say Y here to enable the imx1 pinctrl driver

config PINCTRL_IMX21
bool "i.MX21 pinctrl driver"
depends on SOC_IMX21
select PINCTRL_IMX1_CORE
help
Say Y here to enable the i.MX21 pinctrl driver

config PINCTRL_IMX27
bool "IMX27 pinctrl driver"
depends on SOC_IMX27
Expand Down
1 change: 0 additions & 1 deletion drivers/pinctrl/freescale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ obj-$(CONFIG_PINCTRL_IMX) += pinctrl-imx.o
obj-$(CONFIG_PINCTRL_IMX_SCU) += pinctrl-scu.o
obj-$(CONFIG_PINCTRL_IMX1_CORE) += pinctrl-imx1-core.o
obj-$(CONFIG_PINCTRL_IMX1) += pinctrl-imx1.o
obj-$(CONFIG_PINCTRL_IMX21) += pinctrl-imx21.o
obj-$(CONFIG_PINCTRL_IMX27) += pinctrl-imx27.o
obj-$(CONFIG_PINCTRL_IMX35) += pinctrl-imx35.o
obj-$(CONFIG_PINCTRL_IMX50) += pinctrl-imx50.o
Expand Down
330 changes: 0 additions & 330 deletions drivers/pinctrl/freescale/pinctrl-imx21.c

This file was deleted.

0 comments on commit 8d1e4f9

Please sign in to comment.