Kconfig (79bb6460012c7c9f40aeb7b7d5f28aaac4455912) Kconfig (04777396d8d183f3f3edd3872eb8bf50dd458b82)
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

--- 231 unchanged lines hidden (view full) ---

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
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

--- 231 unchanged lines hidden (view full) ---

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 select GENERIC_IRQ_CHIP
248 default y
249 help
250 Say yes here to support Toumaz Xenif TZ1090 GPIOs.
251
252config GPIO_TZ1090_PDC
253 bool "Toumaz Xenif TZ1090 PDC GPIO support"
254 depends on SOC_TZ1090
255 default y

--- 489 unchanged lines hidden ---
249 default y
250 help
251 Say yes here to support Toumaz Xenif TZ1090 GPIOs.
252
253config GPIO_TZ1090_PDC
254 bool "Toumaz Xenif TZ1090 PDC GPIO support"
255 depends on SOC_TZ1090
256 default y

--- 489 unchanged lines hidden ---