Message ID | 20221108232228.1177199-10-nfraprado@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E6611C433FE for <linux-arm-kernel@archiver.kernel.org>; Tue, 8 Nov 2022 23:25:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=k7xFpOWRyN/tN5JaXPYrBBm4okILY/GuviZgMl6+0io=; b=bsSD7F8tdxNt6Z fX44WzJJ12TEqlvzQa70yIHUhLdGYspZrjEkOLOiwkEqbUkNdEBErBPXmlwqoU8GVLxMQQ+hTvLz6 fadQtPUG9KqcqAr2wb06Lwd18IJ33He8WZu/ZTUvhYMZOmngodrKp0XlKAmI91I7acIAJuX5feUP8 0SZRd5/Li44Ctl/fJBl0OrueuW8k+Gg0lxVW2N0tXJ+oBsQZwe0NJO4sDT6hj5Y8i20qRjv56gLq4 +UOguE//DSapMVG39zcpJ+68qXNIKYD22Vsi0OygKf51RWF7geaaJ9bRt1DirNbCQubm/eAEugx7I wAf3bTm0b0it9bFsfxDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osXxL-009551-EC; Tue, 08 Nov 2022 23:24:35 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osXvo-0094Hs-23 for linux-arm-kernel@lists.infradead.org; Tue, 08 Nov 2022 23:23:01 +0000 Received: from notapiano.myfiosgateway.com (zone.collabora.co.uk [167.235.23.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id 859A566029B4; Tue, 8 Nov 2022 23:22:56 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667949778; bh=N7EK7kKhEVKpHA7dJ/bAYyESVVrpoSMoTC6+PMXVR5Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RRfuzsiTDM99KtAT731vAuyEczrMkWK6H+AmoRx81fvPk8tQuLknnrdtuL5InsEMd 5DrVfrhAt3Rgw2lIZvir8d/AiY8I9RQnavGcf+tTUtXas0PfEm8QKT/jhLAj9ws2yO YPhiRQ6GiMyz41GuefJDvckpr9dGWxPZdAcq8Hhu/4RpkRsiP3kdtN+ivWGN32MGKB gfGrjrgiB1mzWAUJx+1xRexp8QWRYVUB6CgqPi82OC2u6i7TtDAXLe3gYM6451pJ+E jV4Czak4HOOXsUEIe1Tx+aRnOewzkYcuhmH2dgc1spojyyDkpGZn/fB+IPHH8tN7hx hQ0glEWNppaiA== From: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= <nfraprado@collabora.com> To: Matthias Brugger <matthias.bgg@gmail.com> Cc: kernel@collabora.com, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>, =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= <nfraprado@collabora.com>, Arnd Bergmann <arnd@arndb.de>, Bjorn Andersson <andersson@kernel.org>, Catalin Marinas <catalin.marinas@arm.com>, Dmitry Baryshkov <dmitry.baryshkov@linaro.org>, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>, Marcel Ziswiler <marcel.ziswiler@toradex.com>, Mark Brown <broonie@kernel.org>, Shawn Guo <shawnguo@kernel.org>, Vinod Koul <vkoul@kernel.org>, Will Deacon <will@kernel.org>, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 09/13] arm64: defconfig: Enable MTK_SCP Date: Tue, 8 Nov 2022 18:22:24 -0500 Message-Id: <20221108232228.1177199-10-nfraprado@collabora.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221108232228.1177199-1-nfraprado@collabora.com> References: <20221108232228.1177199-1-nfraprado@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_152300_249322_230D0F45 X-CRM114-Status: GOOD ( 10.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper
|
expand
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c54a85679d40..1070ecc68b08 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1124,6 +1124,7 @@ CONFIG_ARM_SMMU_V3=y CONFIG_MTK_IOMMU=y CONFIG_QCOM_IOMMU=y CONFIG_REMOTEPROC=y +CONFIG_MTK_SCP=m CONFIG_QCOM_Q6V5_ADSP=m CONFIG_QCOM_Q6V5_MSS=m CONFIG_QCOM_Q6V5_PAS=m
Enable support for the MediaTek System Companion Processor (SCP). It is a required component in order to have working hardware video decoding on several MediaTek SoCs. By enabling this on the defconfig we make it effortless to test the relevant hardware on CI systems like KernelCI. Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)