Kconfig (b382406a2cf4afaa7320a7ad4b298ed6e2675437) Kconfig (604be85547ce4d61b89292d2f9a78c721b778c16)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_ROCKCHIP
3 tristate "DRM Support for Rockchip"
4 depends on DRM && ROCKCHIP_IOMMU
5 select DRM_DISPLAY_HELPER if ROCKCHIP_ANALOGIX_DP
6 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_HELPER
8 select DRM_PANEL

--- 15 unchanged lines hidden (view full) ---

24
25config ROCKCHIP_VOP
26 bool "Rockchip VOP driver"
27 default y
28 help
29 This selects support for the VOP driver. You should enable it
30 on older SoCs.
31
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_ROCKCHIP
3 tristate "DRM Support for Rockchip"
4 depends on DRM && ROCKCHIP_IOMMU
5 select DRM_DISPLAY_HELPER if ROCKCHIP_ANALOGIX_DP
6 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_HELPER
8 select DRM_PANEL

--- 15 unchanged lines hidden (view full) ---

24
25config ROCKCHIP_VOP
26 bool "Rockchip VOP driver"
27 default y
28 help
29 This selects support for the VOP driver. You should enable it
30 on older SoCs.
31
32config ROCKCHIP_VOP2
33 bool "Rockchip VOP2 driver"
34 help
35 This selects support for the VOP2 driver. The VOP2 hardware is
36 first found on the RK3568.
37
32config ROCKCHIP_ANALOGIX_DP
33 bool "Rockchip specific extensions for Analogix DP driver"
34 depends on ROCKCHIP_VOP
35 select DRM_DISPLAY_DP_HELPER
36 help
37 This selects support for Rockchip SoC specific extensions
38 for the Analogix Core DP driver. If you want to enable DP
39 on RK3288 or RK3399 based SoC, you should select this option.

--- 62 unchanged lines hidden ---
38config ROCKCHIP_ANALOGIX_DP
39 bool "Rockchip specific extensions for Analogix DP driver"
40 depends on ROCKCHIP_VOP
41 select DRM_DISPLAY_DP_HELPER
42 help
43 This selects support for Rockchip SoC specific extensions
44 for the Analogix Core DP driver. If you want to enable DP
45 on RK3288 or RK3399 based SoC, you should select this option.

--- 62 unchanged lines hidden ---