summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-01-25 11:37:31 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-02-10 09:15:51 -0500
commitdf6df93c8a73f6f9be38d4128fe25a5ee613d66c (patch)
treeb5c767e73b384a6db91be71b11ef52057fe979d0 /drivers/gpio/Kconfig
parent28be55dfed57a487c5cf40c77faa71bdf05e6ebb (diff)
gpio: Add driver for SPI serializers
Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI (General Purpose Input). Signed-off-by: Andrew F. Davis <afd@ti.com> Tested-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> 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 f52b25964bc6..d003abeb1756 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1048,6 +1048,12 @@ config GPIO_MC33880
1048 SPI driver for Freescale MC33880 high-side/low-side switch. 1048 SPI driver for Freescale MC33880 high-side/low-side switch.
1049 This provides GPIO interface supporting inputs and outputs. 1049 This provides GPIO interface supporting inputs and outputs.
1050 1050
1051config GPIO_PISOSR
1052 tristate "Generic parallel-in/serial-out shift register"
1053 help
1054 GPIO driver for SPI compatible parallel-in/serial-out shift
1055 registers. These are input only devices.
1056
1051endmenu 1057endmenu
1052 1058
1053menu "SPI or I2C GPIO expanders" 1059menu "SPI or I2C GPIO expanders"