aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorDonggeun Kim <dg77.kim@samsung.com>2011-12-14 04:23:56 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-08 18:37:41 -0500
commit8584cb82f1516042e7390082d27b7c29329e21f4 (patch)
treef0ca9e14553e18be79b24aab96ee113ec65d4ff7 /drivers/leds/Kconfig
parentf6dd2db940a1a0c6b9f7112109115c8243ba752b (diff)
leds: Add suuport for MAX8997-LED driver
This patch enables LED controller in MAX8997 PMIC. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ff203a421863..c0e30e8bdc19 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -387,6 +387,13 @@ config LEDS_RENESAS_TPU
387 pin function. The latter to support brightness control. 387 pin function. The latter to support brightness control.
388 Brightness control is supported but hardware blinking is not. 388 Brightness control is supported but hardware blinking is not.
389 389
390config LEDS_MAX8997
391 tristate "LED support for MAX8997 PMIC"
392 depends on LEDS_CLASS && MFD_MAX8997
393 help
394 This option enables support for on-chip LED drivers on
395 MAXIM MAX8997 PMIC.
396
390config LEDS_TRIGGERS 397config LEDS_TRIGGERS
391 bool "LED Trigger support" 398 bool "LED Trigger support"
392 depends on LEDS_CLASS 399 depends on LEDS_CLASS