diff options
author | Jassi Brar <jaswinder.singh@linaro.org> | 2015-01-19 18:35:53 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-20 11:23:18 +0100 |
commit | 0da094d82c2741c58eb298d13386a95c7ab92dc7 (patch) | |
tree | a7ab70ad10a0925c89567a5ab3e56744d34c97e2 /drivers/gpio/Kconfig | |
parent | 98686d9a52eeeab83a33fca5c19448954d109458 (diff) | |
download | op-kernel-dev-0da094d82c2741c58eb298d13386a95c7ab92dc7.zip op-kernel-dev-0da094d82c2741c58eb298d13386a95c7ab92dc7.tar.gz |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 22b4656..ae5cb4d 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 |