diff options
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 a2ea383105a6..2c16ca6501d5 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -246,6 +246,16 @@ config EP93XX_PWM | |||
246 | To compile this driver as a module, choose M here: the module will | 246 | To compile this driver as a module, choose M here: the module will |
247 | be called ep93xx_pwm. | 247 | be called ep93xx_pwm. |
248 | 248 | ||
249 | config DS1682 | ||
250 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" | ||
251 | depends on I2C && EXPERIMENTAL | ||
252 | help | ||
253 | If you say yes here you get support for Dallas Semiconductor | ||
254 | DS1682 Total Elapsed Time Recorder. | ||
255 | |||
256 | This driver can also be built as a module. If so, the module | ||
257 | will be called ds1682. | ||
258 | |||
249 | source "drivers/misc/c2port/Kconfig" | 259 | source "drivers/misc/c2port/Kconfig" |
250 | source "drivers/misc/eeprom/Kconfig" | 260 | source "drivers/misc/eeprom/Kconfig" |
251 | source "drivers/misc/cb710/Kconfig" | 261 | source "drivers/misc/cb710/Kconfig" |