mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01: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
|