Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[linux-2.6-block.git] / drivers / gpu / drm / rockchip / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2048e328
MY
2config DRM_ROCKCHIP
3 tristate "DRM Support for Rockchip"
4 depends on DRM && ROCKCHIP_IOMMU
4a83c26a 5 select DRM_GEM_DMA_HELPER
2048e328 6 select DRM_KMS_HELPER
2048e328 7 select DRM_PANEL
2048e328 8 select VIDEOMODE_HELPERS
b9670ca2
AB
9 select DRM_ANALOGIX_DP if ROCKCHIP_ANALOGIX_DP
10 select DRM_DW_HDMI if ROCKCHIP_DW_HDMI
2d4f7bda 11 select DRM_DW_MIPI_DSI if ROCKCHIP_DW_MIPI_DSI
71f68fe7
HS
12 select GENERIC_PHY if ROCKCHIP_DW_MIPI_DSI
13 select GENERIC_PHY_MIPI_DPHY if ROCKCHIP_DW_MIPI_DSI
b9670ca2 14 select SND_SOC_HDMI_CODEC if ROCKCHIP_CDN_DP && SND_SOC
2048e328
MY
15 help
16 Choose this option if you have a Rockchip soc chipset.
17 This driver provides kernel mode setting and buffer
18 management to userspace. This driver does not provide
19 2D or 3D acceleration; acceleration is performed by other
20 IP found on the SoC.
12b9f204 21
b9670ca2
AB
22if DRM_ROCKCHIP
23
b382406a
SH
24config ROCKCHIP_VOP
25 bool "Rockchip VOP driver"
26 default y
27 help
28 This selects support for the VOP driver. You should enable it
29 on older SoCs.
30
604be855
AY
31config ROCKCHIP_VOP2
32 bool "Rockchip VOP2 driver"
33 help
34 This selects support for the VOP2 driver. The VOP2 hardware is
35 first found on the RK3568.
36
9e32e16e 37config ROCKCHIP_ANALOGIX_DP
8820b68b 38 bool "Rockchip specific extensions for Analogix DP driver"
b382406a 39 depends on ROCKCHIP_VOP
0b752df7 40 select DRM_DISPLAY_HELPER
1e0f6642 41 select DRM_DISPLAY_DP_HELPER
9e32e16e
YY
42 help
43 This selects support for Rockchip SoC specific extensions
44 for the Analogix Core DP driver. If you want to enable DP
dc879f61 45 on RK3288 or RK3399 based SoC, you should select this option.
9e32e16e 46
1a0f7ed3 47config ROCKCHIP_CDN_DP
eb448304 48 bool "Rockchip cdn DP"
b9670ca2 49 depends on EXTCON=y || (EXTCON=m && DRM_ROCKCHIP=m)
0b752df7
RZ
50 select DRM_DISPLAY_HELPER
51 select DRM_DISPLAY_DP_HELPER
eb448304 52 help
1a0f7ed3
CZ
53 This selects support for Rockchip SoC specific extensions
54 for the cdn DP driver. If you want to enable Dp on
55 RK3399 based SoC, you should select this
56 option.
57
12b9f204 58config ROCKCHIP_DW_HDMI
eb448304
KK
59 bool "Rockchip specific extensions for Synopsys DW HDMI"
60 help
12b9f204
AY
61 This selects support for Rockchip SoC specific extensions
62 for the Synopsys DesignWare HDMI driver. If you want to
dc879f61
SH
63 enable HDMI on RK3288 or RK3399 based SoC, you should select
64 this option.
84e05408
CZ
65
66config ROCKCHIP_DW_MIPI_DSI
8820b68b 67 bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
25ed8aeb 68 select GENERIC_PHY_MIPI_DPHY
84e05408 69 help
dc879f61 70 This selects support for Rockchip SoC specific extensions
a218a397 71 for the Synopsys DesignWare dsi driver. If you want to
dc879f61
SH
72 enable MIPI DSI on RK3288 or RK3399 based SoC, you should
73 select this option.
412d4ae6
YY
74
75config ROCKCHIP_INNO_HDMI
8820b68b 76 bool "Rockchip specific extensions for Innosilicon HDMI"
65548c8f
MR
77 select DRM_DISPLAY_HDMI_HELPER
78 select DRM_DISPLAY_HDMI_STATE_HELPER
79 select DRM_DISPLAY_HELPER
412d4ae6
YY
80 help
81 This selects support for Rockchip SoC specific extensions
82 for the Innosilicon HDMI driver. If you want to enable
83 HDMI on RK3036 based SoC, you should select this option.
b9670ca2 84
34cc0aa2
SH
85config ROCKCHIP_LVDS
86 bool "Rockchip LVDS support"
87 depends on DRM_ROCKCHIP
30cfcf01 88 depends on PINCTRL && OF
9da7ec9b
DB
89 select DRM_DISPLAY_HELPER
90 select DRM_BRIDGE_CONNECTOR
34cc0aa2
SH
91 help
92 Choose this option to enable support for Rockchip LVDS controllers.
93 Rockchip rk3288 SoC has LVDS TX Controller can be used, and it
94 support LVDS, rgb, dual LVDS output mode. say Y to enable its
95 driver.
1f0f0151
SH
96
97config ROCKCHIP_RGB
98 bool "Rockchip RGB support"
99 depends on DRM_ROCKCHIP
100 depends on PINCTRL
9da7ec9b
DB
101 select DRM_DISPLAY_HELPER
102 select DRM_BRIDGE_CONNECTOR
1f0f0151
SH
103 help
104 Choose this option to enable support for Rockchip RGB output.
105 Some Rockchip CRTCs, like rv1108, can directly output parallel
106 and serial RGB format to panel or connect to a conversion chip.
107 say Y to enable its driver.
f84d3d37
ZY
108
109config ROCKCHIP_RK3066_HDMI
110 bool "Rockchip specific extensions for RK3066 HDMI"
111 depends on DRM_ROCKCHIP
112 help
113 This selects support for Rockchip SoC specific extensions
114 for the RK3066 HDMI driver. If you want to enable
115 HDMI on RK3066 based SoC, you should select this option.
b9670ca2 116endif