Merge tag 'lsk-v3.10-15.05-android' into develop-3.10
[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 DRM && ARCH_MULTIPLATFORM
4         select DRM_KMS_HELPER
5         select FB_CFB_FILLRECT
6         select FB_CFB_COPYAREA
7         select FB_CFB_IMAGEBLIT
8         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
9         help
10           Choose this option if you have a  ROCKCHIP soc chipset.
11           If M is selected the module will be called rockchipdrm.
12
13 config DRM_ROCKCHIP_IOMMU
14         bool "ROCKCHIP DRM IOMMU Support"
15         depends on DRM_ROCKCHIP && ARM_DMA_USE_IOMMU
16         help
17           Choose this option if you want to use IOMMU feature for DRM.
18
19 config DRM_ROCKCHIP_DMABUF
20         bool "ROCKCHIP DRM DMABUF"
21         depends on DRM_ROCKCHIP
22         help
23           Choose this option if you want to use DMABUF feature for DRM.
24
25 config DRM_ROCKCHIP_PRIMARY
26           bool "RK DRM PRIMARY"
27           depends on OF && DRM_ROCKCHIP 
28           select FB_MODE_HELPERS
29           select VIDEOMODE_HELPERS
30           help
31           Choose this option if you want to use Rockchip PRIMARY DISPLAY for DRM.
32
33 config DRM_ROCKCHIP_HDMI
34         bool "Rockchip DRM HDMI"
35         depends on DRM_ROCKCHIP 
36         help
37           Choose this option if you want to use Rockchip HDMI for DRM.
38
39 config DRM_ROCKCHIP_VIDI
40         bool "Rockchip DRM Virtual Display"
41         depends on DRM_ROCKCHIP
42         help
43           Choose this option if you want to use rockchip VIDI for DRM.
44