Kconfig (dd98756d78153dbb43685f0f0e618dda235aee00) | Kconfig (8fccdb580ebec0f5b081d824797911a4c5d91891) |
---|---|
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 --- 544 unchanged lines hidden (view full) --- 553 be called f7188x-gpio. 554 555config GPIO_IT87 556 tristate "IT87xx GPIO support" 557 help 558 Say yes here to support GPIO functionality of IT87xx Super I/O chips. 559 560 This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and | 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 --- 544 unchanged lines hidden (view full) --- 553 be called f7188x-gpio. 554 555config GPIO_IT87 556 tristate "IT87xx GPIO support" 557 help 558 Say yes here to support GPIO functionality of IT87xx Super I/O chips. 559 560 This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and |
561 supports the IT8761E Super I/O chip as well. | 561 supports the IT8761E, IT8620E and IT8628E Super I/O chip as well. |
562 563 To compile this driver as a module, choose M here: the module will 564 be called gpio_it87 565 566config GPIO_SCH 567 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" 568 depends on PCI 569 select MFD_CORE --- 551 unchanged lines hidden --- | 562 563 To compile this driver as a module, choose M here: the module will 564 be called gpio_it87 565 566config GPIO_SCH 567 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" 568 depends on PCI 569 select MFD_CORE --- 551 unchanged lines hidden --- |