Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447787
| From | Benoît Thébaudeau <benoit@wsystem.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] rtc: rv8803: Kconfig: Indicate rx8900 support |
| Date | 2016-07-21 12:50 +0200 |
| Message-ID | <rXjIe-6iZ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This driver supports the Epson RX8900, but this was not indicated in Kconfig. Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com> --- drivers/rtc/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8526f1c..e215f50 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -578,10 +578,10 @@ config RTC_DRV_EM3027 will be called rtc-em3027. config RTC_DRV_RV8803 - tristate "Micro Crystal RV8803" + tristate "Micro Crystal RV8803, Epson RX8900" help - If you say yes here you get support for the Micro Crystal - RV8803 RTC chips. + If you say yes here you get support for the Micro Crystal RV8803 and + Epson RX8900 RTC chips. This driver can also be built as a module. If so, the module will be called rtc-rv8803. -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/6] rtc: rv8803: Kconfig: Indicate rx8900 support Benoît Thébaudeau <benoit@wsystem.com> - 2016-07-21 12:50 +0200
[PATCH 4/6] rtc: rv8803: Always apply the I²C workaround Benoît Thébaudeau <benoit@wsystem.com> - 2016-07-21 12:50 +0200
Re: [PATCH 4/6] rtc: rv8803: Always apply the I²C workaround Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-21 13:20 +0200
Re: [PATCH 4/6] rtc: rv8803: Always apply the I²C workaround Benoît Thébaudeau <benoit@wsystem.com> - 2016-07-21 14:40 +0200
Re: [PATCH 4/6] rtc: rv8803: Always apply the I²C workaround Benoît Thébaudeau <benoit@wsystem.com> - 2016-07-21 20:50 +0200
csiph-web