xref: /linux/drivers/gpu/drm/rockchip/Kconfig (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22048e328SMark Yaoconfig DRM_ROCKCHIP
32048e328SMark Yao	tristate "DRM Support for Rockchip"
40244539fSChaoyi Chen	depends on DRM
5*cd98e734SGeert Uytterhoeven	depends on ARCH_ROCKCHIP || COMPILE_TEST
60244539fSChaoyi Chen	depends on ROCKCHIP_IOMMU || !ROCKCHIP_IOMMU
74f1a965dSArnd Bergmann	depends on OF
8905df8f1SThomas Zimmermann	select DRM_CLIENT_SELECTION
94a83c26aSDanilo Krummrich	select DRM_GEM_DMA_HELPER
102048e328SMark Yao	select DRM_KMS_HELPER
112048e328SMark Yao	select DRM_PANEL
122048e328SMark Yao	select VIDEOMODE_HELPERS
13b9670ca2SArnd Bergmann	select DRM_ANALOGIX_DP if ROCKCHIP_ANALOGIX_DP
14d7b4936bSDamon Ding	select DRM_DISPLAY_DP_AUX_BUS if ROCKCHIP_ANALOGIX_DP
15d68ba7baSAndy Yan	select DRM_DW_DP if ROCKCHIP_DW_DP
16b9670ca2SArnd Bergmann	select DRM_DW_HDMI if ROCKCHIP_DW_HDMI
17128a9bf8SCristian Ciocaltea	select DRM_DW_HDMI_QP if ROCKCHIP_DW_HDMI_QP
182d4f7bdaSNickey Yang	select DRM_DW_MIPI_DSI if ROCKCHIP_DW_MIPI_DSI
199f1e1e14SHeiko Stuebner	select DRM_DW_MIPI_DSI2 if ROCKCHIP_DW_MIPI_DSI2
20969325a2SAndy Yan	select DRM_INNO_HDMI if ROCKCHIP_INNO_HDMI
2171f68fe7SHeiko Stuebner	select GENERIC_PHY if ROCKCHIP_DW_MIPI_DSI
2271f68fe7SHeiko Stuebner	select GENERIC_PHY_MIPI_DPHY if ROCKCHIP_DW_MIPI_DSI
23b9670ca2SArnd Bergmann	select SND_SOC_HDMI_CODEC if ROCKCHIP_CDN_DP && SND_SOC
242048e328SMark Yao	help
252048e328SMark Yao	  Choose this option if you have a Rockchip soc chipset.
262048e328SMark Yao	  This driver provides kernel mode setting and buffer
272048e328SMark Yao	  management to userspace. This driver does not provide
282048e328SMark Yao	  2D or 3D acceleration; acceleration is performed by other
292048e328SMark Yao	  IP found on the SoC.
3012b9f204SAndy Yan
31b9670ca2SArnd Bergmannif DRM_ROCKCHIP
32b9670ca2SArnd Bergmann
33b382406aSSascha Hauerconfig ROCKCHIP_VOP
34b382406aSSascha Hauer	bool "Rockchip VOP driver"
35b382406aSSascha Hauer	default y
36b382406aSSascha Hauer	help
37b382406aSSascha Hauer	  This selects support for the VOP driver. You should enable it
38b382406aSSascha Hauer	  on older SoCs.
39b382406aSSascha Hauer
40604be855SAndy Yanconfig ROCKCHIP_VOP2
41604be855SAndy Yan	bool "Rockchip VOP2 driver"
42604be855SAndy Yan	help
43604be855SAndy Yan	  This selects support for the VOP2 driver. The VOP2 hardware is
44604be855SAndy Yan	  first found on the RK3568.
45604be855SAndy Yan
469e32e16eSYakir Yangconfig ROCKCHIP_ANALOGIX_DP
478820b68bSJeffy Chen	bool "Rockchip specific extensions for Analogix DP driver"
48b382406aSSascha Hauer	depends on ROCKCHIP_VOP
490b752df7SRen Zhijie	select DRM_DISPLAY_HELPER
501e0f6642SThomas Zimmermann	select DRM_DISPLAY_DP_HELPER
519e32e16eSYakir Yang	help
529e32e16eSYakir Yang	  This selects support for Rockchip SoC specific extensions
539e32e16eSYakir Yang	  for the Analogix Core DP driver. If you want to enable DP
54dc879f61SSandy Huang	  on RK3288 or RK3399 based SoC, you should select this option.
559e32e16eSYakir Yang
561a0f7ed3SChris Zhongconfig ROCKCHIP_CDN_DP
578820b68bSJeffy Chen	bool "Rockchip cdn DP"
58b9670ca2SArnd Bergmann	depends on EXTCON=y || (EXTCON=m && DRM_ROCKCHIP=m)
590b752df7SRen Zhijie	select DRM_DISPLAY_HELPER
60ea177a1bSRudi Heitbaum	select DRM_BRIDGE_CONNECTOR
610b752df7SRen Zhijie	select DRM_DISPLAY_DP_HELPER
621a0f7ed3SChris Zhong	help
631a0f7ed3SChris Zhong	  This selects support for Rockchip SoC specific extensions
641a0f7ed3SChris Zhong	  for the cdn DP driver. If you want to enable Dp on
651a0f7ed3SChris Zhong	  RK3399 based SoC, you should select this
661a0f7ed3SChris Zhong	  option.
671a0f7ed3SChris Zhong
68d68ba7baSAndy Yanconfig ROCKCHIP_DW_DP
69d68ba7baSAndy Yan	bool "Rockchip specific extensions for Synopsys DW DP"
70d68ba7baSAndy Yan	help
71d68ba7baSAndy Yan	  This selects support for Rockchip SoC specific extensions
72d68ba7baSAndy Yan	  to enable Synopsys DesignWare Cores based DisplayPort transmit
73d68ba7baSAndy Yan	  controller support on Rockchip SoC, If you want to enable DP on
74d68ba7baSAndy Yan	  rk3588 based SoC, you should select this option.
75d68ba7baSAndy Yan
7612b9f204SAndy Yanconfig ROCKCHIP_DW_HDMI
778820b68bSJeffy Chen	bool "Rockchip specific extensions for Synopsys DW HDMI"
7812b9f204SAndy Yan	help
7912b9f204SAndy Yan	  This selects support for Rockchip SoC specific extensions
8012b9f204SAndy Yan	  for the Synopsys DesignWare HDMI driver. If you want to
81dc879f61SSandy Huang	  enable HDMI on RK3288 or RK3399 based SoC, you should select
82dc879f61SSandy Huang	  this option.
8384e05408SChris Zhong
84128a9bf8SCristian Ciocalteaconfig ROCKCHIP_DW_HDMI_QP
85128a9bf8SCristian Ciocaltea	bool "Rockchip specific extensions for Synopsys DW HDMI QP"
86128a9bf8SCristian Ciocaltea	select DRM_BRIDGE_CONNECTOR
87128a9bf8SCristian Ciocaltea	help
88128a9bf8SCristian Ciocaltea	  This selects support for Rockchip SoC specific extensions
89128a9bf8SCristian Ciocaltea	  for the Synopsys DesignWare HDMI QP driver. If you want to
90128a9bf8SCristian Ciocaltea	  enable HDMI on RK3588 based SoC, you should select this option.
91128a9bf8SCristian Ciocaltea
9284e05408SChris Zhongconfig ROCKCHIP_DW_MIPI_DSI
938820b68bSJeffy Chen	bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
9425ed8aebSHeiko Stuebner	select GENERIC_PHY_MIPI_DPHY
9584e05408SChris Zhong	help
9684e05408SChris Zhong	  This selects support for Rockchip SoC specific extensions
97a218a397SDafna Hirschfeld	  for the Synopsys DesignWare dsi driver. If you want to
98dc879f61SSandy Huang	  enable MIPI DSI on RK3288 or RK3399 based SoC, you should
99dc879f61SSandy Huang	  select this option.
100412d4ae6SYakir Yang
1019f1e1e14SHeiko Stuebnerconfig ROCKCHIP_DW_MIPI_DSI2
1029f1e1e14SHeiko Stuebner	bool "Rockchip specific extensions for Synopsys DW MIPI DSI2"
1039f1e1e14SHeiko Stuebner	select GENERIC_PHY_MIPI_DPHY
1049f1e1e14SHeiko Stuebner	help
1059f1e1e14SHeiko Stuebner	  This selects support for Rockchip SoC specific extensions
1069f1e1e14SHeiko Stuebner	  for the Synopsys DesignWare DSI2 driver. If you want to
1079f1e1e14SHeiko Stuebner	  enable MIPI DSI on RK3576 or RK3588 based SoC, you should
1089f1e1e14SHeiko Stuebner	  select this option.
1099f1e1e14SHeiko Stuebner
110412d4ae6SYakir Yangconfig ROCKCHIP_INNO_HDMI
1118820b68bSJeffy Chen	bool "Rockchip specific extensions for Innosilicon HDMI"
11265548c8fSMaxime Ripard	select DRM_DISPLAY_HDMI_HELPER
11365548c8fSMaxime Ripard	select DRM_DISPLAY_HDMI_STATE_HELPER
11465548c8fSMaxime Ripard	select DRM_DISPLAY_HELPER
115412d4ae6SYakir Yang	help
116412d4ae6SYakir Yang	  This selects support for Rockchip SoC specific extensions
117412d4ae6SYakir Yang	  for the Innosilicon HDMI driver. If you want to enable
118412d4ae6SYakir Yang	  HDMI on RK3036 based SoC, you should select this option.
119b9670ca2SArnd Bergmann
12034cc0aa2SSandy Huangconfig ROCKCHIP_LVDS
12134cc0aa2SSandy Huang	bool "Rockchip LVDS support"
12234cc0aa2SSandy Huang	depends on DRM_ROCKCHIP
12330cfcf01SArnd Bergmann	depends on PINCTRL && OF
1249da7ec9bSDmitry Baryshkov	select DRM_DISPLAY_HELPER
1259da7ec9bSDmitry Baryshkov	select DRM_BRIDGE_CONNECTOR
12634cc0aa2SSandy Huang	help
12734cc0aa2SSandy Huang	  Choose this option to enable support for Rockchip LVDS controllers.
12834cc0aa2SSandy Huang	  Rockchip rk3288 SoC has LVDS TX Controller can be used, and it
12934cc0aa2SSandy Huang	  support LVDS, rgb, dual LVDS output mode. say Y to enable its
13034cc0aa2SSandy Huang	  driver.
1311f0f0151SSandy Huang
1321f0f0151SSandy Huangconfig ROCKCHIP_RGB
1331f0f0151SSandy Huang	bool "Rockchip RGB support"
1341f0f0151SSandy Huang	depends on DRM_ROCKCHIP
1351f0f0151SSandy Huang	depends on PINCTRL
1369da7ec9bSDmitry Baryshkov	select DRM_DISPLAY_HELPER
1379da7ec9bSDmitry Baryshkov	select DRM_BRIDGE_CONNECTOR
1381f0f0151SSandy Huang	help
1391f0f0151SSandy Huang	  Choose this option to enable support for Rockchip RGB output.
1401f0f0151SSandy Huang	  Some Rockchip CRTCs, like rv1108, can directly output parallel
1411f0f0151SSandy Huang	  and serial RGB format to panel or connect to a conversion chip.
1421f0f0151SSandy Huang	  say Y to enable its driver.
143f84d3d37SZheng Yang
144f84d3d37SZheng Yangconfig ROCKCHIP_RK3066_HDMI
145f84d3d37SZheng Yang	bool "Rockchip specific extensions for RK3066 HDMI"
146f84d3d37SZheng Yang	depends on DRM_ROCKCHIP
147f84d3d37SZheng Yang	help
148f84d3d37SZheng Yang	  This selects support for Rockchip SoC specific extensions
149f84d3d37SZheng Yang	  for the RK3066 HDMI driver. If you want to enable
150f84d3d37SZheng Yang	  HDMI on RK3066 based SoC, you should select this option.
151b9670ca2SArnd Bergmannendif
152