Kconfig (9caf1f2202da2affedf0c9e3c1ccda8ea6d353e1) Kconfig (79bb6460012c7c9f40aeb7b7d5f28aaac4455912)
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

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

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

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

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
252config GPIO_TZ1090_PDC
253 bool "Toumaz Xenif TZ1090 PDC GPIO support"
254 depends on SOC_TZ1090
255 default y
256 help
257 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
258
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 ---
259config GPIO_XILINX
260 bool "Xilinx GPIO support"
261 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ
262 help
263 Say yes here to support the Xilinx FPGA GPIO device
264
265config GPIO_VR41XX
266 tristate "NEC VR4100 series General-purpose I/O Uint support"

--- 478 unchanged lines hidden ---