summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-06-23 15:54:19 +0200
committerMarek Vasut <marex@denx.de>2015-08-23 11:56:20 +0200
commite30a70c2d3bcd3a60b7dc9d7f933bbad9912670a (patch)
tree1924751dd598c8cf54f08a3107760357cfcfee52 /drivers/gpio/Kconfig
parentcc9429a5562489cf8a4eb0d722c36e1bdfde4907 (diff)
downloadtalos-obmc-uboot-e30a70c2d3bcd3a60b7dc9d7f933bbad9912670a.tar.gz
talos-obmc-uboot-e30a70c2d3bcd3a60b7dc9d7f933bbad9912670a.zip
gpio: Add DW APB GPIO driver
Add driver for the DesignWare APB GPIO IP block. This driver is DM capable and probes from DT. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5934597c4e..9a5d29debb 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -14,6 +14,13 @@ config DM_GPIO
particular GPIOs that they provide. The uclass interface
is defined in include/asm-generic/gpio.h.
+config DWAPB_GPIO
+ bool "DWAPB GPIO driver"
+ depends on DM && DM_GPIO
+ default n
+ help
+ Support for the Designware APB GPIO driver.
+
config LPC32XX_GPIO
bool "LPC32XX GPIO driver"
depends on DM
OpenPOWER on IntegriCloud