Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1726844
| From | Mathieu Malaterre <malat@debian.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] MIPS: Ci20: Enable RTC driver |
| Date | 2017-09-05 18:40 +0200 |
| Message-ID | <ump3k-5bD-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Update the Ci20's defconfig to enable the JZ4780's RTC driver. Signed-off-by: Mathieu Malaterre <malat@debian.org> --- arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 99719cc4c137..2571045e14df 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -105,6 +105,8 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_HID is not set # CONFIG_USB_SUPPORT is not set CONFIG_MMC=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_JZ4740=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y # CONFIG_DNOTIFY is not set -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] MIPS: Ci20: Enable RTC driver Mathieu Malaterre <malat@debian.org> - 2017-09-05 18:40 +0200 [PATCH 2/2] MIPS: jz4780: DTS: Probe the jz4740-rtc driver from devicetree Mathieu Malaterre <malat@debian.org> - 2017-09-05 18:40 +0200
csiph-web