aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-10 07:01:20 -0500
committerTom Rini <trini@konsulko.com>2018-07-23 14:33:21 -0400
commit5d653afc177f1e260c311b821801a8b6eb609c02 (patch)
treeb72d18d9a3f8ff78d03027b1673040c87a9c38df /drivers/gpio
parentd7cc15bb53a8e217dee70beb47d0521628f9ecbf (diff)
downloadu-boot-5d653afc177f1e260c311b821801a8b6eb609c02.zip
u-boot-5d653afc177f1e260c311b821801a8b6eb609c02.tar.gz
u-boot-5d653afc177f1e260c311b821801a8b6eb609c02.tar.bz2
Convert CONFIG_DA8XX_GPIO to Kconfig
This converts the following to Kconfig: CONFIG_DA8XX_GPIO Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5699a71..5cd8b34 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -58,6 +58,11 @@ config ATMEL_PIO4
may be dedicated as a general purpose I/O or be assigned to
a function of an embedded peripheral.
+config DA8XX_GPIO
+ bool "DA8xx GPIO Driver"
+ help
+ This driver supports the DA8xx GPIO controller
+
config INTEL_BROADWELL_GPIO
bool "Intel Broadwell GPIO driver"
depends on DM