From 889250e4494feb7c8a5bed3ef5431fbb4356241d Mon Sep 17 00:00:00 2001 From: Nickey Yang Date: Wed, 1 Feb 2023 17:50:27 +0800 Subject: [PATCH] drm/rockchip: Kconfig: select vop2 if RK3528 or RK3562 Change-Id: I55168a6a9e635bdbb8005331fc05a3266be0e968 Signed-off-by: Nickey Yang --- drivers/gpu/drm/rockchip/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig index b772476ee7c0..8d5dda562c88 100644 --- a/drivers/gpu/drm/rockchip/Kconfig +++ b/drivers/gpu/drm/rockchip/Kconfig @@ -61,11 +61,10 @@ config ROCKCHIP_VOP config ROCKCHIP_VOP2 bool "Rockchip VOP2 driver" - default y if CPU_RK3568 || CPU_RK3588 + default y if CPU_RK3528 || CPU_RK3562 || CPU_RK3568 || CPU_RK3588 help This selects support for the VOP2 driver. If you want to - enable VOP2 on RK3566 and RK3568 based SoC, you should - select this option. + enable VOP2 on Rockchip SoC, you should select this option. config ROCKCHIP_ANALOGIX_DP bool "Rockchip specific extensions for Analogix DP driver"