diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2022-02-16 10:26:56 +1030 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-03-07 11:36:12 -0500 |
| commit | 7ad889b0f37a122b7cb8c2a43302914423d77292 (patch) | |
| tree | f8b83d7168e6eb74767fb6327769fcc67b3dbbe5 /drivers/gpio/Makefile | |
| parent | 4a9099ef1c77c4a166509a811d15694309bd4c17 (diff) | |
gpio: Add Aspeed GPIO driver
The Aspeed GPIO driver supports the GPIO controllers found in the
AST2400, AST2500 and AST2600 BMC SoCs. The implementation is a cut-down
copy of the upstream Linux kernel driver, adapted for u-boot.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'drivers/gpio/Makefile')
| -rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 63e9be6034f..720297952cd 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_$(SPL_TPL_)DM_GPIO) += gpio-uclass.o obj-$(CONFIG_$(SPL_)DM_PCA953X) += pca953x_gpio.o +obj-$(CONFIG_ASPEED_GPIO) += gpio-aspeed.o obj-$(CONFIG_AT91_GPIO) += at91_gpio.o obj-$(CONFIG_ATMEL_PIO4) += atmel_pio4.o obj-$(CONFIG_BCM6345_GPIO) += bcm6345_gpio.o |
