Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 VIDEOMODE_HELPERS
10         help
11           Choose this option if you have a Samsung SoC EXYNOS chipset.
12           If M is selected the module will be called exynosdrm.
13
14 config DRM_EXYNOS_IOMMU
15         bool
16         depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
17         default y
18
19 config DRM_EXYNOS_FIMD
20         bool "Exynos DRM FIMD"
21         depends on DRM_EXYNOS && !FB_S3C
22         select FB_MODE_HELPERS
23         select MFD_SYSCON
24         help
25           Choose this option if you want to use Exynos FIMD for DRM.
26
27 config DRM_EXYNOS7_DECON
28         bool "Exynos DRM DECON"
29         depends on DRM_EXYNOS
30         select FB_MODE_HELPERS
31         help
32           Choose this option if you want to use Exynos DECON for DRM.
33
34 config DRM_EXYNOS_DPI
35         bool "EXYNOS DRM parallel output support"
36         depends on (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON)
37         select DRM_PANEL
38         default n
39         help
40           This enables support for Exynos parallel output.
41
42 config DRM_EXYNOS_DSI
43         bool "EXYNOS DRM MIPI-DSI driver support"
44         depends on (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON)
45         select DRM_MIPI_DSI
46         select DRM_PANEL
47         default n
48         help
49           This enables support for Exynos MIPI-DSI device.
50
51 config DRM_EXYNOS_DP
52         bool "EXYNOS DRM DP driver support"
53         depends on (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON) && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
54         default DRM_EXYNOS
55         select DRM_PANEL
56         help
57           This enables support for DP device.
58
59 config DRM_EXYNOS_HDMI
60         bool "Exynos DRM HDMI"
61         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
62         help
63           Choose this option if you want to use Exynos HDMI for DRM.
64
65 config DRM_EXYNOS_VIDI
66         bool "Exynos DRM Virtual Display"
67         depends on DRM_EXYNOS
68         help
69           Choose this option if you want to use Exynos VIDI for DRM.
70
71 config DRM_EXYNOS_G2D
72         bool "Exynos DRM G2D"
73         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
74         help
75           Choose this option if you want to use Exynos G2D for DRM.
76
77 config DRM_EXYNOS_IPP
78         bool "Exynos DRM IPP"
79         depends on DRM_EXYNOS
80         help
81           Choose this option if you want to use IPP feature for DRM.
82
83 config DRM_EXYNOS_FIMC
84         bool "Exynos DRM FIMC"
85         depends on DRM_EXYNOS_IPP && MFD_SYSCON
86         help
87           Choose this option if you want to use Exynos FIMC for DRM.
88
89 config DRM_EXYNOS_ROTATOR
90         bool "Exynos DRM Rotator"
91         depends on DRM_EXYNOS_IPP
92         help
93           Choose this option if you want to use Exynos Rotator for DRM.
94
95 config DRM_EXYNOS_GSC
96         bool "Exynos DRM GSC"
97         depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
98         help
99           Choose this option if you want to use Exynos GSC for DRM.