diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-26 13:50:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-26 13:50:47 -0400 |
commit | cce1d9f23213f3a8a43b6038df84a665aa8d8612 (patch) | |
tree | 0ef75bc1641f7202763591a91fc6030898470f7b /drivers/leds/Kconfig | |
parent | d910fc786014ac3fb72f837c329c112e0c7a9aea (diff) | |
parent | f16a5dba01ed942f427f56b0d1128251721275a5 (diff) |
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
* 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds:
leds: move leds-clevo-mail's probe function to .devinit.text
leds: Fix indentation in LEDS_LP3944 Kconfig entry
leds: Fix LED names
leds: Fix leds-pca9532 whitespace issues
leds: fix coding style in worker thread code for ledtrig-gpio.
leds: gpio-leds: fix typographics fault
leds: Add WM831x status LED driver
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 7c8e7122aaa9..e4f599f20e38 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -150,9 +150,9 @@ config LEDS_LP3944 | |||
150 | tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip" | 150 | tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip" |
151 | depends on LEDS_CLASS && I2C | 151 | depends on LEDS_CLASS && I2C |
152 | help | 152 | help |
153 | This option enables support for LEDs connected to the National | 153 | This option enables support for LEDs connected to the National |
154 | Semiconductor LP3944 Lighting Management Unit (LMU) also known as | 154 | Semiconductor LP3944 Lighting Management Unit (LMU) also known as |
155 | Fun Light Chip. | 155 | Fun Light Chip. |
156 | 156 | ||
157 | To compile this driver as a module, choose M here: the | 157 | To compile this driver as a module, choose M here: the |
158 | module will be called leds-lp3944. | 158 | module will be called leds-lp3944. |
@@ -195,6 +195,13 @@ config LEDS_PCA955X | |||
195 | LED driver chips accessed via the I2C bus. Supported | 195 | LED driver chips accessed via the I2C bus. Supported |
196 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. | 196 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. |
197 | 197 | ||
198 | config LEDS_WM831X_STATUS | ||
199 | tristate "LED support for status LEDs on WM831x PMICs" | ||
200 | depends on LEDS_CLASS && MFD_WM831X | ||
201 | help | ||
202 | This option enables support for the status LEDs of the WM831x | ||
203 | series of PMICs. | ||
204 | |||
198 | config LEDS_WM8350 | 205 | config LEDS_WM8350 |
199 | tristate "LED Support for WM8350 AudioPlus PMIC" | 206 | tristate "LED Support for WM8350 AudioPlus PMIC" |
200 | depends on LEDS_CLASS && MFD_WM8350 | 207 | depends on LEDS_CLASS && MFD_WM8350 |