Kconfig (b3fecf8cab6441527ab057c99d7e6a6d7f6713e5) | Kconfig (977d16b87a78844f090af0565cbd2e3a94fd6337) |
---|---|
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 312comment "I2C GPIO expanders:" 313 314config GPIO_ARIZONA --- 398 unchanged lines hidden --- | 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 312comment "I2C GPIO expanders:" 313 314config GPIO_ARIZONA --- 398 unchanged lines hidden --- |