blob: 45b6ef595965b7cb7391125d8b3a4caf2703b2b5 [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
5 select FB_CFB_FILLRECT
6 select FB_CFB_COPYAREA
7 select FB_CFB_IMAGEBLIT
8 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
Sachin Kamat69142622013-08-30 14:40:51 +05309 select VIDEOMODE_HELPERS
Inki Dae1c248b72011-10-04 19:19:01 +090010 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
Inki Dae0519f9a2012-10-20 07:53:42 -070014config DRM_EXYNOS_IOMMU
15 bool "EXYNOS DRM IOMMU Support"
16 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
17 help
18 Choose this option if you want to use IOMMU feature for DRM.
19
Inki Daeb2df26c2012-04-23 21:01:28 +090020config DRM_EXYNOS_DMABUF
21 bool "EXYNOS DRM DMABUF"
22 depends on DRM_EXYNOS
23 help
24 Choose this option if you want to use DMABUF feature for DRM.
25
Inki Dae1c248b72011-10-04 19:19:01 +090026config DRM_EXYNOS_FIMD
Joonyoung Shim132a5b92012-03-16 18:47:08 +090027 bool "Exynos DRM FIMD"
Sachin Kamateccbf0d2013-08-28 10:47:53 +053028 depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
Vikas Sajjan1e2a4ad2013-03-09 05:40:20 +053029 select FB_MODE_HELPERS
Inki Dae1c248b72011-10-04 19:19:01 +090030 help
31 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090032
33config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090034 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090035 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090036 help
37 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090038
39config DRM_EXYNOS_VIDI
40 bool "Exynos DRM Virtual Display"
41 depends on DRM_EXYNOS
42 help
43 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090044
45config DRM_EXYNOS_G2D
46 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053047 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090048 help
49 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090050
51config DRM_EXYNOS_IPP
52 bool "Exynos DRM IPP"
Arnd Bergmann7cdc0462013-01-21 17:16:01 +000053 depends on DRM_EXYNOS && !ARCH_MULTIPLATFORM
Eunchul Kimcb471f142012-12-14 18:10:31 +090054 help
55 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090056
57config DRM_EXYNOS_FIMC
58 bool "Exynos DRM FIMC"
Sachin Kamat09bd14b2013-09-05 16:25:32 +053059 depends on DRM_EXYNOS_IPP && MFD_SYSCON
Eunchul Kim16102ed2012-12-14 17:58:55 +090060 help
61 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090062
63config DRM_EXYNOS_ROTATOR
64 bool "Exynos DRM Rotator"
65 depends on DRM_EXYNOS_IPP
66 help
67 Choose this option if you want to use Exynos Rotator for DRM.
68
Eunchul Kimf2646382012-12-14 17:58:57 +090069config DRM_EXYNOS_GSC
70 bool "Exynos DRM GSC"
71 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5
72 help
73 Choose this option if you want to use Exynos GSC for DRM.