Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752140AbdIEQjP (ORCPT ); Tue, 5 Sep 2017 12:39:15 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:18780 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbdIEQjN (ORCPT ); Tue, 5 Sep 2017 12:39:13 -0400 From: Mathieu Malaterre Cc: Mathieu Malaterre , Rob Herring , Mark Rutland , Ralf Baechle , Linus Walleij , Paul Cercueil , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] MIPS: Ci20: Enable RTC driver Date: Tue, 5 Sep 2017 18:38:58 +0200 Message-Id: <20170905163901.10542-1-malat@debian.org> X-Mailer: git-send-email 2.11.0 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 656 Lines: 22 Update the Ci20's defconfig to enable the JZ4780's RTC driver. Signed-off-by: Mathieu Malaterre --- 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