Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754394AbbL3TfY (ORCPT ); Wed, 30 Dec 2015 14:35:24 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:48593 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753064AbbL3TfV (ORCPT ); Wed, 30 Dec 2015 14:35:21 -0500 From: Christopher Covington To: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Peter Maydell , Christopher Covington Subject: [PATCH] arm64: defconfig: Enable PL031 Date: Wed, 30 Dec 2015 14:35:08 -0500 Message-Id: <1451504108-5245-1-git-send-email-cov@codeaurora.org> X-Mailer: git-send-email 1.8.1.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1171 Lines: 32 Since Real Time Clock (RTC) configuration options were first enabled in the arm64 defconfig (commit 2d39ad6 "arm64: defconfig: update defconfig for 3.18"), QEMU's device tree based virt machine has grown to include a PL031 RTC. Update the defconfig accordingly. Signed-off-by: Christopher Covington --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index bdd7aa3..9bd25e0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -168,6 +168,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_EFI=y +CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y CONFIG_QCOM_BAM_DMA=y -- Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/