Kconfig (12e04ffcd93b25dfd726d46338c2ee7d23de556e) Kconfig (0f119a840b128f18b20608f0d33895e85f381105)
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

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

631 tristate "Maxim MAX7301 GPIO expander"
632 depends on SPI_MASTER
633 select GPIO_MAX730X
634 help
635 GPIO driver for Maxim MAX7301 SPI-based GPIO expander.
636
637config GPIO_MCP23S08
638 tristate "Microchip MCP23xxx I/O expander"
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

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

631 tristate "Maxim MAX7301 GPIO expander"
632 depends on SPI_MASTER
633 select GPIO_MAX730X
634 help
635 GPIO driver for Maxim MAX7301 SPI-based GPIO expander.
636
637config GPIO_MCP23S08
638 tristate "Microchip MCP23xxx I/O expander"
639 depends on SPI_MASTER || I2C
639 depends on (SPI_MASTER && !I2C) || I2C
640 help
641 SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017
642 I/O expanders.
643 This provides a GPIO interface supporting inputs and outputs.
644
645config GPIO_MC33880
646 tristate "Freescale MC33880 high-side/low-side switch"
647 depends on SPI_MASTER

--- 73 unchanged lines hidden ---
640 help
641 SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017
642 I/O expanders.
643 This provides a GPIO interface supporting inputs and outputs.
644
645config GPIO_MC33880
646 tristate "Freescale MC33880 high-side/low-side switch"
647 depends on SPI_MASTER

--- 73 unchanged lines hidden ---