[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211013105613.250450-3-angelogioacchino.delregno@collabora.com>
Date: Wed, 13 Oct 2021 12:56:13 +0200
From: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: catalin.marinas@....com, will@...nel.org, shawnguo@...nel.org,
bjorn.andersson@...aro.org, krzk@...nel.org,
geert+renesas@...der.be, vkoul@...nel.org,
jagan@...rulasolutions.com, agx@...xcpu.org,
biju.das.jz@...renesas.com, enric.balletbo@...labora.com,
aford173@...il.com, nm@...com,
andrey.zhizhikin@...ca-geosystems.com, saravanak@...gle.com,
linux-kernel@...r.kernel.org, konrad.dybcio@...ainline.org,
marijn.suijten@...ainline.org, martin.botka@...ainline.org,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
Subject: [PATCH 2/2] arm64: defconfig: Add SC7180 VIDEOCC as module
This is required in order to be able to probe the Venus hardware
video decoder/encoder driver on the SC7180 SoC: being this driver
not boot-critical, it's sufficient to have it as a module.
This is being done as there are SC7180 device trees enabling
support for this hardware, but not being probed due to these
drivers not being built.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index bb97baa5f1d8..c20885f6d9bf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -995,6 +995,7 @@ CONFIG_QCS_GCC_404=y
CONFIG_SC_DISPCC_7180=m
CONFIG_SC_GCC_7180=y
CONFIG_SC_GPUCC_7180=m
+CONFIG_SC_VIDEOCC_7180=m
CONFIG_SDM_CAMCC_845=m
CONFIG_SDM_GCC_845=y
CONFIG_SDM_GPUCC_845=y
--
2.33.0
Powered by blists - more mailing lists