Kconfig (ec1496193d53ebd8d79cdf1d6d7d4970ef342af2) | Kconfig (0081e8020ebd814a99e45720a10e869a54ee08a6) |
---|---|
1menuconfig NEW_LEDS 2 bool "LED Support" 3 help 4 Say Y to enable Linux LED support. This allows control of supported 5 LEDs from both userspace and optionally, by kernel events (triggers). 6 7 This is not related to standard keyboard LEDs which are controlled 8 via the input system. --- 150 unchanged lines hidden (view full) --- 159config LEDS_PCA955X 160 tristate "LED Support for PCA955x I2C chips" 161 depends on LEDS_CLASS && I2C 162 help 163 This option enables support for LEDs connected to PCA955x 164 LED driver chips accessed via the I2C bus. Supported 165 devices include PCA9550, PCA9551, PCA9552, and PCA9553. 166 | 1menuconfig NEW_LEDS 2 bool "LED Support" 3 help 4 Say Y to enable Linux LED support. This allows control of supported 5 LEDs from both userspace and optionally, by kernel events (triggers). 6 7 This is not related to standard keyboard LEDs which are controlled 8 via the input system. --- 150 unchanged lines hidden (view full) --- 159config LEDS_PCA955X 160 tristate "LED Support for PCA955x I2C chips" 161 depends on LEDS_CLASS && I2C 162 help 163 This option enables support for LEDs connected to PCA955x 164 LED driver chips accessed via the I2C bus. Supported 165 devices include PCA9550, PCA9551, PCA9552, and PCA9553. 166 |
167config LEDS_WM8350 168 tristate "LED Support for WM8350 AudioPlus PMIC" 169 depends on LEDS_CLASS && MFD_WM8350 170 help 171 This option enables support for LEDs driven by the Wolfson 172 Microelectronics WM8350 AudioPlus PMIC. 173 |
|
167config LEDS_DA903X 168 tristate "LED Support for DA9030/DA9034 PMIC" 169 depends on LEDS_CLASS && PMIC_DA903X 170 help 171 This option enables support for on-chip LED drivers found 172 on Dialog Semiconductor DA9030/DA9034 PMICs. 173 174comment "LED Triggers" --- 52 unchanged lines hidden --- | 174config LEDS_DA903X 175 tristate "LED Support for DA9030/DA9034 PMIC" 176 depends on LEDS_CLASS && PMIC_DA903X 177 help 178 This option enables support for on-chip LED drivers found 179 on Dialog Semiconductor DA9030/DA9034 PMICs. 180 181comment "LED Triggers" --- 52 unchanged lines hidden --- |