Kconfig (58556204662812f4beec1bc8ee7685884037e0a4) | Kconfig (92a8046c9d952a2a7d21dfcd3afadc72a0bc0f72) |
---|---|
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 --- 686 unchanged lines hidden (view full) --- 695 help 696 This driver supports Digital I/O exposed by pin blocks found on some 697 Technologic Systems platforms. It includes, but is not limited to, 3 698 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 699 LCD port. 700 701config GPIO_WINBOND 702 tristate "Winbond Super I/O 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 --- 686 unchanged lines hidden (view full) --- 695 help 696 This driver supports Digital I/O exposed by pin blocks found on some 697 Technologic Systems platforms. It includes, but is not limited to, 3 698 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 699 LCD port. 700 701config GPIO_WINBOND 702 tristate "Winbond Super I/O GPIO support" |
703 select ISA_BUS_API | 703 depends on ISA_BUS_API |
704 help 705 This option enables support for GPIOs found on Winbond Super I/O 706 chips. 707 Currently, only W83627UHG (also known as Nuvoton NCT6627UD) is 708 supported. 709 710 You will need to provide a module parameter "gpios", or a 711 boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO --- 627 unchanged lines hidden --- | 704 help 705 This option enables support for GPIOs found on Winbond Super I/O 706 chips. 707 Currently, only W83627UHG (also known as Nuvoton NCT6627UD) is 708 supported. 709 710 You will need to provide a module parameter "gpios", or a 711 boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO --- 627 unchanged lines hidden --- |