aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-06-29 09:58:19 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-07-11 08:08:29 -0400
commitd9ff081d9123af59144d3617668c8274b2cc3254 (patch)
tree05988bbfa064193a7a647d50b462d2d32fbb7e63 /arch/arm/mach-sunxi
parentc01607c7daa59ca9f9cd33c2421ccae98239ab54 (diff)
pinctrl: sunxi: Remove PINCTRL_SUNXI
The PINCTRL_SUNXI configuration was kept only to deal with the introduction of per-machine symbols and the various pintrl drivers through different tree. Now that it's not useful anymore, we can just remove it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 0fbd4f156bfa..d46b9495cd55 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -4,7 +4,6 @@ menuconfig ARCH_SUNXI
4 select CLKSRC_MMIO 4 select CLKSRC_MMIO
5 select GENERIC_IRQ_CHIP 5 select GENERIC_IRQ_CHIP
6 select PINCTRL 6 select PINCTRL
7 select PINCTRL_SUNXI
8 select SUN4I_TIMER 7 select SUN4I_TIMER
9 8
10if ARCH_SUNXI 9if ARCH_SUNXI