]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/gpu/drm/exynos/Kconfig
Merge branch 'omap/dt-missed-3.4' into drivers/mmc
[linux-beck.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 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
13 config DRM_EXYNOS_FIMD
14         bool "Exynos DRM FIMD"
15         depends on DRM_EXYNOS && !FB_S3C
16         help
17           Choose this option if you want to use Exynos FIMD for DRM.
18
19 config DRM_EXYNOS_HDMI
20         bool "Exynos DRM HDMI"
21         depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
22         help
23           Choose this option if you want to use Exynos HDMI for DRM.
24
25 config DRM_EXYNOS_VIDI
26         bool "Exynos DRM Virtual Display"
27         depends on DRM_EXYNOS
28         help
29           Choose this option if you want to use Exynos VIDI for DRM.