mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-24 16:11:27 +02:00
This driver uses Pinctrl framework and is compatible with the Linux driver for AST2600. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
3 lines
116 B
Makefile
3 lines
116 B
Makefile
obj-$(CONFIG_ASPEED_AST2500_PINCTRL) += pinctrl_ast2500.o
|
|
obj-$(CONFIG_ASPEED_AST2600_PINCTRL) += pinctrl_ast2600.o
|