Kconfig (2b8f89e19b6d83d97019358328cbed22bbb0505e) | Kconfig (df6df93c8a73f6f9be38d4128fe25a5ee613d66c) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 1034 unchanged lines hidden (view full) --- 1043 GPIO driver for Maxim MAX7301 SPI-based GPIO expander. 1044 1045config GPIO_MC33880 1046 tristate "Freescale MC33880 high-side/low-side switch" 1047 help 1048 SPI driver for Freescale MC33880 high-side/low-side switch. 1049 This provides GPIO interface supporting inputs and outputs. 1050 | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 1034 unchanged lines hidden (view full) --- 1043 GPIO driver for Maxim MAX7301 SPI-based GPIO expander. 1044 1045config GPIO_MC33880 1046 tristate "Freescale MC33880 high-side/low-side switch" 1047 help 1048 SPI driver for Freescale MC33880 high-side/low-side switch. 1049 This provides GPIO interface supporting inputs and outputs. 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 1052 1053menu "SPI or I2C GPIO expanders" 1054 depends on (SPI_MASTER && !I2C) || I2C 1055 1056config GPIO_MCP23S08 1057 tristate "Microchip MCP23xxx I/O expander" 1058 help --- 24 unchanged lines hidden --- | 1057endmenu 1058 1059menu "SPI or I2C GPIO expanders" 1060 depends on (SPI_MASTER && !I2C) || I2C 1061 1062config GPIO_MCP23S08 1063 tristate "Microchip MCP23xxx I/O expander" 1064 help --- 24 unchanged lines hidden --- |