1if ARCH_UNIPHIER 2 3config PINCTRL_UNIPHIER_CORE 4 bool 5 6config PINCTRL_UNIPHIER_PH1_LD4 7 bool "UniPhier PH1-LD4 SoC pinctrl driver" 8 depends on MACH_PH1_LD4 9 default y 10 select PINCTRL_UNIPHIER_CORE 11 12endif 13