summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJassi Brar2015-01-19 11:35:53 +0100
committerLinus Walleij2015-01-20 11:23:18 +0100
commit0da094d82c2741c58eb298d13386a95c7ab92dc7 (patch)
treea7ab70ad10a0925c89567a5ab3e56744d34c97e2 /drivers/gpio/Kconfig
parentgpio: mpc8xxx: Convert to platform device interface. (diff)
downloadkernel-qcow2-linux-0da094d82c2741c58eb298d13386a95c7ab92dc7.tar.gz
kernel-qcow2-linux-0da094d82c2741c58eb298d13386a95c7ab92dc7.tar.xz
kernel-qcow2-linux-0da094d82c2741c58eb298d13386a95c7ab92dc7.zip
gpio: Add Fujitsu MB86S7x GPIO driver
Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Andy Green <andy.green@linaro.org> Signed-off-by: Vincent Yang <Vincent.Yang@tw.fujitsu.com> Signed-off-by: Tetsuya Nuriya <nuriya.tetsuya@jp.fujitsu.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.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 22b46567b3bb..ae5cb4d517c6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -197,6 +197,12 @@ config GPIO_F7188X
To compile this driver as a module, choose M here: the module will
be called f7188x-gpio.
+config GPIO_MB86S7X
+ bool "GPIO support for Fujitsu MB86S7x Platforms"
+ depends on ARCH_MB86S7X
+ help
+ Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
+
config GPIO_MOXART
bool "MOXART GPIO support"
depends on ARCH_MOXART