Kconfig (f53f292eeaa234615c31a1306babe703fc4263f2) | Kconfig (ddb27f3bf771b53e0e7aa93d0186ea5c03381e23) |
---|---|
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 --- 289 unchanged lines hidden (view full) --- 298 Computers. 299 300 This driver provides basic support (configure as input or output, read 301 and write pin state) for GPIO implemented in a number of GE single 302 board computers. 303 304config GPIO_LYNXPOINT 305 bool "Intel Lynxpoint GPIO support" | 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 --- 289 unchanged lines hidden (view full) --- 298 Computers. 299 300 This driver provides basic support (configure as input or output, read 301 and write pin state) for GPIO implemented in a number of GE single 302 board computers. 303 304config GPIO_LYNXPOINT 305 bool "Intel Lynxpoint GPIO support" |
306 depends on ACPI | 306 depends on ACPI && X86 |
307 select IRQ_DOMAIN 308 help 309 driver for GPIO functionality on Intel Lynxpoint PCH chipset 310 Requires ACPI device enumeration code to set up a platform device. 311 | 307 select IRQ_DOMAIN 308 help 309 driver for GPIO functionality on Intel Lynxpoint PCH chipset 310 Requires ACPI device enumeration code to set up a platform device. 311 |
312config GPIO_GRGPIO 313 tristate "Aeroflex Gaisler GRGPIO support" 314 depends on OF 315 select GPIO_GENERIC 316 select IRQ_DOMAIN 317 help 318 Select this to support Aeroflex Gaisler GRGPIO cores from the GRLIB 319 VHDL IP core library. 320 |
|
312comment "I2C GPIO expanders:" 313 314config GPIO_ARIZONA 315 tristate "Wolfson Microelectronics Arizona class devices" 316 depends on MFD_ARIZONA 317 help 318 Support for GPIOs on Wolfson Arizona class devices. 319 --- 393 unchanged lines hidden --- | 321comment "I2C GPIO expanders:" 322 323config GPIO_ARIZONA 324 tristate "Wolfson Microelectronics Arizona class devices" 325 depends on MFD_ARIZONA 326 help 327 Support for GPIOs on Wolfson Arizona class devices. 328 --- 393 unchanged lines hidden --- |