Kconfig (3ce632fdd13abd23686c29e81a924d47365b2eca) | Kconfig (949506dc608f9820e0cee51b106c35fd3503bbb2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 872 unchanged lines hidden (view full) --- 881 882 To compile this driver as a module, choose M here: the module will 883 be called f7188x-gpio. 884 885config GPIO_GPIO_MM 886 tristate "Diamond Systems GPIO-MM GPIO support" 887 depends on PC104 888 select ISA_BUS_API | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 872 unchanged lines hidden (view full) --- 881 882 To compile this driver as a module, choose M here: the module will 883 be called f7188x-gpio. 884 885config GPIO_GPIO_MM 886 tristate "Diamond Systems GPIO-MM GPIO support" 887 depends on PC104 888 select ISA_BUS_API |
889 select GPIO_I8255 |
|
889 help 890 Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12. 891 892 The Diamond Systems GPIO-MM device features 48 lines of digital I/O 893 via the emulation of dual 82C55A PPI chips. This driver provides GPIO 894 support for these 48 channels of digital I/O. 895 896 The base port addresses for the devices may be configured via the base --- 826 unchanged lines hidden --- | 890 help 891 Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12. 892 893 The Diamond Systems GPIO-MM device features 48 lines of digital I/O 894 via the emulation of dual 82C55A PPI chips. This driver provides GPIO 895 support for these 48 channels of digital I/O. 896 897 The base port addresses for the devices may be configured via the base --- 826 unchanged lines hidden --- |