diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-20 08:10:23 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-20 08:10:57 -0400 |
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 | |||
667 | will be called rtc-s5m. | 667 | will be called rtc-s5m. |
668 | 668 | ||
669 | config RTC_DRV_SD3078 | 669 | config RTC_DRV_SD3078 |
670 | tristate "ZXW Crystal SD3078" | 670 | tristate "ZXW Shenzhen whwave SD3078" |
671 | help | 671 | help |
672 | If you say yes here you get support for the ZXW Crystal | 672 | If you say yes here you get support for the ZXW Shenzhen whwave |
673 | SD3078 RTC chips. | 673 | SD3078 RTC chips. |
674 | 674 | ||
675 | This driver can also be built as a module. If so, the module | 675 | This driver can also be built as a module. If so, the module |