Kconfig (ac7242142b03421c96b0a2f8d99f146d075614c2) | Kconfig (27fdd325dace4a1ebfa10e93ba6f3d25f25df674) |
---|---|
1# 2# GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 65 unchanged lines hidden (view full) --- 74 Say yes here to support the PrimeCell PL061 GPIO device 75 76config GPIO_XILINX 77 bool "Xilinx GPIO support" 78 depends on PPC_OF || MICROBLAZE 79 help 80 Say yes here to support the Xilinx FPGA GPIO device 81 | 1# 2# GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 65 unchanged lines hidden (view full) --- 74 Say yes here to support the PrimeCell PL061 GPIO device 75 76config GPIO_XILINX 77 bool "Xilinx GPIO support" 78 depends on PPC_OF || MICROBLAZE 79 help 80 Say yes here to support the Xilinx FPGA GPIO device 81 |
82config GPIO_VR41XX 83 tristate "NEC VR4100 series General-purpose I/O Uint support" 84 depends on CPU_VR41XX 85 help 86 Say yes here to support the NEC VR4100 series General-purpose I/O Uint 87 |
|
82comment "I2C GPIO expanders:" 83 84config GPIO_MAX732X 85 tristate "MAX7319, MAX7320-7327 I2C Port Expanders" 86 depends on I2C 87 help 88 Say yes here to support the MAX7319, MAX7320-7327 series of I2C 89 Port Expanders. Each IO port on these chips has a fixed role of --- 96 unchanged lines hidden --- | 88comment "I2C GPIO expanders:" 89 90config GPIO_MAX732X 91 tristate "MAX7319, MAX7320-7327 I2C Port Expanders" 92 depends on I2C 93 help 94 Say yes here to support the MAX7319, MAX7320-7327 series of I2C 95 Port Expanders. Each IO port on these chips has a fixed role of --- 96 unchanged lines hidden --- |