Kconfig (0a87a2db485a1456b7427914969c0e8195a1bbda) | Kconfig (093e9435483c8ad630a1432bfdcc10efe1c08a64) |
---|---|
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 --- 186 unchanged lines hidden (view full) --- 195 chips F71882FG and F71889F. 196 197 To compile this driver as a module, choose M here: the module will 198 be called f7188x-gpio. 199 200config GPIO_MOXART 201 bool "MOXART GPIO support" 202 depends on ARCH_MOXART | 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 --- 186 unchanged lines hidden (view full) --- 195 chips F71882FG and F71889F. 196 197 To compile this driver as a module, choose M here: the module will 198 be called f7188x-gpio. 199 200config GPIO_MOXART 201 bool "MOXART GPIO support" 202 depends on ARCH_MOXART |
203 select GPIO_GENERIC |
|
203 help 204 Select this option to enable GPIO driver for 205 MOXA ART SoC devices. 206 207config GPIO_MPC5200 208 def_bool y 209 depends on PPC_MPC52xx 210 --- 397 unchanged lines hidden (view full) --- 608 Select this option to enable GPIO driver for the Ricoh RC5T583 609 chip family. 610 This driver provides the support for driving/reading the gpio pins 611 of RC5T583 device through standard gpio library. 612 613config GPIO_SX150X 614 bool "Semtech SX150x I2C GPIO expander" 615 depends on I2C=y | 204 help 205 Select this option to enable GPIO driver for 206 MOXA ART SoC devices. 207 208config GPIO_MPC5200 209 def_bool y 210 depends on PPC_MPC52xx 211 --- 397 unchanged lines hidden (view full) --- 609 Select this option to enable GPIO driver for the Ricoh RC5T583 610 chip family. 611 This driver provides the support for driving/reading the gpio pins 612 of RC5T583 device through standard gpio library. 613 614config GPIO_SX150X 615 bool "Semtech SX150x I2C GPIO expander" 616 depends on I2C=y |
617 select GPIOLIB_IRQCHIP |
|
616 default n 617 help 618 Say yes here to provide support for Semtech SX150-series I2C 619 GPIO expanders. Compatible models include: 620 621 8 bits: sx1508q 622 16 bits: sx1509q 623 --- 320 unchanged lines hidden --- | 618 default n 619 help 620 Say yes here to provide support for Semtech SX150-series I2C 621 GPIO expanders. Compatible models include: 622 623 8 bits: sx1508q 624 16 bits: sx1509q 625 --- 320 unchanged lines hidden --- |