diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-02-28 18:47:49 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-14 12:08:25 -0400 |
commit | d2c6b8743b74fc012f858abd0b78d934fc422641 (patch) | |
tree | 1ace0300cc69fec0b4bb17be3dc122992c0042d3 | |
parent | ddf7059ce5dfa28e30380524983db94868fa9083 (diff) |
rtc: rv3029: reword Kconfig option
The Kconfig option for rv3029 is not mentioning any part number, explicitly
show rv3029.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-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 583c1e6412e5..08df14be7c15 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -594,10 +594,10 @@ config RTC_DRV_EM3027 | |||
594 | will be called rtc-em3027. | 594 | will be called rtc-em3027. |
595 | 595 | ||
596 | config RTC_DRV_RV3029C2 | 596 | config RTC_DRV_RV3029C2 |
597 | tristate "Micro Crystal RTC" | 597 | tristate "Micro Crystal RV3029" |
598 | help | 598 | help |
599 | If you say yes here you get support for the Micro Crystal | 599 | If you say yes here you get support for the Micro Crystal |
600 | RV3029-C2 RTC chips. | 600 | RV3029 RTC chips. |
601 | 601 | ||
602 | This driver can also be built as a module. If so, the module | 602 | This driver can also be built as a module. If so, the module |
603 | will be called rtc-rv3029c2. | 603 | will be called rtc-rv3029c2. |