diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-26 15:20:01 +0900 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-29 10:40:38 +0100 |
commit | 62476634d79f1185b8a252ef2ec8d5def86e3fc3 (patch) | |
tree | 4973d8c48c6672691f309cadd6d16d0f84bb577c /drivers/pinctrl/sh-pfc/Kconfig | |
parent | 1e7d5d849cf4f0c51abb85d6b9a3181cebaf82c5 (diff) | |
download | linux-next-62476634d79f1185b8a252ef2ec8d5def86e3fc3.tar.gz |
pinctrl: sh-pfc: sh7372: Remove PFC support
Remove sh7372 PFC support as part of the sh7372 and Mackerel
legacy code removal.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/Kconfig')
-rw-r--r-- | drivers/pinctrl/sh-pfc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig index 3267e928beba..8c4b3d391823 100644 --- a/drivers/pinctrl/sh-pfc/Kconfig +++ b/drivers/pinctrl/sh-pfc/Kconfig @@ -73,11 +73,6 @@ config PINCTRL_PFC_SH7269 depends on GPIOLIB select PINCTRL_SH_PFC -config PINCTRL_PFC_SH7372 - def_bool y - depends on ARCH_SH7372 - select PINCTRL_SH_PFC - config PINCTRL_PFC_SH73A0 def_bool y depends on ARCH_SH73A0 |