[PATCH v7 10/14] arm64: defconfig: enable rockchip mipi csi-2 receiver

Michael Riesch via B4 Relay posted 14 patches 9 months ago
There is a newer version of this series
[PATCH v7 10/14] arm64: defconfig: enable rockchip mipi csi-2 receiver
Posted by Michael Riesch via B4 Relay 9 months ago
From: Michael Riesch <michael.riesch@collabora.com>

The Rockchip MIPI CSI-2 Receiver is featured in several recent
Rockchip SoCs, such as the RK3568 or the RK3588. Enable the
driver for it in the default configuration.

Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 110ff52195a6..ffef4cd024a1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -859,6 +859,7 @@ CONFIG_VIDEO_RENESAS_FDP1=m
 CONFIG_VIDEO_RENESAS_VSP1=m
 CONFIG_VIDEO_RCAR_DRIF=m
 CONFIG_VIDEO_ROCKCHIP_CIF=m
+CONFIG_VIDEO_ROCKCHIP_CSI=m
 CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
 CONFIG_VIDEO_SAMSUNG_S5P_MFC=m

-- 
2.39.5
Re: [PATCH v7 10/14] arm64: defconfig: enable rockchip mipi csi-2 receiver
Posted by Krzysztof Kozlowski 8 months, 3 weeks ago
On 14/05/2025 17:41, Michael Riesch via B4 Relay wrote:
> From: Michael Riesch <michael.riesch@collabora.com>
> 
> The Rockchip MIPI CSI-2 Receiver is featured in several recent
> Rockchip SoCs, such as the RK3568 or the RK3588. Enable the
> driver for it in the default configuration.
> 
> Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 110ff52195a6..ffef4cd024a1 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -859,6 +859,7 @@ CONFIG_VIDEO_RENESAS_FDP1=m
>  CONFIG_VIDEO_RENESAS_VSP1=m
>  CONFIG_VIDEO_RCAR_DRIF=m
>  CONFIG_VIDEO_ROCKCHIP_CIF=m
> +CONFIG_VIDEO_ROCKCHIP_CSI=m
Squash the patches. Defconfig is one change. Not one patch per one
config item.

Best regards,
Krzysztof