summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-16 11:03:48 +0300
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-28 21:50:15 +0300
commitb9a66b63b49ce8ce7a43de68e46ef8c1c0a781fc (patch)
tree08f91f62659fb4bf0444eaf23e19fa18af713d00 /drivers/gpio/Kconfig
parent0f5fb8ce408eb790f9fc33c4545757782aaa790b (diff)
downloadu-boot-b9a66b63b49ce8ce7a43de68e46ef8c1c0a781fc.tar.xz
gpio: uniphier: add driver for UniPhier GPIO controller
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 845dc725c5..94fabb9e18 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -76,6 +76,12 @@ config SANDBOX_GPIO_COUNT
of 'anonymous' GPIOs that do not belong to any device or bank.
Select a suitable value depending on your needs.
+config GPIO_UNIPHIER
+ bool "UniPhier GPIO"
+ depends on ARCH_UNIPHIER
+ help
+ Say yes here to support UniPhier GPIOs.
+
config VYBRID_GPIO
bool "Vybrid GPIO driver"
depends on DM