aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/gpio/fdt_gpio_drivers.carray
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13lib: utils/gpio: Generate FDT gpio driver list at compile-timeAnup Patel1-0/+3
Instead of having FDT gpio driver list hard-coded in the C source, we generate it using carray.sh at compile-time. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>