Message ID | 1574937467-101907-11-git-send-email-zhouyanjie@zoho.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Paul Burton |
Headers | show |
Series | [v5,01/10] MIPS: Ingenic: Initial X1000 support. | expand |
diff --git a/arch/mips/configs/cu1000-neo_defconfig b/arch/mips/configs/cu1000-neo_defconfig index 565e9a0..b48a1cb 100644 --- a/arch/mips/configs/cu1000-neo_defconfig +++ b/arch/mips/configs/cu1000-neo_defconfig @@ -63,6 +63,8 @@ CONFIG_GPIO_SYSFS=y # CONFIG_USB_SUPPORT is not set CONFIG_MMC=y CONFIG_MMC_JZ4740=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_JZ4740=y CONFIG_DMADEVICES=y CONFIG_DMA_JZ4780=y # CONFIG_IOMMU_SUPPORT is not set
Selected rtc support by default. Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com> --- Notes: v5: New patch. arch/mips/configs/cu1000-neo_defconfig | 2 ++ 1 file changed, 2 insertions(+)