xref: /openbmc/linux/drivers/gpu/drm/rockchip/Kconfig (revision 4e1a33b1)
1config DRM_ROCKCHIP
2	tristate "DRM Support for Rockchip"
3	depends on DRM && ROCKCHIP_IOMMU
4	select DRM_GEM_CMA_HELPER
5	select DRM_KMS_HELPER
6	select DRM_PANEL
7	select VIDEOMODE_HELPERS
8	help
9	  Choose this option if you have a Rockchip soc chipset.
10	  This driver provides kernel mode setting and buffer
11	  management to userspace. This driver does not provide
12	  2D or 3D acceleration; acceleration is performed by other
13	  IP found on the SoC.
14
15config ROCKCHIP_ANALOGIX_DP
16	tristate "Rockchip specific extensions for Analogix DP driver"
17	depends on DRM_ROCKCHIP
18	select DRM_ANALOGIX_DP
19	help
20	  This selects support for Rockchip SoC specific extensions
21	  for the Analogix Core DP driver. If you want to enable DP
22	  on RK3288 based SoC, you should selet this option.
23
24config ROCKCHIP_CDN_DP
25        tristate "Rockchip cdn DP"
26        depends on DRM_ROCKCHIP
27	select SND_SOC_HDMI_CODEC if SND_SOC
28        help
29	  This selects support for Rockchip SoC specific extensions
30	  for the cdn DP driver. If you want to enable Dp on
31	  RK3399 based SoC, you should select this
32	  option.
33
34config ROCKCHIP_DW_HDMI
35        tristate "Rockchip specific extensions for Synopsys DW HDMI"
36        depends on DRM_ROCKCHIP
37        select DRM_DW_HDMI
38        help
39	  This selects support for Rockchip SoC specific extensions
40	  for the Synopsys DesignWare HDMI driver. If you want to
41	  enable HDMI on RK3288 based SoC, you should selet this
42	  option.
43
44config ROCKCHIP_DW_MIPI_DSI
45	tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
46	depends on DRM_ROCKCHIP
47	select DRM_MIPI_DSI
48	help
49	 This selects support for Rockchip SoC specific extensions
50	 for the Synopsys DesignWare HDMI driver. If you want to
51	 enable MIPI DSI on RK3288 based SoC, you should selet this
52	 option.
53
54config ROCKCHIP_INNO_HDMI
55	tristate "Rockchip specific extensions for Innosilicon HDMI"
56	depends on DRM_ROCKCHIP
57	help
58	  This selects support for Rockchip SoC specific extensions
59	  for the Innosilicon HDMI driver. If you want to enable
60	  HDMI on RK3036 based SoC, you should select this option.
61