Kconfig (8bf026177000c5bb566cafe2528a96f8380f38bd) | Kconfig (ef72af408259f0ff26a733dfa2088d570a111550) |
---|---|
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 --- 148 unchanged lines hidden (view full) --- 157 158config GPIO_WM831X 159 tristate "WM831x GPIOs" 160 depends on MFD_WM831X 161 help 162 Say yes here to access the GPIO signals of WM831x power management 163 chips from Wolfson Microelectronics. 164 | 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 --- 148 unchanged lines hidden (view full) --- 157 158config GPIO_WM831X 159 tristate "WM831x GPIOs" 160 depends on MFD_WM831X 161 help 162 Say yes here to access the GPIO signals of WM831x power management 163 chips from Wolfson Microelectronics. 164 |
165config GPIO_ADP5520 166 tristate "GPIO Support for ADP5520 PMIC" 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 |
|
165comment "PCI GPIO expanders:" 166 167config GPIO_BT8XX 168 tristate "BT8XX GPIO abuser" 169 depends on PCI && VIDEO_BT848=n 170 help 171 The BT8xx frame grabber chip has 24 GPIO pins than can be abused 172 as a cheap PCI GPIO card. --- 51 unchanged lines hidden --- | 175comment "PCI GPIO expanders:" 176 177config GPIO_BT8XX 178 tristate "BT8XX GPIO abuser" 179 depends on PCI && VIDEO_BT848=n 180 help 181 The BT8xx frame grabber chip has 24 GPIO pins than can be abused 182 as a cheap PCI GPIO card. --- 51 unchanged lines hidden --- |