Kconfig (35decc803c8ad9a84de890c1fea0ba1768666390) | Kconfig (b995ff3b3017073f5251be9d525b3741e631c30f) |
---|---|
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 --- 708 unchanged lines hidden (view full) --- 717 help 718 This driver supports Digital I/O exposed by pin blocks found on some 719 Technologic Systems platforms. It includes, but is not limited to, 3 720 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 721 LCD port. 722 723config GPIO_WINBOND 724 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 --- 708 unchanged lines hidden (view full) --- 717 help 718 This driver supports Digital I/O exposed by pin blocks found on some 719 Technologic Systems platforms. It includes, but is not limited to, 3 720 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 721 LCD port. 722 723config GPIO_WINBOND 724 tristate "Winbond Super I/O GPIO support" |
725 depends on ISA_BUS_API | 725 select ISA_BUS_API |
726 help 727 This option enables support for GPIOs found on Winbond Super I/O 728 chips. 729 Currently, only W83627UHG (also known as Nuvoton NCT6627UD) is 730 supported. 731 732 You will need to provide a module parameter "gpios", or a 733 boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO --- 627 unchanged lines hidden --- | 726 help 727 This option enables support for GPIOs found on Winbond Super I/O 728 chips. 729 Currently, only W83627UHG (also known as Nuvoton NCT6627UD) is 730 supported. 731 732 You will need to provide a module parameter "gpios", or a 733 boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO --- 627 unchanged lines hidden --- |