diff options
author | Thomas Bogendoerfer <tbogendoerfer@suse.de> | 2020-02-24 14:17:33 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-02-26 23:49:32 +0300 |
commit | 64d7e23115dd91997858eb0c370d798a0d6bf118 (patch) | |
tree | 5a614de67ab96341429ab1fabef80f08f45fce61 /drivers/leds/Kconfig | |
parent | cc9c077f6afe1c0e28bb33675bc7298db3a721d7 (diff) | |
download | linux-64d7e23115dd91997858eb0c370d798a0d6bf118.tar.xz |
leds: add SGI IP30 led support
This patch implemenets a driver to support the front panel LEDs of
SGI Octane (IP30) workstations.
Reviewed-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
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 d82f1dea3711..c664d84e1667 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -846,6 +846,17 @@ config LEDS_TPS6105X It is a single boost converter primarily for white LEDs and audio amplifiers. +config LEDS_IP30 + tristate "LED support for SGI Octane machines" + depends on LEDS_CLASS + depends on SGI_MFD_IOC3 + help + This option enables support for the Red and White LEDs of + SGI Octane machines. + + To compile this driver as a module, choose M here: the module + will be called leds-ip30. + comment "LED Triggers" source "drivers/leds/trigger/Kconfig" |