aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Kconfig
diff options
context:
space:
mode:
authorRandy Vinson <rvinson@mvista.com>2005-06-03 17:36:06 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-22 00:52:06 -0400
commitc124a78d8c7475ecc43f385f34112b638c4228d9 (patch)
tree46de795c5e2da258a54501658f74e9619c271527 /drivers/i2c/chips/Kconfig
parent69dd204b6b45987dbf9ce7058cd238d355865281 (diff)
[PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2)
Add support for Maxim/Dallas DS1374 Real-Time Clock Chip This change adds support for the Maxim/Dallas DS1374 RTC chip. This chip is an I2C-based RTC that maintains a simple 32-bit binary seconds count with battery backup support. Signed-off-by: Randy Vinson <rvinson@mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r--drivers/i2c/chips/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index 33de80afd6c6..a0982da09803 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -417,6 +417,17 @@ config SENSORS_DS1337
417 This driver can also be built as a module. If so, the module 417 This driver can also be built as a module. If so, the module
418 will be called ds1337. 418 will be called ds1337.
419 419
420config SENSORS_DS1374
421 tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
422 depends on I2C && EXPERIMENTAL
423 select I2C_SENSOR
424 help
425 If you say yes here you get support for Dallas Semiconductor
426 DS1374 real-time clock chips.
427
428 This driver can also be built as a module. If so, the module
429 will be called ds1374.
430
420config SENSORS_EEPROM 431config SENSORS_EEPROM
421 tristate "EEPROM reader" 432 tristate "EEPROM reader"
422 depends on I2C && EXPERIMENTAL 433 depends on I2C && EXPERIMENTAL