aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-05-13 11:23:17 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-05-22 18:01:50 -0400
commitb22116b33af3834110b76e161df35df49c761d35 (patch)
treeacb291a12fa854671b99ff2342e29890a174aaa2 /drivers/pinctrl/sunxi
parentc51426efd3fa716e175da3b2f52c3ca0837fe737 (diff)
pinctrl: sunxi: Enable the pinctrl Kconfig options by default
Enable the freshly introduced Kconfig options whenever their matching architecture is enabled. Since the Kconfig symbols for these machines are going through a different tree, keep PINCTRL_SUNXI around for the moment to avoid breaking the defconfig. It should be removed eventually. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi')
-rw-r--r--drivers/pinctrl/sunxi/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index 3940d098d6cb..2007327e0c48 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -6,27 +6,27 @@ config PINCTRL_SUNXI
6 select GENERIC_PINCONF 6 select GENERIC_PINCONF
7 7
8config PINCTRL_SUN4I_A10 8config PINCTRL_SUN4I_A10
9 bool 9 def_bool PINCTRL_SUNXI || MACH_SUN4I
10 select PINCTRL_SUNXI 10 select PINCTRL_SUNXI
11 11
12config PINCTRL_SUN5I_A10S 12config PINCTRL_SUN5I_A10S
13 bool 13 def_bool PINCTRL_SUNXI || MACH_SUN5I
14 select PINCTRL_SUNXI 14 select PINCTRL_SUNXI
15 15
16config PINCTRL_SUN5I_A13 16config PINCTRL_SUN5I_A13
17 bool 17 def_bool PINCTRL_SUNXI || MACH_SUN5I
18 select PINCTRL_SUNXI 18 select PINCTRL_SUNXI
19 19
20config PINCTRL_SUN6I_A31 20config PINCTRL_SUN6I_A31
21 bool 21 def_bool PINCTRL_SUNXI || MACH_SUN6I
22 select PINCTRL_SUNXI 22 select PINCTRL_SUNXI
23 23
24config PINCTRL_SUN6I_A31_R 24config PINCTRL_SUN6I_A31_R
25 bool 25 def_bool PINCTRL_SUNXI || MACH_SUN6I
26 select PINCTRL_SUNXI 26 select PINCTRL_SUNXI
27 27
28config PINCTRL_SUN7I_A20 28config PINCTRL_SUN7I_A20
29 bool 29 def_bool PINCTRL_SUNXI || MACH_SUN7I
30 select PINCTRL_SUNXI 30 select PINCTRL_SUNXI
31 31
32endif 32endif