diff options
author | Hui Chun Ong <hui.chun.ong@ni.com> | 2016-11-04 13:31:47 +0800 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2016-11-22 12:07:04 +0100 |
commit | 8338eab50ffb3399a938d723f9605383ed9f8473 (patch) | |
tree | 959f21122d36a4b046d5377fc169b8af8f4c7dad /drivers/leds/Kconfig | |
parent | dca897e28f364724e42f65cf0262fa367512498d (diff) | |
download | linux-8338eab50ffb3399a938d723f9605383ed9f8473.tar.bz2 |
leds: Add user LED driver for NIC78bx device
Add the driver to support User LEDs on PXI Embedded Controller.
Signed-off-by: Hui Chun Ong <hui.chun.ong@ni.com>
Signed-off-by: Brad Mouring <brad.mouring@ni.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 5fd3f4ca0c3c..fb6304e97422 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -667,6 +667,17 @@ config LEDS_USER support in kernel. To compile this driver as a module, choose 'm' here: the module will be called uleds. +config LEDS_NIC78BX + tristate "LED support for NI PXI NIC78bx devices" + depends on LEDS_CLASS + depends on X86 && ACPI + help + This option enables support for the User1 and User2 LEDs on NI + PXI NIC78bx devices. + + To compile this driver as a module, choose M here: the module + will be called leds-nic78bx. + comment "LED Triggers" source "drivers/leds/trigger/Kconfig" |