diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
commit | 348d183e546bf28f78fe0ca03b36d8f76526c10c (patch) | |
tree | 86dce37db248dd09f121e6ec9ea607632f00f6c1 /drivers | |
parent | b40fa972863701dc554e2a4825c048bfc5a8d709 (diff) | |
download | u-boot-348d183e546bf28f78fe0ca03b36d8f76526c10c.tar.gz u-boot-348d183e546bf28f78fe0ca03b36d8f76526c10c.tar.xz u-boot-348d183e546bf28f78fe0ca03b36d8f76526c10c.zip |
Convert CONFIG_AT91_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_AT91_GPIO
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d87f6cc105..af608b7b0e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -77,7 +77,6 @@ config DWAPB_GPIO config AT91_GPIO bool "AT91 PIO GPIO driver" - depends on DM_GPIO default n help Say yes here to select AT91 PIO GPIO driver. AT91 PIO |