blob: 1d1f1e5e33f0ff267daa1d8ed4818b0a4e00fc7e [file] [log] [blame]
Inki Dae1c248b72011-10-04 19:19:01 +09001config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
Rob Clark9eb3e9e62012-10-29 09:31:13 +01003 depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
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
Inki Dae0519f9a2012-10-20 07:53:42 -070013config DRM_EXYNOS_IOMMU
14 bool "EXYNOS DRM IOMMU Support"
15 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
16 help
17 Choose this option if you want to use IOMMU feature for DRM.
18
Inki Daeb2df26c2012-04-23 21:01:28 +090019config DRM_EXYNOS_DMABUF
20 bool "EXYNOS DRM DMABUF"
21 depends on DRM_EXYNOS
22 help
23 Choose this option if you want to use DMABUF feature for DRM.
24
Inki Dae1c248b72011-10-04 19:19:01 +090025config DRM_EXYNOS_FIMD
Joonyoung Shim132a5b92012-03-16 18:47:08 +090026 bool "Exynos DRM FIMD"
Inki Daea4b42da2012-01-16 18:55:02 +090027 depends on DRM_EXYNOS && !FB_S3C
Inki Dae1c248b72011-10-04 19:19:01 +090028 help
29 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090030
31config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090032 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090033 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090034 help
35 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090036
37config DRM_EXYNOS_VIDI
38 bool "Exynos DRM Virtual Display"
39 depends on DRM_EXYNOS
40 help
41 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090042
43config DRM_EXYNOS_G2D
44 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053045 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090046 help
47 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090048
49config DRM_EXYNOS_IPP
50 bool "Exynos DRM IPP"
51 depends on DRM_EXYNOS
52 help
53 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090054
55config DRM_EXYNOS_FIMC
56 bool "Exynos DRM FIMC"
57 depends on DRM_EXYNOS_IPP
58 help
59 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090060
61config DRM_EXYNOS_ROTATOR
62 bool "Exynos DRM Rotator"
63 depends on DRM_EXYNOS_IPP
64 help
65 Choose this option if you want to use Exynos Rotator for DRM.
66
Eunchul Kimf2646382012-12-14 17:58:57 +090067config DRM_EXYNOS_GSC
68 bool "Exynos DRM GSC"
69 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5
70 help
71 Choose this option if you want to use Exynos GSC for DRM.