diff options
author | Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com> | 2023-04-03 17:32:34 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-04-04 15:50:58 +0200 |
commit | 7edfe0eeeffa03c61bceee27f3c2699a2af851c3 (patch) | |
tree | 212b0d2d3f3ce4888a812dfaf08a534b01c623e0 /drivers/pinctrl/Kconfig | |
parent | c436561687421493fe745c2cc26a8ad0f8dc208b (diff) | |
download | linux-7edfe0eeeffa03c61bceee27f3c2699a2af851c3.tar.gz linux-7edfe0eeeffa03c61bceee27f3c2699a2af851c3.tar.bz2 linux-7edfe0eeeffa03c61bceee27f3c2699a2af851c3.zip |
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>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index fc6e2858c90c..5787c579dcf6 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -480,25 +480,6 @@ config PINCTRL_TB10X depends on OF && ARC_PLAT_TB10X select GPIOLIB -config PINCTRL_THUNDERBAY - tristate "Generic pinctrl and GPIO driver for Intel Thunder Bay SoC" - depends on ARCH_THUNDERBAY || (ARM64 && COMPILE_TEST) - depends on HAS_IOMEM - select PINMUX - select PINCONF - select GENERIC_PINCONF - select GENERIC_PINCTRL_GROUPS - select GENERIC_PINMUX_FUNCTIONS - select GPIOLIB - select GPIOLIB_IRQCHIP - select GPIO_GENERIC - help - This selects pin control driver for the Intel Thunder Bay SoC. - It provides pin config functions such as pull-up, pull-down, - interrupt, drive strength, sec lock, Schmitt trigger, slew - rate control and direction control. This module will be - called as pinctrl-thunderbay. - config PINCTRL_ZYNQ bool "Pinctrl driver for Xilinx Zynq" depends on ARCH_ZYNQ |