FROMLIST: iommu: dma-iommu: use common implementation also on ARM architecture
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / rockchip / Kconfig
1 config DRM_ROCKCHIP
2         tristate "DRM Support for Rockchip"
3         depends on BROKEN
4         depends on DRM && ROCKCHIP_IOMMU
5         depends on RESET_CONTROLLER
6         select DRM_KMS_HELPER
7         select DRM_KMS_FB_HELPER
8         select DRM_PANEL
9         select FB_CFB_FILLRECT
10         select FB_CFB_COPYAREA
11         select FB_CFB_IMAGEBLIT
12         select VIDEOMODE_HELPERS
13         help
14           Choose this option if you have a Rockchip soc chipset.
15           This driver provides kernel mode setting and buffer
16           management to userspace. This driver does not provide
17           2D or 3D acceleration; acceleration is performed by other
18           IP found on the SoC.
19
20 config ROCKCHIP_DW_HDMI
21         tristate "Rockchip specific extensions for Synopsys DW HDMI"
22         depends on DRM_ROCKCHIP
23         select DRM_DW_HDMI
24         help
25           This selects support for Rockchip SoC specific extensions
26           for the Synopsys DesignWare HDMI driver. If you want to
27           enable HDMI on RK3288 based SoC, you should selet this
28           option.
29
30 config ROCKCHIP_DW_MIPI_DSI
31         tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
32         depends on DRM_ROCKCHIP
33         select DRM_MIPI_DSI
34         help
35          This selects support for Rockchip SoC specific extensions
36          for the Synopsys DesignWare HDMI driver. If you want to
37          enable MIPI DSI on RK3288 based SoC, you should selet this
38          option.