diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-21 07:12:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-21 07:12:59 -0400 |
commit | 5d4529be5e6365029d33044d383c2f527afa5734 (patch) | |
tree | 4e217be8ff3fba2db588f899f98a6b8d883e1e33 /drivers/rtc | |
parent | 2bba37e64a0803e2a5d0751f4bdbf2b13d1dd0d7 (diff) |
rtc: Add R2025S/D comment to rs5c372 Kconfig entry.
This was accidentally left out when the R2025S/D support was merged
earlier.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/rtc')
-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 814f49fde530..671a7d634d8b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -171,10 +171,10 @@ config RTC_DRV_MAX6900 | |||
171 | will be called rtc-max6900. | 171 | will be called rtc-max6900. |
172 | 172 | ||
173 | config RTC_DRV_RS5C372 | 173 | config RTC_DRV_RS5C372 |
174 | tristate "Ricoh RS5C372A/B, RV5C386, RV5C387A" | 174 | tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" |
175 | help | 175 | help |
176 | If you say yes here you get support for the | 176 | If you say yes here you get support for the |
177 | Ricoh RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips. | 177 | Ricoh R2025S/D, RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips. |
178 | 178 | ||
179 | This driver can also be built as a module. If so, the module | 179 | This driver can also be built as a module. If so, the module |
180 | will be called rtc-rs5c372. | 180 | will be called rtc-rs5c372. |