Kconfig (b675b3667f6729dcd1036a2a129b35445947f905) | Kconfig (6518bb69f463446a1552f52093cc699497f18fe0) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 176 unchanged lines hidden (view full) --- 185 select MFD_VX855 186 help 187 Support access to the VX855/VX875 GPIO lines through the gpio library. 188 189 This driver provides common support for accessing the device, 190 additional drivers must be enabled in order to use the 191 functionality of the device. 192 | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 176 unchanged lines hidden (view full) --- 185 select MFD_VX855 186 help 187 Support access to the VX855/VX875 GPIO lines through the gpio library. 188 189 This driver provides common support for accessing the device, 190 additional drivers must be enabled in order to use the 191 functionality of the device. 192 |
193config GPIO_GE_FPGA 194 bool "GE FPGA based GPIO" 195 depends on GE_FPGA 196 help 197 Support for common GPIO functionality provided on some GE Single Board 198 Computers. 199 200 This driver provides basic support (configure as input or output, read 201 and write pin state) for GPIO implemented in a number of GE single 202 board computers. 203 |
|
193comment "I2C GPIO expanders:" 194 195config GPIO_MAX7300 196 tristate "Maxim MAX7300 GPIO expander" 197 depends on I2C 198 select GPIO_MAX730X 199 help 200 GPIO driver for Maxim MAX7301 I2C-based GPIO expander. --- 292 unchanged lines hidden --- | 204comment "I2C GPIO expanders:" 205 206config GPIO_MAX7300 207 tristate "Maxim MAX7300 GPIO expander" 208 depends on I2C 209 select GPIO_MAX730X 210 help 211 GPIO driver for Maxim MAX7301 I2C-based GPIO expander. --- 292 unchanged lines hidden --- |