Kconfig (72bf7443ba618b9f7a3167c1f591a0dc00faeb2d) | Kconfig (86ea8a95a42f752fe0aa1c7ad1bfe8ce9be5d30e) |
---|---|
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 --- 513 unchanged lines hidden (view full) --- 522 help 523 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, 524 104-DIO-24E). The base port addresses for the devices may be 525 configured via the base module parameter. The interrupt line numbers 526 for the devices may be configured via the irq module parameter. 527 528config GPIO_104_IDIO_16 529 tristate "ACCES 104-IDIO-16 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 --- 513 unchanged lines hidden (view full) --- 522 help 523 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, 524 104-DIO-24E). The base port addresses for the devices may be 525 configured via the base module parameter. The interrupt line numbers 526 for the devices may be configured via the irq module parameter. 527 528config GPIO_104_IDIO_16 529 tristate "ACCES 104-IDIO-16 GPIO support" |
530 depends on ISA |
|
530 select GPIOLIB_IRQCHIP 531 help | 531 select GPIOLIB_IRQCHIP 532 help |
532 Enables GPIO support for the ACCES 104-IDIO-16 family. The base port 533 address for the device may be set via the idio_16_base module 534 parameter. The interrupt line number for the device may be set via the 535 idio_16_irq module parameter. | 533 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 534 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The 535 base port addresses for the devices may be configured via the base 536 module parameter. The interrupt line numbers for the devices may be 537 configured via the irq module parameter. |
536 537config GPIO_104_IDI_48 538 tristate "ACCES 104-IDI-48 GPIO support" 539 depends on ISA 540 select GPIOLIB_IRQCHIP 541 help 542 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A, 543 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for --- 578 unchanged lines hidden --- | 538 539config GPIO_104_IDI_48 540 tristate "ACCES 104-IDI-48 GPIO support" 541 depends on ISA 542 select GPIOLIB_IRQCHIP 543 help 544 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A, 545 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for --- 578 unchanged lines hidden --- |