diff options
author | James Hogan <jhogan@kernel.org> | 2018-02-21 23:38:21 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-01 15:34:15 +0100 |
commit | 4a7cba71ca77be885f5861623dfb35317061ac0d (patch) | |
tree | 620ff9eb5db6e2601cf207605e0a6a1f060a2cc2 /drivers/pinctrl/Kconfig | |
parent | fa2b7fae8426e2cd690278e514abcc09e4f89a8f (diff) | |
download | talos-op-linux-4a7cba71ca77be885f5861623dfb35317061ac0d.tar.gz talos-op-linux-4a7cba71ca77be885f5861623dfb35317061ac0d.zip |
pinctrl: Drop TZ1090 drivers
Now that arch/metag/ has been removed, along with TZ1090 SoC support,
remove the TZ1090 pinctrl drivers. They are of no value without the
architecture and SoC platform code.
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: linux-gpio@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 0f254b35c378..f5ef8201c09f 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -263,18 +263,6 @@ config PINCTRL_ST select PINCONF select GPIOLIB_IRQCHIP -config PINCTRL_TZ1090 - bool "Toumaz Xenif TZ1090 pin control driver" - depends on SOC_TZ1090 - select PINMUX - select GENERIC_PINCONF - -config PINCTRL_TZ1090_PDC - bool "Toumaz Xenif TZ1090 PDC pin control driver" - depends on SOC_TZ1090 - select PINMUX - select PINCONF - config PINCTRL_U300 bool "U300 pin controller driver" depends on ARCH_U300 |