summary refs log tree commit diff
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorOleh Kravchenko <oleg@kaa.org.ua>2018-04-02 15:53:50 +0300
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-04-16 20:16:24 +0200
commit9e50d5fb0d1874e7e8750e58b8ee7a27ed63f748 (patch)
tree0b8a0a9d65b62c999688a43c37f66adb3ee83c6c /drivers/leds/Kconfig
parentb9dd69155371ebd7055c182e30423edc9104239f (diff)
downloadlinux-9e50d5fb0d1874e7e8750e58b8ee7a27ed63f748.tar.gz
leds: add LED driver for CR0014114 board
This patch adds a LED class driver for the RGB LEDs found on
the Crane Merchandising System CR0014114 LEDs board.

Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 2c896c0e69e1..5831814d01d0 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -104,6 +104,19 @@ config LEDS_CPCAP
 	  This option enables support for LEDs offered by Motorola's
 	  CPCAP PMIC.
 
+config LEDS_CR0014114
+	tristate "LED Support for Crane CR0014114"
+	depends on LEDS_CLASS
+	depends on SPI
+	depends on OF
+	help
+	  This option enables support for CR0014114 LED Board which
+	  is widely used in vending machines produced by
+	  Crane Merchandising Systems.
+
+	  To compile this driver as a module, choose M here: the module
+	  will be called leds-cr0014114.
+
 config LEDS_LM3530
 	tristate "LCD Backlight driver for LM3530"
 	depends on LEDS_CLASS