Kconfig (d585a021c0b10b0477d6b608c53e1feb8cde0507) Kconfig (6fa612b56c575a5235568593eab4240c90608630)
1#
2# GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

64 exported to userspace; this can be useful when debugging.
65
66# put expanders in the right section, in alphabetical order
67
68comment "Memory mapped GPIO expanders:"
69
70config GPIO_XILINX
71 bool "Xilinx GPIO support"
1#
2# GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

64 exported to userspace; this can be useful when debugging.
65
66# put expanders in the right section, in alphabetical order
67
68comment "Memory mapped GPIO expanders:"
69
70config GPIO_XILINX
71 bool "Xilinx GPIO support"
72 depends on PPC_OF
72 depends on PPC_OF || MICROBLAZE
73 help
74 Say yes here to support the Xilinx FPGA GPIO device
75
76comment "I2C GPIO expanders:"
77
78config GPIO_MAX732X
79 tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
80 depends on I2C

--- 99 unchanged lines hidden ---
73 help
74 Say yes here to support the Xilinx FPGA GPIO device
75
76comment "I2C GPIO expanders:"
77
78config GPIO_MAX732X
79 tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
80 depends on I2C

--- 99 unchanged lines hidden ---