Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp5389198rwb; Wed, 21 Sep 2022 07:12:50 -0700 (PDT) X-Google-Smtp-Source: AMsMyM6XabadL7dtibb7hPa4MoQE9LkMx2COFd3Gx8hEkmzHjcFIeRh6BvS3kl1RLZxqn6RiFWG7 X-Received: by 2002:a17:907:72cd:b0:782:287f:d21c with SMTP id du13-20020a17090772cd00b00782287fd21cmr1531869ejc.200.1663769570566; Wed, 21 Sep 2022 07:12:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663769570; cv=none; d=google.com; s=arc-20160816; b=R3cB+ZeQt2sbyPysOvKtehs+a/YTTsxrLQ3g6n2aAv4lRHrwBF3CrhNsgs8ggGmYwF qJcm7GtIvFOEhPzhAb7sYLFp8+YsPLh3n1KLqJb6308i5x1QcegO7N3xUainUXWRNlr8 dobHDxspV9Sfb40/cKDUyHwr7CEunE5xdPRHRo+MevunvhPR6kuPmzK13wlni5yihcK8 1eNowviJ9jiEDoDsOLB2A5x1Q0qa6sOMJjzwGGHV5mKewnezl7BugvM8oYcR+N26vojP JsP31gJ19p1KCkDy5KZPx4XaImtwqtmCSJNvcdixukyW9PfexkNXFtKpFZlR3GHWzxSV zF3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=2AbYktmdSoSSrclw+hJG3Bvx4p05FsZ33DgzN7JlQU4=; b=hsEwwlgZ/o2/hG2DOZfphipOAXrwPTKas4f78tpU8OclSW8kOOtx2QNBHiQZx+Oa5h TCdxTOoEB0lpAf4ugRFBuA+4A1IkFhoJw5PfeUjLyQEtNYPA+yt96LHAFnvwT0bvxL9T 2LG9+VxjYar7yQMDPgKbpqyciyfkDNfcRplzKDqimYVKkzz4oo+oKPNFRrqWUSFqLBX3 UkeN4HonF0p5Se80xPoKTTu4EsbyauaT84bbQbfznOPiM2Q63GIcOwTrFGE7cSTNDAm1 OYBSeBaWGNGMpEUCQt44/HNeWC7uxuUHHqpXFu0zdf1iHBajxRxGs00jj+3v5LbmFSKU lcog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id a25-20020a17090640d900b0073d5a794b43si1912507ejk.985.2022.09.21.07.12.06; Wed, 21 Sep 2022 07:12:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229741AbiIUOFy (ORCPT + 99 others); Wed, 21 Sep 2022 10:05:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229726AbiIUOFv (ORCPT ); Wed, 21 Sep 2022 10:05:51 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 662A695E45 for ; Wed, 21 Sep 2022 07:05:49 -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 2F3D81F02; Wed, 21 Sep 2022 07:05:56 -0700 (PDT) Received: from e121896.arm.com (unknown [10.57.15.63]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C764F3F73B; Wed, 21 Sep 2022 07:05:47 -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 1/1] arm64: defconfig: Add Coresight as module Date: Wed, 21 Sep 2022 15:05:35 +0100 Message-Id: <20220921140535.152627-2-james.clark@arm.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20220921140535.152627-1-james.clark@arm.com> References: <20220921140535.152627-1-james.clark@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ef3467092ded..c183914ab999 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1340,4 +1340,13 @@ CONFIG_DEBUG_FS=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set +CONFIG_CORESIGHT=m +CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m +CONFIG_CORESIGHT_CATU=m +CONFIG_CORESIGHT_SINK_TPIU=m +CONFIG_CORESIGHT_SINK_ETBV10=m +CONFIG_CORESIGHT_STM=m +CONFIG_CORESIGHT_CPU_DEBUG=m +CONFIG_CORESIGHT_CTI=m +CONFIG_CORESIGHT_CTI_INTEGRATION_REGS=y CONFIG_MEMTEST=y -- 2.28.0