diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-02-02 00:25:47 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-02-06 11:06:08 +0100 |
commit | 623461e23bd56bde2db72b44742932075e30db33 (patch) | |
tree | c1ce7f4644c918b385e721b806bfe21643c98d87 /drivers/pinctrl/sunxi/Kconfig | |
parent | 4924982e306e256d2737f94fcd004a536da6df54 (diff) |
pinctrl: sunxi: Remove redundant A31s pinctrl driver
Now that we can support the A31s pin controller with the A31 driver
using the new variants support, the independent A31s driver becomes
redundant.
Remove it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r-- | drivers/pinctrl/sunxi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig index 92d845827577..816015cf7053 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig @@ -17,10 +17,6 @@ config PINCTRL_SUN6I_A31 def_bool MACH_SUN6I select PINCTRL_SUNXI -config PINCTRL_SUN6I_A31S - def_bool MACH_SUN6I - select PINCTRL_SUNXI - config PINCTRL_SUN6I_A31_R def_bool MACH_SUN6I depends on RESET_CONTROLLER |