Kconfig (78c7d8d289cf943ba7733a974b243650b2164f9e) | Kconfig (880cf0717f70678b2ecd6bb762e469c64c3b0d83) |
---|---|
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 --- 195 unchanged lines hidden (view full) --- 204 Say yes here to support the PXA GPIO device 205 206config GPIO_RCAR 207 tristate "Renesas R-Car GPIO" 208 depends on ARM 209 help 210 Say yes here to support GPIO on Renesas R-Car SoCs. 211 | 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 --- 195 unchanged lines hidden (view full) --- 204 Say yes here to support the PXA GPIO device 205 206config GPIO_RCAR 207 tristate "Renesas R-Car GPIO" 208 depends on ARM 209 help 210 Say yes here to support GPIO on Renesas R-Car SoCs. 211 |
212config GPIO_SAMSUNG 213 bool 214 depends on PLAT_SAMSUNG 215 help 216 Legacy GPIO support. Use only for platforms without support for 217 pinctrl. 218 |
|
212config GPIO_SPEAR_SPICS 213 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 214 depends on PLAT_SPEAR 215 select GENERIC_IRQ_CHIP 216 help 217 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 218 219config GPIO_STA2X11 --- 9 unchanged lines hidden (view full) --- 229 help 230 This driver supports Digital I/O exposed by pin blocks found on some 231 Technologic Systems platforms. It includes, but is not limited to, 3 232 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 233 LCD port. 234 235config GPIO_XILINX 236 bool "Xilinx GPIO support" | 219config GPIO_SPEAR_SPICS 220 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 221 depends on PLAT_SPEAR 222 select GENERIC_IRQ_CHIP 223 help 224 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 225 226config GPIO_STA2X11 --- 9 unchanged lines hidden (view full) --- 236 help 237 This driver supports Digital I/O exposed by pin blocks found on some 238 Technologic Systems platforms. It includes, but is not limited to, 3 239 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 240 LCD port. 241 242config GPIO_XILINX 243 bool "Xilinx GPIO support" |
237 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ | 244 depends on PPC_OF || MICROBLAZE |
238 help 239 Say yes here to support the Xilinx FPGA GPIO device 240 241config GPIO_VR41XX 242 tristate "NEC VR4100 series General-purpose I/O Uint support" 243 depends on CPU_VR41XX 244 help 245 Say yes here to support the NEC VR4100 series General-purpose I/O Uint --- 79 unchanged lines hidden (view full) --- 325 help 326 Support for GPIOs on Wolfson Arizona class devices. 327 328config GPIO_MAX7300 329 tristate "Maxim MAX7300 GPIO expander" 330 depends on I2C 331 select GPIO_MAX730X 332 help | 245 help 246 Say yes here to support the Xilinx FPGA GPIO device 247 248config GPIO_VR41XX 249 tristate "NEC VR4100 series General-purpose I/O Uint support" 250 depends on CPU_VR41XX 251 help 252 Say yes here to support the NEC VR4100 series General-purpose I/O Uint --- 79 unchanged lines hidden (view full) --- 332 help 333 Support for GPIOs on Wolfson Arizona class devices. 334 335config GPIO_MAX7300 336 tristate "Maxim MAX7300 GPIO expander" 337 depends on I2C 338 select GPIO_MAX730X 339 help |
333 GPIO driver for Maxim MAX7300 I2C-based GPIO expander. | 340 GPIO driver for Maxim MAX7301 I2C-based GPIO expander. |
334 335config GPIO_MAX732X 336 tristate "MAX7319, MAX7320-7327 I2C Port Expanders" 337 depends on I2C 338 help 339 Say yes here to support the MAX7319, MAX7320-7327 series of I2C 340 Port Expanders. Each IO port on these chips has a fixed role of 341 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain --- 379 unchanged lines hidden --- | 341 342config GPIO_MAX732X 343 tristate "MAX7319, MAX7320-7327 I2C Port Expanders" 344 depends on I2C 345 help 346 Say yes here to support the MAX7319, MAX7320-7327 series of I2C 347 Port Expanders. Each IO port on these chips has a fixed role of 348 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain --- 379 unchanged lines hidden --- |