Files
opensbi/lib/utils/gpio/Kconfig
Ben Dooks 7828eebaaa 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 <ben.dooks@sifive.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-07-07 10:04:59 +05:30

31 lines
428 B
Plaintext

# SPDX-License-Identifier: BSD-2-Clause
menu "GPIO Support"
config FDT_GPIO
bool "FDT based GPIO drivers"
depends on FDT
select GPIO
default n
if FDT_GPIO
config FDT_GPIO_DESIGNWARE
bool "DesignWare GPIO driver"
default n
config FDT_GPIO_SIFIVE
bool "SiFive GPIO FDT driver"
default n
config FDT_GPIO_STARFIVE
bool "StarFive GPIO FDT driver"
default n
endif
config GPIO
bool "GPIO support"
default n
endmenu