From nobody Thu Apr 2 15:02:19 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 AB049C6FA86 for ; Thu, 22 Sep 2022 14:25:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231137AbiIVOYw (ORCPT ); Thu, 22 Sep 2022 10:24:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231273AbiIVOYP (ORCPT ); Thu, 22 Sep 2022 10:24:15 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DF875EBBDF for ; Thu, 22 Sep 2022 07:24:14 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3E21716F8; Thu, 22 Sep 2022 07:24:21 -0700 (PDT) Received: from e121896.arm.com (unknown [10.57.1.91]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 7D00A3F73B; Thu, 22 Sep 2022 07:24:12 -0700 (PDT) From: James Clark To: coresight@lists.linaro.org, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org Cc: suzuki.poulose@arm.com, mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, broonie@kernel.org, linux-kernel@vger.kernel.org, James Clark , Will Deacon Subject: [PATCH v2 1/1] arm64: defconfig: Add Coresight as module Date: Thu, 22 Sep 2022 15:24:00 +0100 Message-Id: <20220922142400.478815-2-james.clark@arm.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20220922142400.478815-1-james.clark@arm.com> References: <20220922142400.478815-1-james.clark@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add Coresight to defconfig so that build errors are caught. CONFIG_CORESIGHT_SOURCE_ETM4X is excluded because it depends on CONFIG_PID_IN_CONTEXTIDR which has a performance cost. Signed-off-by: James Clark --- arch/arm64/configs/defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ef3467092ded..d699933cab45 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1340,4 +1340,12 @@ CONFIG_DEBUG_FS=3Dy # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set +CONFIG_CORESIGHT=3Dm +CONFIG_CORESIGHT_LINK_AND_SINK_TMC=3Dm +CONFIG_CORESIGHT_CATU=3Dm +CONFIG_CORESIGHT_SINK_TPIU=3Dm +CONFIG_CORESIGHT_SINK_ETBV10=3Dm +CONFIG_CORESIGHT_STM=3Dm +CONFIG_CORESIGHT_CPU_DEBUG=3Dm +CONFIG_CORESIGHT_CTI=3Dm CONFIG_MEMTEST=3Dy --=20 2.28.0