Merge drm-fixes into drm-next.
[deliverable/linux.git] / drivers / gpu / drm / rockchip / Kconfig
1 config DRM_ROCKCHIP
2 tristate "DRM Support for Rockchip"
3 depends on DRM && ROCKCHIP_IOMMU
4 depends on RESET_CONTROLLER
5 select DRM_KMS_HELPER
6 select DRM_KMS_FB_HELPER
7 select DRM_PANEL
8 select FB_CFB_FILLRECT
9 select FB_CFB_COPYAREA
10 select FB_CFB_IMAGEBLIT
11 select VIDEOMODE_HELPERS
12 help
13 Choose this option if you have a Rockchip soc chipset.
14 This driver provides kernel mode setting and buffer
15 management to userspace. This driver does not provide
16 2D or 3D acceleration; acceleration is performed by other
17 IP found on the SoC.
18
19 config ROCKCHIP_DW_HDMI
20 tristate "Rockchip specific extensions for Synopsys DW HDMI"
21 depends on DRM_ROCKCHIP
22 select DRM_DW_HDMI
23 help
24 This selects support for Rockchip SoC specific extensions
25 for the Synopsys DesignWare HDMI driver. If you want to
26 enable HDMI on RK3288 based SoC, you should selet this
27 option.
28
29 config ROCKCHIP_DW_MIPI_DSI
30 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
31 depends on DRM_ROCKCHIP
32 select DRM_MIPI_DSI
33 help
34 This selects support for Rockchip SoC specific extensions
35 for the Synopsys DesignWare HDMI driver. If you want to
36 enable MIPI DSI on RK3288 based SoC, you should selet this
37 option.
38
39 config ROCKCHIP_INNO_HDMI
40 tristate "Rockchip specific extensions for Innosilicon HDMI"
41 depends on DRM_ROCKCHIP
42 help
43 This selects support for Rockchip SoC specific extensions
44 for the Innosilicon HDMI driver. If you want to enable
45 HDMI on RK3036 based SoC, you should select this option.
This page took 0.033957 seconds and 5 git commands to generate.