diff options
author | Rabin Vincent <rabin@rab.in> | 2015-06-06 22:30:40 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-06-10 09:11:10 +0200 |
commit | d342571efea8135dcf0a96dcb9e54759adefdb27 (patch) | |
tree | a20b5523892622f19ad3c27b6089b413dabc8d6f /drivers/gpio/Kconfig | |
parent | e2bfba418598951733aff5822ca617efdbc06715 (diff) | |
download | op-kernel-dev-d342571efea8135dcf0a96dcb9e54759adefdb27.zip op-kernel-dev-d342571efea8135dcf0a96dcb9e54759adefdb27.tar.gz |
gpio: add ETRAXFS GPIO driver
Add a GPIO driver for the General I/O block on Axis ETRAX FS SoCs.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d86de6a..ab90846 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -167,6 +167,14 @@ config GPIO_EP93XX depends on ARCH_EP93XX select GPIO_GENERIC +config GPIO_ETRAXFS + bool "Axis ETRAX FS General I/O" + depends on CRIS || COMPILE_TEST + depends on OF + select GPIO_GENERIC + help + Say yes here to support the GPIO controller on Axis ETRAX FS SoCs. + config GPIO_F7188X tristate "F71869, F71869A, F71882FG and F71889F GPIO support" depends on X86 |