From nobody Fri Apr 17 15:34:22 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 881E7C4321E for ; Sun, 4 Dec 2022 04:38:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229926AbiLDEhF (ORCPT ); Sat, 3 Dec 2022 23:37:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229579AbiLDEhC (ORCPT ); Sat, 3 Dec 2022 23:37:02 -0500 Received: from mail-sh.amlogic.com (mail-sh.amlogic.com [58.32.228.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7BED19008 for ; Sat, 3 Dec 2022 20:36:03 -0800 (PST) Received: from droid01-xa.amlogic.com (10.88.11.200) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2507.13; Sun, 4 Dec 2022 12:36:01 +0800 From: Jiucheng Xu To: Catalin Marinas , Will Deacon CC: Jianxin Pan , Kelvin Zhang , Chris Healy , Chris Healy , Neil Armstrong , Jiucheng Xu , , Subject: [PATCH] arm64: defconfig: Add Meson DDR PMU as module Date: Sun, 4 Dec 2022 12:35:30 +0800 Message-ID: <20221204043530.1673752-1-jiucheng.xu@amlogic.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.88.11.200] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add Meson DDR PMU to defconfig so that build errors are caught. Signed-off-by: Jiucheng Xu --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0b6af3348e79..f2324b54a6ba 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1265,6 +1265,7 @@ CONFIG_ARM_DMC620_PMU=3Dm CONFIG_QCOM_L2_PMU=3Dy CONFIG_QCOM_L3_PMU=3Dy CONFIG_HISI_PMU=3Dy +CONFIG_MESON_DDR_PMU=3Dm CONFIG_NVMEM_IMX_OCOTP=3Dy CONFIG_NVMEM_IMX_OCOTP_SCU=3Dy CONFIG_NVMEM_MTK_EFUSE=3Dy --=20 2.25.1