Re: [PATCH v2 5/5] arm64: defconfig: enable Verisilicon IOMMU
From: Krzysztof Kozlowski
Date: Thu Jun 19 2025 - 02:47:40 EST
On 18/06/2025 16:09, Benjamin Gaignard wrote:
> Enable Verisilicon IOMMU used by RK3588 AV1 hardware codec.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxxxxx>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 897fc686e6a9..ad1515f69b4f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1451,6 +1451,7 @@ CONFIG_ARM_SMMU=y
> CONFIG_ARM_SMMU_V3=y
> CONFIG_MTK_IOMMU=y
> CONFIG_QCOM_IOMMU=y
> +CONFIG_VSI_IOMMU=y
This should be a module, it is media stuff, so completely non-boot related.
Best regards,
Krzysztof