Kconfig (e43fff2b98b4e99b189c086a9cf740b19eaf3538) | Kconfig (9caf1f2202da2affedf0c9e3c1ccda8ea6d353e1) |
---|---|
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 --- 228 unchanged lines hidden (view full) --- 237config GPIO_TS5500 238 tristate "TS-5500 DIO blocks and compatibles" 239 help 240 This driver supports Digital I/O exposed by pin blocks found on some 241 Technologic Systems platforms. It includes, but is not limited to, 3 242 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 243 LCD port. 244 | 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 --- 228 unchanged lines hidden (view full) --- 237config GPIO_TS5500 238 tristate "TS-5500 DIO blocks and compatibles" 239 help 240 This driver supports Digital I/O exposed by pin blocks found on some 241 Technologic Systems platforms. It includes, but is not limited to, 3 242 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 243 LCD port. 244 |
245config GPIO_TZ1090 246 bool "Toumaz Xenif TZ1090 GPIO support" 247 depends on SOC_TZ1090 248 default y 249 help 250 Say yes here to support Toumaz Xenif TZ1090 GPIOs. 251 |
|
245config GPIO_XILINX 246 bool "Xilinx GPIO support" 247 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ 248 help 249 Say yes here to support the Xilinx FPGA GPIO device 250 251config GPIO_VR41XX 252 tristate "NEC VR4100 series General-purpose I/O Uint support" --- 478 unchanged lines hidden --- | 252config GPIO_XILINX 253 bool "Xilinx GPIO support" 254 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ 255 help 256 Say yes here to support the Xilinx FPGA GPIO device 257 258config GPIO_VR41XX 259 tristate "NEC VR4100 series General-purpose I/O Uint support" --- 478 unchanged lines hidden --- |