diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-12-14 21:00:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:25 -0500 |
commit | 4d00928c1f02defc81afcc5cc6198581c4bd03e8 (patch) | |
tree | 79d86f033dec3a2c5c9cfb5a9856eb9735ca92d7 /drivers/misc/Kconfig | |
parent | c0f68c2fab4898bcc4671a8fb941f428856b4ad5 (diff) |
drivers/misc: add driver for Texas Instruments DAC7512
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: "H Hartley Sweeten" <hartleys@visionengravers.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0c7f4c5dd07f..724d1188a322 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -270,6 +270,16 @@ config DS1682 | |||
270 | This driver can also be built as a module. If so, the module | 270 | This driver can also be built as a module. If so, the module |
271 | will be called ds1682. | 271 | will be called ds1682. |
272 | 272 | ||
273 | config TI_DAC7512 | ||
274 | tristate "Texas Instruments DAC7512" | ||
275 | depends on SPI && SYSFS | ||
276 | help | ||
277 | If you say yes here you get support for the Texas Instruments | ||
278 | DAC7512 16-bit digital-to-analog converter. | ||
279 | |||
280 | This driver can also be built as a module. If so, the module | ||
281 | will be calles ti_dac7512. | ||
282 | |||
273 | source "drivers/misc/c2port/Kconfig" | 283 | source "drivers/misc/c2port/Kconfig" |
274 | source "drivers/misc/eeprom/Kconfig" | 284 | source "drivers/misc/eeprom/Kconfig" |
275 | source "drivers/misc/cb710/Kconfig" | 285 | source "drivers/misc/cb710/Kconfig" |