1config ASPEED_AST2500_PINCTRL 2 bool "Aspeed AST2500 pin control driver" 3 depends on DM && PINCTRL_GENERIC && ASPEED_AST2500 4 default y 5 help 6 Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses 7 Generic Pinctrl framework and is compatible with the Linux driver, 8 i.e. it uses the same device tree configuration. 9 10config ASPEED_AST2600_PINCTRL 11 bool "Aspeed AST2600 pin control driver" 12 depends on DM && PINCTRL_GENERIC && ASPEED_AST2600 13 default y 14 help 15 Support pin multiplexing control on Aspeed ast2600 SoC. The driver uses 16 Generic Pinctrl framework and is compatible with the Linux driver, 17 i.e. it uses the same device tree configuration. 18 19