diff mbox series

[2/5] rtc: rx8581: Add support for rx8571 RTC

Message ID 1550742048-28068-3-git-send-email-biju.das@bp.renesas.com
State Accepted
Headers show
Series Add EPSON RX-8571 RTC support | expand

Commit Message

Biju Das Feb. 21, 2019, 9:40 a.m. UTC
The Epson rx8571 RTC is compatible with the Epson rx8581 RTC.

The difference between the rx8571 and rx8581 RTC is that the former has
16 bytes more RAM.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/rtc/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 7c7a5da..bdbcc5c 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -601,9 +601,10 @@  config RTC_DRV_RX8010
 	  will be called rtc-rx8010.
 
 config RTC_DRV_RX8581
-	tristate "Epson RX-8581"
+	tristate "Epson RX-8571/RX-8581"
 	help
-	  If you say yes here you will get support for the Epson RX-8581.
+	  If you say yes here you will get support for the Epson RX-8571/
+	  RX-8581.
 
 	  This driver can also be built as a module. If so the module
 	  will be called rtc-rx8581.