Kconfig (5d43889c07bb38694742936aa70d1187c012e198) | Kconfig (61e7380403efbaf5f796e8cf979827c602bf6c50) |
---|---|
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 --- 142 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 | 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 --- 142 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 --- 181 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 | 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 --- 181 unchanged lines hidden (view full) --- 355 Support for common GPIO functionality provided on some GE Single Board 356 Computers. 357 358 This driver provides basic support (configure as input or output, read 359 and write pin state) for GPIO implemented in a number of GE single 360 board computers. 361 362config GPIO_LYNXPOINT |
356 bool "Intel Lynxpoint GPIO support" | 363 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" | 364 depends on ACPI && X86 365 select IRQ_DOMAIN 366 help 367 driver for GPIO functionality on Intel Lynxpoint PCH chipset 368 Requires ACPI device enumeration code to set up a platform device. 369 370config GPIO_GRGPIO 371 tristate "Aeroflex Gaisler GRGPIO support" --- 337 unchanged lines hidden (view full) --- 709 tristate "Freescale MC33880 high-side/low-side switch" 710 depends on SPI_MASTER 711 help 712 SPI driver for Freescale MC33880 high-side/low-side switch. 713 This provides GPIO interface supporting inputs and outputs. 714 715config GPIO_74X164 716 tristate "74x164 serial-in/parallel-out 8-bits shift register" |
710 depends on SPI_MASTER | 717 depends on SPI_MASTER && OF |
711 help | 718 help |
712 Platform driver for 74x164 compatible serial-in/parallel-out 713 8-outputs shift registers. This driver can be used to provide access | 719 Driver for 74x164 compatible serial-in/parallel-out 8-outputs 720 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 --- | 721 to more gpio outputs. 722 723comment "AC97 GPIO expanders:" 724 725config GPIO_UCB1400 726 tristate "Philips UCB1400 GPIO" 727 depends on UCB1400_CORE 728 help --- 73 unchanged lines hidden --- |