diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-01-10 18:58:28 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-06 16:06:25 +0100 |
commit | ac2dd0f110d5ab0359de7786e88e9971954ac7ee (patch) | |
tree | 4d61f0b20709cf6b64e984fcd669dfb97112b861 /drivers/leds/Kconfig | |
parent | 1bd465e6b0e2b559db47420fea686507a01cfab0 (diff) | |
download | linux-ac2dd0f110d5ab0359de7786e88e9971954ac7ee.tar.bz2 |
leds: Add dac124s085 driver
Add an LED driver using the DAC124S085 DAC from NatSemi
[randy.dunlap@oracle.com: use header files for interfaces]
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 90d39e5803cd..16a94088beee 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -190,6 +190,13 @@ config LEDS_DA903X This option enables support for on-chip LED drivers found on Dialog Semiconductor DA9030/DA9034 PMICs. +config LEDS_DAC124S085 + tristate "LED Support for DAC124S085 SPI DAC" + depends on LEDS_CLASS && SPI + help + This option enables support for DAC124S085 SPI DAC from NatSemi, + which can be used to control up to four LEDs. + comment "LED Triggers" config LEDS_TRIGGERS |