aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-12-14 21:00:17 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-15 11:53:25 -0500
commit4d00928c1f02defc81afcc5cc6198581c4bd03e8 (patch)
tree79d86f033dec3a2c5c9cfb5a9856eb9735ca92d7 /drivers/misc/Kconfig
parentc0f68c2fab4898bcc4671a8fb941f428856b4ad5 (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/Kconfig10
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
273config 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
273source "drivers/misc/c2port/Kconfig" 283source "drivers/misc/c2port/Kconfig"
274source "drivers/misc/eeprom/Kconfig" 284source "drivers/misc/eeprom/Kconfig"
275source "drivers/misc/cb710/Kconfig" 285source "drivers/misc/cb710/Kconfig"