[PATCH v2 01/11] video: rockchip: dw-mipi-dsi: Depend on CONFIG_VIDEO_BRIDGE
Svyatoslav Ryhel
clamor95 at gmail.com
Sun Feb 23 13:44:44 CET 2025
нд, 23 лют. 2025 р. о 14:13 Dang Huynh <danct12 at riseup.net> пише:
>
> The driver is in video bridge class, so we must depend on it or
> the driver will fail to init.
>
> Signed-off-by: Dang Huynh <danct12 at riseup.net>
> ---
> drivers/video/rockchip/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
> index 01804dcb1cc8743e738d32540bea6c8539e51ab4..72fcd6715a69e522f2ba6e8de9c1a923106ca10f 100644
> --- a/drivers/video/rockchip/Kconfig
> +++ b/drivers/video/rockchip/Kconfig
> @@ -71,7 +71,7 @@ config DISPLAY_ROCKCHIP_MIPI
>
> config DISPLAY_ROCKCHIP_DW_MIPI
> bool "Rockchip Designware MIPI"
> - depends on VIDEO_ROCKCHIP
> + depends on VIDEO_ROCKCHIP && VIDEO_BRIDGE
> select VIDEO_DW_MIPI_DSI
> help
> Select the Designware MIPI DSI controller in use on some Rockchip
>
> --
> 2.48.1
>
LGTM, not sure if this matters though.
Reviewed-by: Svyatoslav Ryhel <clamor95 at gmail.com>
More information about the U-Boot
mailing list