From: Dinh Nguyen <[email protected]>
Build the CVP driver in the standard arm64 defconfig.
Signed-off-by: Dinh Nguyen <[email protected]>
Signed-off-by: Niravkumar L Rabara <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 30516dc0b70e..b2efafb15de6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1172,6 +1172,7 @@ CONFIG_UNIPHIER_EFUSE=y
CONFIG_MESON_EFUSE=m
CONFIG_NVMEM_RMEM=m
CONFIG_FPGA=y
+CONFIG_FPGA_MGR_ALTERA_CVP=m
CONFIG_FPGA_MGR_STRATIX10_SOC=m
CONFIG_FPGA_BRIDGE=m
CONFIG_ALTERA_FREEZE_BRIDGE=m
--
2.19.0
> -----Original Message-----
> From: Rabara, Niravkumar L <[email protected]>
> Sent: Sunday, February 27, 2022 6:21 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]
> Cc: [email protected]; [email protected]; Rabara,
> Niravkumar L <[email protected]>; Nguyen, Dinh
> <[email protected]>
> Subject: [PATCH] arm64: defconfig: enable the CVP driver
>
> From: Dinh Nguyen <[email protected]>
>
> Build the CVP driver in the standard arm64 defconfig.
>
> Signed-off-by: Dinh Nguyen <[email protected]>
> Signed-off-by: Niravkumar L Rabara <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 30516dc0b70e..b2efafb15de6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1172,6 +1172,7 @@ CONFIG_UNIPHIER_EFUSE=y
> CONFIG_MESON_EFUSE=m CONFIG_NVMEM_RMEM=m CONFIG_FPGA=y
> +CONFIG_FPGA_MGR_ALTERA_CVP=m
> CONFIG_FPGA_MGR_STRATIX10_SOC=m
> CONFIG_FPGA_BRIDGE=m
> CONFIG_ALTERA_FREEZE_BRIDGE=m
> --
> 2.19.0
Applied!
Thanks,
Dinh