diff options
| author | Ben Dooks <[email protected]> | 2023-03-01 12:25:25 +0000 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2023-07-07 10:04:59 +0530 |
| commit | 7828eebaaa773fd83e63471ca27be3f30a0694f6 (patch) | |
| tree | ed033e8e230d797b5cfb95e2ee4672f95bfbc0ed /lib/utils/gpio/objects.mk | |
| parent | eb736a5118b8d271bd649d713b6a058882c8fb7b (diff) | |
gpio/desginware: add Synopsys DesignWare APB GPIO support
Add a driver for the Synopsys DesignWare APB GPIO IP block found in many
SoCs.
Signed-off-by: Ben Dooks <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/gpio/objects.mk')
| -rw-r--r-- | lib/utils/gpio/objects.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/gpio/objects.mk b/lib/utils/gpio/objects.mk index 8f4a6a84..76647a59 100644 --- a/lib/utils/gpio/objects.mk +++ b/lib/utils/gpio/objects.mk @@ -10,6 +10,9 @@ libsbiutils-objs-$(CONFIG_FDT_GPIO) += gpio/fdt_gpio.o libsbiutils-objs-$(CONFIG_FDT_GPIO) += gpio/fdt_gpio_drivers.o +carray-fdt_gpio_drivers-$(CONFIG_FDT_GPIO_DESIGNWARE) += fdt_gpio_designware +libsbiutils-objs-$(CONFIG_FDT_GPIO_DESIGNWARE) += gpio/fdt_gpio_designware.o + carray-fdt_gpio_drivers-$(CONFIG_FDT_GPIO_SIFIVE) += fdt_gpio_sifive libsbiutils-objs-$(CONFIG_FDT_GPIO_SIFIVE) += gpio/fdt_gpio_sifive.o |
