aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2018-02-01 15:26:34 -0500
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-02-12 14:49:38 -0500
commit6204f03d3f5428254ecb6c6e813a7244c8707346 (patch)
tree2c1fc084d679cd707d2ee730a215461a8a1014b5
parent8f886de18a39d714989a74bfb1f96da4b4263772 (diff)
leds: Clarify supported chips by LM355x driver
Clarify which controllers are supported by which driver. Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index fe52436a7db0..a3fdf83b8ff9 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -69,7 +69,7 @@ config LEDS_APU
69 module will be called leds-apu. 69 module will be called leds-apu.
70 70
71config LEDS_AS3645A 71config LEDS_AS3645A
72 tristate "AS3645A LED flash controller support" 72 tristate "AS3645A and LM3555 LED flash controllers support"
73 depends on I2C && LEDS_CLASS_FLASH 73 depends on I2C && LEDS_CLASS_FLASH
74 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 74 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
75 help 75 help
@@ -594,12 +594,12 @@ config LEDS_MAX8997
594 MAXIM MAX8997 PMIC. 594 MAXIM MAX8997 PMIC.
595 595
596config LEDS_LM355x 596config LEDS_LM355x
597 tristate "LED support for LM355x Chips, LM3554 and LM3556" 597 tristate "LED support for LM3554 and LM3556 chips"
598 depends on LEDS_CLASS && I2C 598 depends on LEDS_CLASS && I2C
599 select REGMAP_I2C 599 select REGMAP_I2C
600 help 600 help
601 This option enables support for LEDs connected to LM355x. 601 This option enables support for LEDs connected to LM3554
602 LM355x includes Torch, Flash and Indicator functions. 602 and LM3556. It includes Torch, Flash and Indicator functions.
603 603
604config LEDS_OT200 604config LEDS_OT200
605 tristate "LED support for the Bachmann OT200" 605 tristate "LED support for the Bachmann OT200"