diff options
author | Lucile Quirion <lucile.quirion@savoirfairelinux.com> | 2016-08-12 11:16:49 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-19 05:04:53 -0400 |
commit | 9c6686322d749814e3e7af492954ca1777444023 (patch) | |
tree | b4c28621807f75838354d867cb2d220d6aa8b6d2 /drivers/gpio/Kconfig | |
parent | 4cebaf17ecde6d3f78513932ab239af922750e09 (diff) |
gpio: add Technologic I2C-FPGA gpio support
This driver is generic and aims to support all Technologic Systems's
boards embedding FPGA GPIOs with an I2C interface.
This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series.
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 825cf3c3d579..5eb7c864d4a5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -777,6 +777,13 @@ config GPIO_TPIC2810 | |||
777 | To compile this driver as a module, choose M here: the module will | 777 | To compile this driver as a module, choose M here: the module will |
778 | be called gpio-tpic2810. | 778 | be called gpio-tpic2810. |
779 | 779 | ||
780 | config GPIO_TS4900 | ||
781 | tristate "Technologic Systems FPGA I2C GPIO" | ||
782 | select REGMAP_I2C | ||
783 | help | ||
784 | Say yes here to enabled the GPIO driver for Technologic's FPGA core. | ||
785 | Series supported include TS-4100, TS-4900, TS-7970 and TS-7990. | ||
786 | |||
780 | endmenu | 787 | endmenu |
781 | 788 | ||
782 | menu "MFD GPIO expanders" | 789 | menu "MFD GPIO expanders" |