Kconfig (d83bb5a46dedc39a1226272bec4eb47867ba25d4) Kconfig (56d9e4a76039afd504919cc5ec329fb0ce35812f)
1if ARCH_SUNXI
2
3config PINCTRL_SUNXI
4 bool
5 select PINMUX
6 select GENERIC_PINCONF
7
8config PINCTRL_SUN4I_A10

--- 41 unchanged lines hidden (view full) ---

50config PINCTRL_SUN8I_H3
51 def_bool MACH_SUN8I
52 select PINCTRL_SUNXI
53
54config PINCTRL_SUN8I_H3_R
55 def_bool MACH_SUN8I
56 select PINCTRL_SUNXI_COMMON
57
1if ARCH_SUNXI
2
3config PINCTRL_SUNXI
4 bool
5 select PINMUX
6 select GENERIC_PINCONF
7
8config PINCTRL_SUN4I_A10

--- 41 unchanged lines hidden (view full) ---

50config PINCTRL_SUN8I_H3
51 def_bool MACH_SUN8I
52 select PINCTRL_SUNXI
53
54config PINCTRL_SUN8I_H3_R
55 def_bool MACH_SUN8I
56 select PINCTRL_SUNXI_COMMON
57
58config PINCTRL_SUN8I_V3S
59 def_bool MACH_SUN8I
60 select PINCTRL_SUNXI
61
58config PINCTRL_SUN9I_A80
59 def_bool MACH_SUN9I
60 select PINCTRL_SUNXI
61
62config PINCTRL_SUN9I_A80_R
63 def_bool MACH_SUN9I
64 depends on RESET_CONTROLLER
65 select PINCTRL_SUNXI
66
67config PINCTRL_SUN50I_A64
68 bool
69 select PINCTRL_SUNXI
70
71endif
62config PINCTRL_SUN9I_A80
63 def_bool MACH_SUN9I
64 select PINCTRL_SUNXI
65
66config PINCTRL_SUN9I_A80_R
67 def_bool MACH_SUN9I
68 depends on RESET_CONTROLLER
69 select PINCTRL_SUNXI
70
71config PINCTRL_SUN50I_A64
72 bool
73 select PINCTRL_SUNXI
74
75endif