Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / gpu / drm / exynos / Kconfig
CommitLineData
1c248b7d
ID
1config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on DRM && PLAT_SAMSUNG
1c248b7d
ID
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 Samsung SoC EXYNOS chipset.
11 If M is selected the module will be called exynosdrm.
12
b2df26c1
ID
13config DRM_EXYNOS_DMABUF
14 bool "EXYNOS DRM DMABUF"
15 depends on DRM_EXYNOS
16 help
17 Choose this option if you want to use DMABUF feature for DRM.
18
1c248b7d 19config DRM_EXYNOS_FIMD
132a5b91 20 bool "Exynos DRM FIMD"
a4b42dab 21 depends on DRM_EXYNOS && !FB_S3C
1c248b7d
ID
22 help
23 Choose this option if you want to use Exynos FIMD for DRM.
d8408326
SWK
24
25config DRM_EXYNOS_HDMI
132a5b91 26 bool "Exynos DRM HDMI"
2363dc63 27 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
d8408326
SWK
28 help
29 Choose this option if you want to use Exynos HDMI for DRM.
b73d1230
ID
30
31config DRM_EXYNOS_VIDI
32 bool "Exynos DRM Virtual Display"
33 depends on DRM_EXYNOS
34 help
35 Choose this option if you want to use Exynos VIDI for DRM.
d7f1642c
JS
36
37config DRM_EXYNOS_G2D
38 bool "Exynos DRM G2D"
254d4d11 39 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
d7f1642c
JS
40 help
41 Choose this option if you want to use Exynos G2D for DRM.
This page took 0.074419 seconds and 5 git commands to generate.