diff options
author | David Brownell <david-b@pacbell.net> | 2007-11-14 19:58:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:45:36 -0500 |
commit | 682d73f685536fdb09322dde8caad339480e7bad (patch) | |
tree | 5c874e35bb0f96a553ca572ad98c0933e9096228 /drivers/rtc/Kconfig | |
parent | a4b1d50e6158ecaa8fdb6a716389149bace35b52 (diff) |
rtc-ds1307 exports NVRAM
Export the NVRAM on DS1307 and DS1338 chips, like several of the
other drivers do for such combination RTC-and-NVRAM chips.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7958635f12cc..e5cdc0294aaa 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -135,8 +135,8 @@ config RTC_DRV_DS1307 | |||
135 | 135 | ||
136 | The first seven registers on these chips hold an RTC, and other | 136 | The first seven registers on these chips hold an RTC, and other |
137 | registers may add features such as NVRAM, a trickle charger for | 137 | registers may add features such as NVRAM, a trickle charger for |
138 | the RTC/NVRAM backup power, and alarms. This driver may not | 138 | the RTC/NVRAM backup power, and alarms. NVRAM is visible in |
139 | expose all those available chip features. | 139 | sysfs, but other chip features may not be available. |
140 | 140 | ||
141 | This driver can also be built as a module. If so, the module | 141 | This driver can also be built as a module. If so, the module |
142 | will be called rtc-ds1307. | 142 | will be called rtc-ds1307. |