blob: b9e5266c341baae491412e1fe75887c270b1fdb7 [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
4 default n
5 select DRM_KMS_HELPER
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
14config DRM_EXYNOS_FIMD
15 tristate "Exynos DRM FIMD"
Inki Daea4b42da2012-01-16 18:55:02 +090016 depends on DRM_EXYNOS && !FB_S3C
Inki Dae1c248b72011-10-04 19:19:01 +090017 default n
18 help
19 Choose this option if you want to use Exynos FIMD for DRM.
20 If M is selected, the module will be called exynos_drm_fimd
Seung-Woo Kimd8408322011-12-21 17:39:39 +090021
22config DRM_EXYNOS_HDMI
23 tristate "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090024 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090025 help
26 Choose this option if you want to use Exynos HDMI for DRM.
27 If M is selected, the module will be called exynos_drm_hdmi