1if (ARCH_PXA || COMPILE_TEST) 2 3config PINCTRL_PXA 4 bool 5 select PINMUX 6 select PINCONF 7 select GENERIC_PINCONF 8 9endif 10