diff options
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index a408c137f281..67be4c988ca6 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -379,12 +379,12 @@ menu "Other I2C Chip support" | |||
379 | depends on I2C | 379 | depends on I2C |
380 | 380 | ||
381 | config SENSORS_DS1337 | 381 | config SENSORS_DS1337 |
382 | tristate "Dallas Semiconductor DS1337 Real Time Clock" | 382 | tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock" |
383 | depends on I2C && EXPERIMENTAL | 383 | depends on I2C && EXPERIMENTAL |
384 | select I2C_SENSOR | 384 | select I2C_SENSOR |
385 | help | 385 | help |
386 | If you say yes here you get support for Dallas Semiconductor | 386 | If you say yes here you get support for Dallas Semiconductor |
387 | DS1337 real-time clock chips. | 387 | DS1337 and DS1339 real-time clock chips. |
388 | 388 | ||
389 | This driver can also be built as a module. If so, the module | 389 | This driver can also be built as a module. If so, the module |
390 | will be called ds1337. | 390 | will be called ds1337. |