diff options
| author | Tom Rini <[email protected]> | 2021-12-17 18:08:46 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 16:20:19 -0500 |
| commit | b2d1c828b973fc2355e6192610af56a4968261e0 (patch) | |
| tree | 5fc2313369794d472fb53b113a8e4f4d3be4cce5 /drivers | |
| parent | 440c00de69d83b41d9941699a426821504569ef6 (diff) | |
Convert CONFIG_KIRKWOOD_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_KIRKWOOD_GPIO
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 40abc33772e..b41a755fc75 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -177,6 +177,11 @@ config HSDK_CREG_GPIO help This driver supports CREG GPIOs on Synopsys HSDK SOC. +config KIRKWOOD_GPIO + bool "Kirkwood GPIO driver" + help + This drdiver supports GPIOs on Kirkwood platforms + config LPC32XX_GPIO bool "LPC32XX GPIO driver" depends on DM |
