1if ARCH_UNIPHIER 2 3config PINCTRL_UNIPHIER 4 bool 5 6config PINCTRL_UNIPHIER_SLD3 7 bool "UniPhier sLD3 SoC pinctrl driver" 8 depends on ARCH_UNIPHIER_SLD3 9 default y 10 select PINCTRL_UNIPHIER 11 12config PINCTRL_UNIPHIER_LD4 13 bool "UniPhier LD4 SoC pinctrl driver" 14 depends on ARCH_UNIPHIER_LD4 15 default y 16 select PINCTRL_UNIPHIER 17 18config PINCTRL_UNIPHIER_PRO4 19 bool "UniPhier Pro4 SoC pinctrl driver" 20 depends on ARCH_UNIPHIER_PRO4 21 default y 22 select PINCTRL_UNIPHIER 23 24config PINCTRL_UNIPHIER_SLD8 25 bool "UniPhier sLD8 SoC pinctrl driver" 26 depends on ARCH_UNIPHIER_SLD8 27 default y 28 select PINCTRL_UNIPHIER 29 30config PINCTRL_UNIPHIER_PRO5 31 bool "UniPhier Pro5 SoC pinctrl driver" 32 depends on ARCH_UNIPHIER_PRO5 33 default y 34 select PINCTRL_UNIPHIER 35 36config PINCTRL_UNIPHIER_PXS2 37 bool "UniPhier PXs2 SoC pinctrl driver" 38 depends on ARCH_UNIPHIER_PXS2 39 default y 40 select PINCTRL_UNIPHIER 41 42config PINCTRL_UNIPHIER_LD6B 43 bool "UniPhier LD6b SoC pinctrl driver" 44 depends on ARCH_UNIPHIER_LD6B 45 default y 46 select PINCTRL_UNIPHIER 47 48config PINCTRL_UNIPHIER_LD11 49 bool "UniPhier LD11 SoC pinctrl driver" 50 depends on ARCH_UNIPHIER_LD11 51 default y 52 select PINCTRL_UNIPHIER 53 54config PINCTRL_UNIPHIER_LD20 55 bool "UniPhier LD20 SoC pinctrl driver" 56 depends on ARCH_UNIPHIER_LD20 57 default y 58 select PINCTRL_UNIPHIER 59 60config PINCTRL_UNIPHIER_PXS3 61 bool "UniPhier PXs3 SoC pinctrl driver" 62 depends on ARCH_UNIPHIER_PXS3 63 default y 64 select PINCTRL_UNIPHIER 65 66endif 67