Kconfig (1b06d64f73746c30ddba43bb57c30ba9a126f53b) | Kconfig (1920906f59652b9ac45dff69d56044a98b11233b) |
---|---|
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 --- 501 unchanged lines hidden (view full) --- 510 select GPIOLIB_IRQCHIP 511 help 512 Enables GPIO support for the ACCES 104-IDI-48 family. The base port 513 address for the device may be configured via the idi_48_base module 514 parameter. The interrupt line number for the device may be configured 515 via the idi_48_irq module parameter. 516 517config GPIO_F7188X | 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 --- 501 unchanged lines hidden (view full) --- 510 select GPIOLIB_IRQCHIP 511 help 512 Enables GPIO support for the ACCES 104-IDI-48 family. The base port 513 address for the device may be configured via the idi_48_base module 514 parameter. The interrupt line number for the device may be configured 515 via the idi_48_irq module parameter. 516 517config GPIO_F7188X |
518 tristate "F71869, F71869A, F71882FG and F71889F GPIO support" | 518 tristate "F71869, F71869A, F71882FG, F71889F and F81866 GPIO support" |
519 help 520 This option enables support for GPIOs found on Fintek Super-I/O | 519 help 520 This option enables support for GPIOs found on Fintek Super-I/O |
521 chips F71869, F71869A, F71882FG and F71889F. | 521 chips F71869, F71869A, F71882FG, F71889F and F81866. |
522 523 To compile this driver as a module, choose M here: the module will 524 be called f7188x-gpio. 525 526config GPIO_IT87 527 tristate "IT87xx GPIO support" 528 help 529 Say yes here to support GPIO functionality of IT87xx Super I/O chips. --- 534 unchanged lines hidden --- | 522 523 To compile this driver as a module, choose M here: the module will 524 be called f7188x-gpio. 525 526config GPIO_IT87 527 tristate "IT87xx GPIO support" 528 help 529 Say yes here to support GPIO functionality of IT87xx Super I/O chips. --- 534 unchanged lines hidden --- |