diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-20 13:10:23 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-20 13:10:57 +0100 |
commit | 22e7d5148d9a0b2e5bd20913f55cce89b58cd990 (patch) | |
tree | 2a0493e27601ca6debd53d08cd519d740b5e05e3 /drivers/rtc | |
parent | 15d82d22498784966df8e4696174a16b02cc1052 (diff) |
rtc: sd3078: fix manufacturer name
The proper manufacturer name is Shenzhen whwave.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 a71734c41693..f933c06bff4f 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -667,9 +667,9 @@ config RTC_DRV_S5M will be called rtc-s5m. config RTC_DRV_SD3078 - tristate "ZXW Crystal SD3078" + tristate "ZXW Shenzhen whwave SD3078" help - If you say yes here you get support for the ZXW Crystal + If you say yes here you get support for the ZXW Shenzhen whwave SD3078 RTC chips. This driver can also be built as a module. If so, the module |