diff options
author | Benoît Thébaudeau <benoit@wsystem.com> | 2016-07-21 06:41:27 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-28 03:59:30 -0400 |
commit | 34166a00ecdaaebce8bee65877ee54e89c4ec43d (patch) | |
tree | 161a169a8a21713a0e2df8a2a99e57fe6580ba34 | |
parent | 144d2fe0ad371c940063ab2acca81a2915bcef3d (diff) |
rtc: rv8803: Kconfig: Indicate rx8900 support
This driver supports the Epson RX8900, but this was not indicated in
Kconfig.
Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8526f1cded08..e215f50794b6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -578,10 +578,10 @@ config RTC_DRV_EM3027 | |||
578 | will be called rtc-em3027. | 578 | will be called rtc-em3027. |
579 | 579 | ||
580 | config RTC_DRV_RV8803 | 580 | config RTC_DRV_RV8803 |
581 | tristate "Micro Crystal RV8803" | 581 | tristate "Micro Crystal RV8803, Epson RX8900" |
582 | help | 582 | help |
583 | If you say yes here you get support for the Micro Crystal | 583 | If you say yes here you get support for the Micro Crystal RV8803 and |
584 | RV8803 RTC chips. | 584 | Epson RX8900 RTC chips. |
585 | 585 | ||
586 | This driver can also be built as a module. If so, the module | 586 | This driver can also be built as a module. If so, the module |
587 | will be called rtc-rv8803. | 587 | will be called rtc-rv8803. |