Skip to content

Commit 7edfe0e

Browse files
Lakshmi-SowjanyaLinus Walleij
authored andcommitted
pinctrl: Remove Intel Thunder Bay pinctrl driver
Remove Thunder Bay specific code as the product got cancelled and there are no end customers or users. Signed-off-by: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com> Link: https://lore.kernel.org/r/20230403120235.939-1-lakshmi.sowjanya.d@intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent c436561 commit 7edfe0e

3 files changed

Lines changed: 0 additions & 1314 deletions

File tree

drivers/pinctrl/Kconfig

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -480,25 +480,6 @@ config PINCTRL_TB10X
480480
depends on OF && ARC_PLAT_TB10X
481481
select GPIOLIB
482482

483-
config PINCTRL_THUNDERBAY
484-
tristate "Generic pinctrl and GPIO driver for Intel Thunder Bay SoC"
485-
depends on ARCH_THUNDERBAY || (ARM64 && COMPILE_TEST)
486-
depends on HAS_IOMEM
487-
select PINMUX
488-
select PINCONF
489-
select GENERIC_PINCONF
490-
select GENERIC_PINCTRL_GROUPS
491-
select GENERIC_PINMUX_FUNCTIONS
492-
select GPIOLIB
493-
select GPIOLIB_IRQCHIP
494-
select GPIO_GENERIC
495-
help
496-
This selects pin control driver for the Intel Thunder Bay SoC.
497-
It provides pin config functions such as pull-up, pull-down,
498-
interrupt, drive strength, sec lock, Schmitt trigger, slew
499-
rate control and direction control. This module will be
500-
called as pinctrl-thunderbay.
501-
502483
config PINCTRL_ZYNQ
503484
bool "Pinctrl driver for Xilinx Zynq"
504485
depends on ARCH_ZYNQ

drivers/pinctrl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ obj-$(CONFIG_PINCTRL_ST) += pinctrl-st.o
4949
obj-$(CONFIG_PINCTRL_STMFX) += pinctrl-stmfx.o
5050
obj-$(CONFIG_PINCTRL_SX150X) += pinctrl-sx150x.o
5151
obj-$(CONFIG_PINCTRL_TB10X) += pinctrl-tb10x.o
52-
obj-$(CONFIG_PINCTRL_THUNDERBAY) += pinctrl-thunderbay.o
5352
obj-$(CONFIG_PINCTRL_ZYNQMP) += pinctrl-zynqmp.o
5453
obj-$(CONFIG_PINCTRL_ZYNQ) += pinctrl-zynq.o
5554

0 commit comments

Comments
 (0)