Kconfig (f056878332a91ed984a116bad4e7d49aefff9e6e) Kconfig (1e5db00687c1ebd93a902caf1d3694209013cb3e)
1#
2# GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 181 unchanged lines hidden (view full) ---

190
191config GPIO_MCP23S08
192 tristate "Microchip MCP23S08 I/O expander"
193 depends on SPI_MASTER
194 help
195 SPI driver for Microchip MCP23S08 I/O expander. This provides
196 a GPIO interface supporting inputs and outputs.
197
1#
2# GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 181 unchanged lines hidden (view full) ---

190
191config GPIO_MCP23S08
192 tristate "Microchip MCP23S08 I/O expander"
193 depends on SPI_MASTER
194 help
195 SPI driver for Microchip MCP23S08 I/O expander. This provides
196 a GPIO interface supporting inputs and outputs.
197
198config GPIO_MC33880
199 tristate "Freescale MC33880 high-side/low-side switch"
200 depends on SPI_MASTER
201 help
202 SPI driver for Freescale MC33880 high-side/low-side switch.
203 This provides GPIO interface supporting inputs and outputs.
204
198endif
205endif