u-boot-brain/drivers/pinctrl/aspeed/Makefile
maxims@google.com 4f0e44e466 aspeed: AST2500 Pinctrl Driver
This driver uses Generic Pinctrl framework and is compatible with
the Linux driver for ast2500: it uses the same device tree
configuration.

Not all pins are supported by the driver at the moment, so it actually
compatible with ast2400. In general, however, there are differences that
in the future would be easier to maintain separately.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-08 11:57:33 -04:00

2 lines
58 B
Makefile

obj-$(CONFIG_ASPEED_AST2500_PINCTRL) += pinctrl_ast2500.o