Kconfig (38fd2c202a3d82bc12430bce5789fa2c2a406f71) | Kconfig (ffd4bf1a9e8a88c4b2a47007b1a9e69be28599fe) |
---|---|
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 --- 96 unchanged lines hidden (view full) --- 105 106config GPIO_MAX730X 107 tristate 108 109comment "Memory mapped GPIO drivers:" 110 111config GPIO_CLPS711X 112 tristate "CLPS711X GPIO support" | 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 --- 96 unchanged lines hidden (view full) --- 105 106config GPIO_MAX730X 107 tristate 108 109comment "Memory mapped GPIO drivers:" 110 111config GPIO_CLPS711X 112 tristate "CLPS711X GPIO support" |
113 depends on ARCH_CLPS711X | 113 depends on ARCH_CLPS711X || COMPILE_TEST |
114 select GPIO_GENERIC 115 help 116 Say yes here to support GPIO on CLPS711X SoCs. 117 118config GPIO_GENERIC_PLATFORM 119 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 120 select GPIO_GENERIC 121 help --- 29 unchanged lines hidden (view full) --- 151 depends on X86 152 help 153 This option enables support for GPIOs found on Fintek Super-I/O 154 chips F71882FG and F71889F. 155 156 To compile this driver as a module, choose M here: the module will 157 be called f7188x-gpio. 158 | 114 select GPIO_GENERIC 115 help 116 Say yes here to support GPIO on CLPS711X SoCs. 117 118config GPIO_GENERIC_PLATFORM 119 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 120 select GPIO_GENERIC 121 help --- 29 unchanged lines hidden (view full) --- 151 depends on X86 152 help 153 This option enables support for GPIOs found on Fintek Super-I/O 154 chips F71882FG and F71889F. 155 156 To compile this driver as a module, choose M here: the module will 157 be called f7188x-gpio. 158 |
159config GPIO_MOXART 160 bool "MOXART GPIO support" 161 depends on ARCH_MOXART 162 help 163 Select this option to enable GPIO driver for 164 MOXA ART SoC devices. 165 |
|
159config GPIO_MPC5200 160 def_bool y 161 depends on PPC_MPC52xx 162 163config GPIO_MPC8XXX 164 bool "MPC512x/MPC8xxx GPIO support" 165 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 166 FSL_SOC_BOOKE || PPC_86xx --- 65 unchanged lines hidden (view full) --- 232 233config GPIO_SAMSUNG 234 bool 235 depends on PLAT_SAMSUNG 236 help 237 Legacy GPIO support. Use only for platforms without support for 238 pinctrl. 239 | 166config GPIO_MPC5200 167 def_bool y 168 depends on PPC_MPC52xx 169 170config GPIO_MPC8XXX 171 bool "MPC512x/MPC8xxx GPIO support" 172 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 173 FSL_SOC_BOOKE || PPC_86xx --- 65 unchanged lines hidden (view full) --- 239 240config GPIO_SAMSUNG 241 bool 242 depends on PLAT_SAMSUNG 243 help 244 Legacy GPIO support. Use only for platforms without support for 245 pinctrl. 246 |
247config GPIO_SCH311X 248 tristate "SMSC SCH311x SuperI/O GPIO" 249 help 250 Driver to enable the GPIOs found on SMSC SMSC SCH3112, SCH3114 and 251 SCH3116 "Super I/O" chipsets. 252 253 To compile this driver as a module, choose M here: the module will 254 be called gpio-sch311x. 255 |
|
240config GPIO_SPEAR_SPICS 241 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 242 depends on PLAT_SPEAR 243 select GENERIC_IRQ_CHIP 244 help 245 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 246 247config GPIO_STA2X11 --- 28 unchanged lines hidden (view full) --- 276 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 277 278config GPIO_XILINX 279 bool "Xilinx GPIO support" 280 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ 281 help 282 Say yes here to support the Xilinx FPGA GPIO device 283 | 256config GPIO_SPEAR_SPICS 257 bool "ST SPEAr13xx SPI Chip Select as GPIO support" 258 depends on PLAT_SPEAR 259 select GENERIC_IRQ_CHIP 260 help 261 Say yes here to support ST SPEAr SPI Chip Select as GPIO device 262 263config GPIO_STA2X11 --- 28 unchanged lines hidden (view full) --- 292 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 293 294config GPIO_XILINX 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 !SMP 304 help 305 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input) 306 and EXPSTATE (output) ports 307 |
|
284config GPIO_VR41XX 285 tristate "NEC VR4100 series General-purpose I/O Uint support" 286 depends on CPU_VR41XX 287 help 288 Say yes here to support the NEC VR4100 series General-purpose I/O Uint 289 290config GPIO_SCH 291 tristate "Intel SCH/TunnelCreek/Centerton GPIO" --- 56 unchanged lines hidden (view full) --- 348 Support for common GPIO functionality provided on some GE Single Board 349 Computers. 350 351 This driver provides basic support (configure as input or output, read 352 and write pin state) for GPIO implemented in a number of GE single 353 board computers. 354 355config GPIO_LYNXPOINT | 308config GPIO_VR41XX 309 tristate "NEC VR4100 series General-purpose I/O Uint support" 310 depends on CPU_VR41XX 311 help 312 Say yes here to support the NEC VR4100 series General-purpose I/O Uint 313 314config GPIO_SCH 315 tristate "Intel SCH/TunnelCreek/Centerton GPIO" --- 56 unchanged lines hidden (view full) --- 372 Support for common GPIO functionality provided on some GE Single Board 373 Computers. 374 375 This driver provides basic support (configure as input or output, read 376 and write pin state) for GPIO implemented in a number of GE single 377 board computers. 378 379config GPIO_LYNXPOINT |
356 bool "Intel Lynxpoint GPIO support" | 380 tristate "Intel Lynxpoint GPIO support" |
357 depends on ACPI && X86 358 select IRQ_DOMAIN 359 help 360 driver for GPIO functionality on Intel Lynxpoint PCH chipset 361 Requires ACPI device enumeration code to set up a platform device. 362 363config GPIO_GRGPIO 364 tristate "Aeroflex Gaisler GRGPIO support" --- 337 unchanged lines hidden (view full) --- 702 tristate "Freescale MC33880 high-side/low-side switch" 703 depends on SPI_MASTER 704 help 705 SPI driver for Freescale MC33880 high-side/low-side switch. 706 This provides GPIO interface supporting inputs and outputs. 707 708config GPIO_74X164 709 tristate "74x164 serial-in/parallel-out 8-bits shift register" | 381 depends on ACPI && X86 382 select IRQ_DOMAIN 383 help 384 driver for GPIO functionality on Intel Lynxpoint PCH chipset 385 Requires ACPI device enumeration code to set up a platform device. 386 387config GPIO_GRGPIO 388 tristate "Aeroflex Gaisler GRGPIO support" --- 337 unchanged lines hidden (view full) --- 726 tristate "Freescale MC33880 high-side/low-side switch" 727 depends on SPI_MASTER 728 help 729 SPI driver for Freescale MC33880 high-side/low-side switch. 730 This provides GPIO interface supporting inputs and outputs. 731 732config GPIO_74X164 733 tristate "74x164 serial-in/parallel-out 8-bits shift register" |
710 depends on SPI_MASTER | 734 depends on SPI_MASTER && OF |
711 help | 735 help |
712 Platform driver for 74x164 compatible serial-in/parallel-out 713 8-outputs shift registers. This driver can be used to provide access | 736 Driver for 74x164 compatible serial-in/parallel-out 8-outputs 737 shift registers. This driver can be used to provide access |
714 to more gpio outputs. 715 716comment "AC97 GPIO expanders:" 717 718config GPIO_UCB1400 719 tristate "Philips UCB1400 GPIO" 720 depends on UCB1400_CORE 721 help --- 73 unchanged lines hidden --- | 738 to more gpio outputs. 739 740comment "AC97 GPIO expanders:" 741 742config GPIO_UCB1400 743 tristate "Philips UCB1400 GPIO" 744 depends on UCB1400_CORE 745 help --- 73 unchanged lines hidden --- |