Kconfig (d5432503bfb49f3425bad0b850714ffd8b533cfc) | Kconfig (1972c97db5b0c125918f662cd084c7d5370674c0) |
---|---|
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 --- 98 unchanged lines hidden (view full) --- 107 108 If driver is built as a module it will be called gpio-da9055. 109 110config GPIO_MAX730X 111 tristate 112 113comment "Memory mapped GPIO drivers:" 114 | 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 --- 98 unchanged lines hidden (view full) --- 107 108 If driver is built as a module it will be called gpio-da9055. 109 110config GPIO_MAX730X 111 tristate 112 113comment "Memory mapped GPIO drivers:" 114 |
115config GPIO_74XX_MMIO 116 tristate "GPIO driver for 74xx-ICs with MMIO access" 117 depends on OF_GPIO 118 select GPIO_GENERIC 119 help 120 Say yes here to support GPIO functionality for 74xx-compatible ICs 121 with MMIO access. Compatible models include: 122 1 bit: 741G125 (Input), 741G74 (Output) 123 2 bits: 742G125 (Input), 7474 (Output) 124 4 bits: 74125 (Input), 74175 (Output) 125 6 bits: 74365 (Input), 74174 (Output) 126 8 bits: 74244 (Input), 74273 (Output) 127 16 bits: 741624 (Input), 7416374 (Output) 128 |
|
115config GPIO_CLPS711X 116 tristate "CLPS711X GPIO support" 117 depends on ARCH_CLPS711X || COMPILE_TEST 118 select GPIO_GENERIC 119 help 120 Say yes here to support GPIO on CLPS711X SoCs. 121 122config GPIO_DAVINCI --- 6 unchanged lines hidden (view full) --- 129config GPIO_GENERIC_PLATFORM 130 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 131 select GPIO_GENERIC 132 help 133 Say yes here to support basic platform_device memory-mapped GPIO controllers. 134 135config GPIO_DWAPB 136 tristate "Synopsys DesignWare APB GPIO driver" | 129config GPIO_CLPS711X 130 tristate "CLPS711X GPIO support" 131 depends on ARCH_CLPS711X || COMPILE_TEST 132 select GPIO_GENERIC 133 help 134 Say yes here to support GPIO on CLPS711X SoCs. 135 136config GPIO_DAVINCI --- 6 unchanged lines hidden (view full) --- 143config GPIO_GENERIC_PLATFORM 144 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 145 select GPIO_GENERIC 146 help 147 Say yes here to support basic platform_device memory-mapped GPIO controllers. 148 149config GPIO_DWAPB 150 tristate "Synopsys DesignWare APB GPIO driver" |
151 depends on ARM 152 depends on OF_GPIO |
|
137 select GPIO_GENERIC 138 select GENERIC_IRQ_CHIP 139 help 140 Say Y or M here to build support for the Synopsys DesignWare APB 141 GPIO block. 142 143config GPIO_IT8761E 144 tristate "IT8761E GPIO support" --- 183 unchanged lines hidden (view full) --- 328 329config GPIO_TZ1090_PDC 330 bool "Toumaz Xenif TZ1090 PDC GPIO support" 331 depends on SOC_TZ1090 332 default y 333 help 334 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 335 | 153 select GPIO_GENERIC 154 select GENERIC_IRQ_CHIP 155 help 156 Say Y or M here to build support for the Synopsys DesignWare APB 157 GPIO block. 158 159config GPIO_IT8761E 160 tristate "IT8761E GPIO support" --- 183 unchanged lines hidden (view full) --- 344 345config GPIO_TZ1090_PDC 346 bool "Toumaz Xenif TZ1090 PDC GPIO support" 347 depends on SOC_TZ1090 348 default y 349 help 350 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 351 |
352config GPIO_VF610 353 def_bool y 354 depends on ARCH_MXC && SOC_VF610 355 select GPIOLIB_IRQCHIP 356 help 357 Say yes here to support Vybrid vf610 GPIOs. 358 |
|
336config GPIO_XGENE 337 bool "APM X-Gene GPIO controller support" 338 depends on ARM64 && OF_GPIO 339 help 340 This driver is to support the GPIO block within the APM X-Gene SoC 341 platform's generic flash controller. The GPIO pins are muxed with 342 the generic flash controller's address and data pins. Say yes 343 here to enable the GFC GPIO functionality. --- 565 unchanged lines hidden --- | 359config GPIO_XGENE 360 bool "APM X-Gene GPIO controller support" 361 depends on ARM64 && OF_GPIO 362 help 363 This driver is to support the GPIO block within the APM X-Gene SoC 364 platform's generic flash controller. The GPIO pins are muxed with 365 the generic flash controller's address and data pins. Say yes 366 here to enable the GFC GPIO functionality. --- 565 unchanged lines hidden --- |