Commit 6204f03d authored by Pavel Machek's avatar Pavel Machek Committed by Jacek Anaszewski

leds: Clarify supported chips by LM355x driver

Clarify which controllers are supported by which driver.
Reported-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
parent 8f886de1
...@@ -69,7 +69,7 @@ config LEDS_APU ...@@ -69,7 +69,7 @@ config LEDS_APU
module will be called leds-apu. module will be called leds-apu.
config LEDS_AS3645A config LEDS_AS3645A
tristate "AS3645A LED flash controller support" tristate "AS3645A and LM3555 LED flash controllers support"
depends on I2C && LEDS_CLASS_FLASH depends on I2C && LEDS_CLASS_FLASH
depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
help help
...@@ -594,12 +594,12 @@ config LEDS_MAX8997 ...@@ -594,12 +594,12 @@ config LEDS_MAX8997
MAXIM MAX8997 PMIC. MAXIM MAX8997 PMIC.
config LEDS_LM355x config LEDS_LM355x
tristate "LED support for LM355x Chips, LM3554 and LM3556" tristate "LED support for LM3554 and LM3556 chips"
depends on LEDS_CLASS && I2C depends on LEDS_CLASS && I2C
select REGMAP_I2C select REGMAP_I2C
help help
This option enables support for LEDs connected to LM355x. This option enables support for LEDs connected to LM3554
LM355x includes Torch, Flash and Indicator functions. and LM3556. It includes Torch, Flash and Indicator functions.
config LEDS_OT200 config LEDS_OT200
tristate "LED support for the Bachmann OT200" tristate "LED support for the Bachmann OT200"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment