From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbbI1Ffk (ORCPT ); Mon, 28 Sep 2015 01:35:40 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:11316 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751109AbbI1FfZ (ORCPT ); Mon, 28 Sep 2015 01:35:25 -0400 From: Zhen Lei To: Catalin Marinas , Will Deacon , linux-arm-kernel , Arnd Bergmann , "Greg Kroah-Hartman" , linux-kernel CC: Zefan Li , Xinwei Hu , "Tianhong Ding" , Hanjun Guo , "Kefeng Wang" , Zhen Lei Subject: [PATCH 2/2] arm64: to allow EFI_RTC can be selected on ARM64 Date: Mon, 28 Sep 2015 13:34:38 +0800 Message-ID: <1443418478-8240-3-git-send-email-thunder.leizhen@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1443418478-8240-1-git-send-email-thunder.leizhen@huawei.com> References: <1443418478-8240-1-git-send-email-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.23.164] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now, ARM64 is also support EFI startup. We hope use EFI runtime services to get/set current time and date. RTC_LIB only controls some configs in drivers/char/Kconfig(included EFI_RTC), and will be automatically selected when RTC_CLASS opened. So this patch have no functional change but give an opportunity to select EFI_RTC when RTC_CLASS closed. Signed-off-by: Zhen Lei --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 07d1811..25cec57 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -85,7 +85,7 @@ config ARM64 select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY - select RTC_LIB + select RTC_LIB if !EFI select SPARSE_IRQ select SYSCTL_EXCEPTION_TRACE select HAVE_CONTEXT_TRACKING -- 2.5.0