diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-01-10 13:58:28 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-06 11:06:25 -0400 |
commit | ac2dd0f110d5ab0359de7786e88e9971954ac7ee (patch) | |
tree | 4d61f0b20709cf6b64e984fcd669dfb97112b861 /drivers/leds/Kconfig | |
parent | 1bd465e6b0e2b559db47420fea686507a01cfab0 (diff) |
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 | |||
190 | This option enables support for on-chip LED drivers found | 190 | This option enables support for on-chip LED drivers found |
191 | on Dialog Semiconductor DA9030/DA9034 PMICs. | 191 | on Dialog Semiconductor DA9030/DA9034 PMICs. |
192 | 192 | ||
193 | config LEDS_DAC124S085 | ||
194 | tristate "LED Support for DAC124S085 SPI DAC" | ||
195 | depends on LEDS_CLASS && SPI | ||
196 | help | ||
197 | This option enables support for DAC124S085 SPI DAC from NatSemi, | ||
198 | which can be used to control up to four LEDs. | ||
199 | |||
193 | comment "LED Triggers" | 200 | comment "LED Triggers" |
194 | 201 | ||
195 | config LEDS_TRIGGERS | 202 | config LEDS_TRIGGERS |