mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
committed by
Huang Jiachai
parent
e7394324b8
commit
889250e449
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user