Kconfig (1cb4f624ea38361b6397966470f0a1bed5532483) | Kconfig (80884094e34456887ecdbd107d40e72c4a40f9c9) |
---|---|
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 --- 158 unchanged lines hidden (view full) --- 167 depends on PMIC_ADP5520 168 help 169 This option enables support for on-chip GPIO found 170 on Analog Devices ADP5520 PMICs. 171 172 To compile this driver as a module, choose M here: the module will 173 be called adp5520-gpio. 174 | 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 --- 158 unchanged lines hidden (view full) --- 167 depends on PMIC_ADP5520 168 help 169 This option enables support for on-chip GPIO found 170 on Analog Devices ADP5520 PMICs. 171 172 To compile this driver as a module, choose M here: the module will 173 be called adp5520-gpio. 174 |
175config GPIO_ADP5588 176 tristate "ADP5588 I2C GPIO expander" 177 depends on I2C 178 help 179 This option enables support for 18 GPIOs found 180 on Analog Devices ADP5588 GPIO Expanders. 181 To compile this driver as a module, choose M here: the module will be 182 called adp5588-gpio. 183 |
|
175comment "PCI GPIO expanders:" 176 177config GPIO_CS5535 178 tristate "AMD CS5535/CS5536 GPIO support" 179 depends on PCI && !CS5535_GPIO 180 help 181 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 182 can be used for quite a number of things. The CS5535/6 is found on --- 67 unchanged lines hidden --- | 184comment "PCI GPIO expanders:" 185 186config GPIO_CS5535 187 tristate "AMD CS5535/CS5536 GPIO support" 188 depends on PCI && !CS5535_GPIO 189 help 190 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 191 can be used for quite a number of things. The CS5535/6 is found on --- 67 unchanged lines hidden --- |