drm/exynos: Move dp driver from video/ to drm/
[sfrench/cifs-2.6.git] / drivers / gpu / drm / exynos / Kconfig
1 config DRM_EXYNOS
2         tristate "DRM Support for Samsung SoC EXYNOS Series"
3         depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
4         select DRM_KMS_HELPER
5         select DRM_KMS_FB_HELPER
6         select FB_CFB_FILLRECT
7         select FB_CFB_COPYAREA
8         select FB_CFB_IMAGEBLIT
9         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
10         select VIDEOMODE_HELPERS
11         help
12           Choose this option if you have a Samsung SoC EXYNOS chipset.
13           If M is selected the module will be called exynosdrm.
14
15 config DRM_EXYNOS_IOMMU
16         bool "EXYNOS DRM IOMMU Support"
17         depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
18         help
19           Choose this option if you want to use IOMMU feature for DRM.
20
21 config DRM_EXYNOS_DMABUF
22         bool "EXYNOS DRM DMABUF"
23         depends on DRM_EXYNOS
24         help
25           Choose this option if you want to use DMABUF feature for DRM.
26
27 config DRM_EXYNOS_FIMD
28         bool "Exynos DRM FIMD"
29         depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
30         select FB_MODE_HELPERS
31         help
32           Choose this option if you want to use Exynos FIMD for DRM.
33
34 config DRM_EXYNOS_DP
35         bool "EXYNOS DRM DP driver support"
36         depends on DRM_EXYNOS && ARCH_EXYNOS
37         default DRM_EXYNOS
38         help
39           This enables support for DP device.
40
41 config DRM_EXYNOS_HDMI
42         bool "Exynos DRM HDMI"
43         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
44         help
45           Choose this option if you want to use Exynos HDMI for DRM.
46
47 config DRM_EXYNOS_VIDI
48         bool "Exynos DRM Virtual Display"
49         depends on DRM_EXYNOS
50         help
51           Choose this option if you want to use Exynos VIDI for DRM.
52
53 config DRM_EXYNOS_G2D
54         bool "Exynos DRM G2D"
55         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
56         help
57           Choose this option if you want to use Exynos G2D for DRM.
58
59 config DRM_EXYNOS_IPP
60         bool "Exynos DRM IPP"
61         depends on DRM_EXYNOS
62         help
63           Choose this option if you want to use IPP feature for DRM.
64
65 config DRM_EXYNOS_FIMC
66         bool "Exynos DRM FIMC"
67         depends on DRM_EXYNOS_IPP && MFD_SYSCON
68         help
69           Choose this option if you want to use Exynos FIMC for DRM.
70
71 config DRM_EXYNOS_ROTATOR
72         bool "Exynos DRM Rotator"
73         depends on DRM_EXYNOS_IPP
74         help
75           Choose this option if you want to use Exynos Rotator for DRM.
76
77 config DRM_EXYNOS_GSC
78         bool "Exynos DRM GSC"
79         depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
80         help
81           Choose this option if you want to use Exynos GSC for DRM.