Kconfig (ffd4bf1a9e8a88c4b2a47007b1a9e69be28599fe) Kconfig (a1a2bdec4772228274dfb3f9a41ac5234b93a5e9)
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

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

295 bool "Xilinx GPIO support"
296 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ
297 help
298 Say yes here to support the Xilinx FPGA GPIO device
299
300config GPIO_XTENSA
301 bool "Xtensa GPIO32 support"
302 depends on XTENSA
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

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

295 bool "Xilinx GPIO support"
296 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ
297 help
298 Say yes here to support the Xilinx FPGA GPIO device
299
300config GPIO_XTENSA
301 bool "Xtensa GPIO32 support"
302 depends on XTENSA
303 depends on HAVE_XTENSA_GPIO32
303 depends on !SMP
304 help
305 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
306 and EXPSTATE (output) ports
307
308config GPIO_VR41XX
309 tristate "NEC VR4100 series General-purpose I/O Uint support"
310 depends on CPU_VR41XX

--- 508 unchanged lines hidden ---
304 depends on !SMP
305 help
306 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
307 and EXPSTATE (output) ports
308
309config GPIO_VR41XX
310 tristate "NEC VR4100 series General-purpose I/O Uint support"
311 depends on CPU_VR41XX

--- 508 unchanged lines hidden ---