CHROMIUM: dma-buf/kds: allow KDS to be compiled out if dma-buf is enabled
[cascardo/linux.git] / drivers / gpu / drm / exynos / Kconfig
1 config DRM_EXYNOS
2         tristate "DRM Support for Samsung SoC EXYNOS Series"
3         depends on DRM && PLAT_SAMSUNG
4         select DRM_KMS_HELPER
5         select DMA_SHARED_BUFFER_USES_KDS
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         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_DEBUG
15         bool "Build in Exynos DRM's debugfs support"
16         depends on DRM_EXYNOS && DEBUG_FS
17         default y
18         help
19           Say Y here if you want Exynos DRM to output debugging information
20           via debugfs.
21
22 config DRM_EXYNOS_DMABUF
23         bool "EXYNOS DRM DMABUF"
24         depends on DRM_EXYNOS
25         help
26           Choose this option if you want to use DMABUF feature for DRM.
27
28 config DRM_EXYNOS_FIMD
29         bool "Exynos DRM FIMD"
30         depends on DRM_EXYNOS && !FB_S3C
31         help
32           Choose this option if you want to use Exynos FIMD for DRM.
33
34 config DRM_EXYNOS_HDMI
35         bool "Exynos DRM HDMI"
36         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
37         help
38           Choose this option if you want to use Exynos HDMI for DRM.
39
40 config DRM_EXYNOS_DP
41         bool "EXYNOS DRM DP driver support"
42         depends on DRM_EXYNOS
43         help
44           This enables support for DP device.
45
46 config DRM_EXYNOS_VIDI
47         bool "Exynos DRM Virtual Display"
48         depends on DRM_EXYNOS
49         help
50           Choose this option if you want to use Exynos VIDI for DRM.