diff options
| author | Billy Tsai <[email protected]> | 2024-10-16 16:59:53 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-29 12:12:04 -0600 |
| commit | 0e53667d4fe6465703cd89be72c929c33b7e5432 (patch) | |
| tree | cfed62d1743e719bd52b080b742985366d9bd7c8 /drivers/gpio/Kconfig | |
| parent | 608a31bdec6284ad6f821226e4c62c9cd3052874 (diff) | |
gpio: Add Aspeed SGPIO driver
The Aspeed SGPIO driver supports the SGPIO 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: Billy Tsai <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 1e5711663eb..92a8597420a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -157,6 +157,13 @@ config ASPEED_GPIO is found in the AST2400, AST2500 and AST2600 BMC SoCs and provides access to over 200 GPIOs on each chip. +config ASPEED_SGPIO + bool "Aspeed SGPIO Driver" + help + Say yes here to support the Aspeed serial GPIO driver. The controller + is found in the AST2400, AST2500 and AST2600 BMC SoCs and + provides access to generate serial GPIO signal. + config ASPEED_G7_GPIO bool "Aspeed G7 GPIO Driver" help |
