From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8D14C43441 for ; Tue, 27 Nov 2018 21:37:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 701DA20989 for ; Tue, 27 Nov 2018 21:37:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 701DA20989 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rtc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726401AbeK1IgV (ORCPT ); Wed, 28 Nov 2018 03:36:21 -0500 Received: from mail.bootlin.com ([62.4.15.54]:59149 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbeK1IgV (ORCPT ); Wed, 28 Nov 2018 03:36:21 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 20ABF206A1; Tue, 27 Nov 2018 22:37:05 +0100 (CET) Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id C47F2209ED; Tue, 27 Nov 2018 22:36:40 +0100 (CET) Date: Tue, 27 Nov 2018 22:36:41 +0100 From: Alexandre Belloni To: Anson Huang Cc: "a.zummo@towertech.it" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , Aisheng DONG , Andy Gross , "arnd@arndb.de" , "horms+renesas@verge.net.au" , "heiko@sntech.de" , "bjorn.andersson@linaro.org" , "enric.balletbo@collabora.com" , "amit.kucheria@linaro.org" , "ezequiel@collabora.com" , "olof@lixom.net" , "shawnguo@kernel.org" , "linux-rtc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , dl-linux-imx Subject: Re: [PATCH 3/4] defconfig: arm64: add i.MX system controller RTC support Message-ID: <20181127213641.GC7569@piout.net> References: <1543311334-8807-1-git-send-email-Anson.Huang@nxp.com> <1543311334-8807-4-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1543311334-8807-4-git-send-email-Anson.Huang@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 27/11/2018 09:41:37+0000, Anson Huang wrote: > This patch enables CONFIG_RTC_DRV_IMX_SC by default. > > Signed-off-by: Anson Huang > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 6d224f7..6fdf2d0 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -573,6 +573,7 @@ CONFIG_RTC_DRV_PL031=y > CONFIG_RTC_DRV_SUN6I=y > CONFIG_RTC_DRV_ARMADA38X=y > CONFIG_RTC_DRV_TEGRA=y > +CONFIG_RTC_DRV_IMX_SC=y I think this has to be m unless you need the RTC to be able to boot. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com