blob: 6e1a1a20cf6b4ab94a0f06f43d6470416dfcc879 [file] [log] [blame]
Inki Dae1c248b72011-10-04 19:19:01 +09001config DRM_EXYNOS
2 tristate "DRM Support for Samsung SoC EXYNOS Series"
Sachin Kamateccbf0d2013-08-28 10:47:53 +05303 depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
Inki Dae1c248b72011-10-04 19:19:01 +09004 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02005 select DRM_KMS_FB_HELPER
Inki Dae1c248b72011-10-04 19:19:01 +09006 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
9 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
Sachin Kamat69142622013-08-30 14:40:51 +053010 select VIDEOMODE_HELPERS
Inki Dae1c248b72011-10-04 19:19:01 +090011 help
12 Choose this option if you have a Samsung SoC EXYNOS chipset.
13 If M is selected the module will be called exynosdrm.
14
Inki Dae0519f9a2012-10-20 07:53:42 -070015config DRM_EXYNOS_IOMMU
16 bool "EXYNOS DRM IOMMU Support"
17 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
18 help
19 Choose this option if you want to use IOMMU feature for DRM.
20
Inki Daeb2df26c2012-04-23 21:01:28 +090021config DRM_EXYNOS_DMABUF
22 bool "EXYNOS DRM DMABUF"
23 depends on DRM_EXYNOS
24 help
25 Choose this option if you want to use DMABUF feature for DRM.
26
Inki Dae1c248b72011-10-04 19:19:01 +090027config DRM_EXYNOS_FIMD
Joonyoung Shim132a5b92012-03-16 18:47:08 +090028 bool "Exynos DRM FIMD"
Sachin Kamateccbf0d2013-08-28 10:47:53 +053029 depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
Vikas Sajjan1e2a4ad2013-03-09 05:40:20 +053030 select FB_MODE_HELPERS
Inki Dae1c248b72011-10-04 19:19:01 +090031 help
32 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090033
34config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090035 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090036 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090037 help
38 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090039
40config DRM_EXYNOS_VIDI
41 bool "Exynos DRM Virtual Display"
42 depends on DRM_EXYNOS
43 help
44 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090045
46config DRM_EXYNOS_G2D
47 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053048 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090049 help
50 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090051
52config DRM_EXYNOS_IPP
53 bool "Exynos DRM IPP"
Tushar Behera86ac5b82014-01-16 11:57:57 +053054 depends on DRM_EXYNOS
Eunchul Kimcb471f142012-12-14 18:10:31 +090055 help
56 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090057
58config DRM_EXYNOS_FIMC
59 bool "Exynos DRM FIMC"
Sachin Kamat09bd14b2013-09-05 16:25:32 +053060 depends on DRM_EXYNOS_IPP && MFD_SYSCON
Eunchul Kim16102ed2012-12-14 17:58:55 +090061 help
62 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090063
64config DRM_EXYNOS_ROTATOR
65 bool "Exynos DRM Rotator"
66 depends on DRM_EXYNOS_IPP
67 help
68 Choose this option if you want to use Exynos Rotator for DRM.
69
Eunchul Kimf2646382012-12-14 17:58:57 +090070config DRM_EXYNOS_GSC
71 bool "Exynos DRM GSC"
Tushar Behera86ac5b82014-01-16 11:57:57 +053072 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
Eunchul Kimf2646382012-12-14 17:58:57 +090073 help
74 Choose this option if you want to use Exynos GSC for DRM.