Kconfig (251f39fe42dae863bd24e30864e6b66076ba076d) Kconfig (3ab52475447641a6facf6ee5450bea24e477b811)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

133 def_bool y
134 depends on ARCH_MXS
135 select GPIO_GENERIC
136 select GENERIC_IRQ_CHIP
137
138config GPIO_PL061
139 bool "PrimeCell PL061 GPIO support"
140 depends on ARM_AMBA
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

133 def_bool y
134 depends on ARCH_MXS
135 select GPIO_GENERIC
136 select GENERIC_IRQ_CHIP
137
138config GPIO_PL061
139 bool "PrimeCell PL061 GPIO support"
140 depends on ARM_AMBA
141 select GENERIC_IRQ_CHIP
141 help
142 Say yes here to support the PrimeCell PL061 GPIO device
143
144config GPIO_XILINX
145 bool "Xilinx GPIO support"
146 depends on PPC_OF || MICROBLAZE
147 help
148 Say yes here to support the Xilinx FPGA GPIO device

--- 344 unchanged lines hidden ---
142 help
143 Say yes here to support the PrimeCell PL061 GPIO device
144
145config GPIO_XILINX
146 bool "Xilinx GPIO support"
147 depends on PPC_OF || MICROBLAZE
148 help
149 Say yes here to support the Xilinx FPGA GPIO device

--- 344 unchanged lines hidden ---