blob: 3343ac437fe5c886e6dc1879130d67c4340b8601 [file] [log] [blame]
Inki Dae1c248b72011-10-04 19:19:01 +09001config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
3 depends on DRM && PLAT_SAMSUNG
Inki Dae1c248b72011-10-04 19:19:01 +09004 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
13config DRM_EXYNOS_FIMD
Joonyoung Shim132a5b92012-03-16 18:47:08 +090014 bool "Exynos DRM FIMD"
Inki Daea4b42da2012-01-16 18:55:02 +090015 depends on DRM_EXYNOS && !FB_S3C
Inki Dae1c248b72011-10-04 19:19:01 +090016 help
17 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090018
19config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090020 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090021 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090022 help
23 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090024
25config 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.