drm/rockchip: Kconfig: select vop2 if RK3528 or RK3562

Change-Id: I55168a6a9e635bdbb8005331fc05a3266be0e968
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
Nickey Yang
2023-02-01 17:50:27 +08:00
committed by Huang Jiachai
parent e7394324b8
commit 889250e449

View File

@@ -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"