summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>2015-06-01 18:37:16 +0530
committerStefano Babic <sbabic@denx.de>2015-06-08 08:41:54 +0200
commitd348a943e77ed72dd809cecf03365552545382b2 (patch)
treebae29b560def8ca251f63b3ef9b914af830b0a4f /drivers/gpio/Kconfig
parentae89bb0d363eba33074106309c81c02f84b91ef8 (diff)
downloadtalos-obmc-uboot-d348a943e77ed72dd809cecf03365552545382b2.tar.gz
talos-obmc-uboot-d348a943e77ed72dd809cecf03365552545382b2.zip
dm: gpio: vf610: Add GPIO driver support
Add GPIO driver support to Freescale VF610 Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
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 0840a30fba..0c43777cef 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -35,3 +35,10 @@ config SANDBOX_GPIO_COUNT
are specified using the device tree. But you can also have a number
of 'anonymous' GPIOs that do not belong to any device or bank.
Select a suitable value depending on your needs.
+
+config VYBRID_GPIO
+ bool "Vybrid GPIO driver"
+ depends on DM
+ default n
+ help
+ Say yes here to support Vybrid vf610 GPIOs.
OpenPOWER on IntegriCloud