aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
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"