diff options
| author | Billy Tsai <[email protected]> | 2024-08-20 15:27:36 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-27 18:01:38 -0600 |
| commit | 7c2c235a27c7b7198742f37fbe20877e17b6e3ea (patch) | |
| tree | f3566c56e3c22c9f6caf0b762db1a92121c66e7c /drivers/gpio/Kconfig | |
| parent | 1bf048f21bdc3834de5aac216b1e7bfce90364d9 (diff) | |
gpio: Add G7 Aspeed gpio controller driver
In the 7th generation of the SoC from Aspeed, the control logic of the
GPIO controller has been updated to support per-pin control. Each pin now
has its own 32-bit register, allowing for individual control of the pin’s
value, direction, interrupt type, and other settings.
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 d735877cd97..3996333fe8d 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_G7_GPIO + bool "Aspeed G7 GPIO Driver" + help + Say yes here to support the Aspeed G7 GPIO driver. The controller + is found in the AST2700 BMC SoCs and provides access to over 200 + GPIOs on each chip. + config DA8XX_GPIO bool "DA8xx GPIO Driver" help |
