1if ARCH_SUNXI 2 3config PINCTRL_SUNXI 4 bool 5 select PINMUX 6 select GENERIC_PINCONF 7 8config PINCTRL_SUN4I_A10 9 bool 10 select PINCTRL_SUNXI 11 12config PINCTRL_SUN5I_A10S 13 bool 14 select PINCTRL_SUNXI 15 16config PINCTRL_SUN5I_A13 17 bool 18 select PINCTRL_SUNXI 19 20config PINCTRL_SUN6I_A31 21 bool 22 select PINCTRL_SUNXI 23 24config PINCTRL_SUN6I_A31_R 25 bool 26 select PINCTRL_SUNXI 27 28config PINCTRL_SUN7I_A20 29 bool 30 select PINCTRL_SUNXI 31 32endif 33