Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | Kconfig (e4b736f18f338daae141325c818187c4ab3e244c) |
---|---|
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 --- 141 unchanged lines hidden (view full) --- 150 151config GPIO_TWL4030 152 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 153 depends on TWL4030_CORE 154 help 155 Say yes here to access the GPIO signals of various multi-function 156 power management chips from Texas Instruments. 157 | 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 --- 141 unchanged lines hidden (view full) --- 150 151config GPIO_TWL4030 152 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 153 depends on TWL4030_CORE 154 help 155 Say yes here to access the GPIO signals of various multi-function 156 power management chips from Texas Instruments. 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 |
|
158comment "PCI GPIO expanders:" 159 160config GPIO_BT8XX 161 tristate "BT8XX GPIO abuser" 162 depends on PCI && VIDEO_BT848=n 163 help 164 The BT8xx frame grabber chip has 24 GPIO pins than can be abused 165 as a cheap PCI GPIO card. --- 26 unchanged lines hidden --- | 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. --- 26 unchanged lines hidden --- |