blob: 9ba1aaeb80704968d3cca028af65e05ad0565d1e [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"
Andrzej Hajdacd6ab4b2014-05-23 12:58:36 +020029 depends on DRM_EXYNOS && !FB_S3C
Vikas Sajjan1e2a4ad2013-03-09 05:40:20 +053030 select FB_MODE_HELPERS
YoungJun Cho3854fab2014-07-17 18:01:21 +090031 select MFD_SYSCON
Inki Dae1c248b72011-10-04 19:19:01 +090032 help
33 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090034
Andrzej Hajda14b68732014-03-17 13:03:56 +010035config DRM_EXYNOS_DPI
36 bool "EXYNOS DRM parallel output support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020037 depends on DRM_EXYNOS_FIMD
Andrzej Hajda14b68732014-03-17 13:03:56 +010038 select DRM_PANEL
39 default n
40 help
41 This enables support for Exynos parallel output.
42
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090043config DRM_EXYNOS_DSI
44 bool "EXYNOS DRM MIPI-DSI driver support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020045 depends on DRM_EXYNOS_FIMD
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090046 select DRM_MIPI_DSI
47 select DRM_PANEL
48 default n
49 help
50 This enables support for Exynos MIPI-DSI device.
51
Sean Paul2e4e6782014-01-30 16:19:22 -050052config DRM_EXYNOS_DP
53 bool "EXYNOS DRM DP driver support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020054 depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
Sean Paul2e4e6782014-01-30 16:19:22 -050055 default DRM_EXYNOS
56 help
57 This enables support for DP device.
58
Seung-Woo Kimd8408322011-12-21 17:39:39 +090059config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090060 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090061 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090062 help
63 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090064
65config DRM_EXYNOS_VIDI
66 bool "Exynos DRM Virtual Display"
67 depends on DRM_EXYNOS
68 help
69 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090070
71config DRM_EXYNOS_G2D
72 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053073 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090074 help
75 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090076
77config DRM_EXYNOS_IPP
78 bool "Exynos DRM IPP"
Tushar Behera86ac5b82014-01-16 11:57:57 +053079 depends on DRM_EXYNOS
Eunchul Kimcb471f142012-12-14 18:10:31 +090080 help
81 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090082
83config DRM_EXYNOS_FIMC
84 bool "Exynos DRM FIMC"
Sachin Kamat09bd14b2013-09-05 16:25:32 +053085 depends on DRM_EXYNOS_IPP && MFD_SYSCON
Eunchul Kim16102ed2012-12-14 17:58:55 +090086 help
87 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090088
89config DRM_EXYNOS_ROTATOR
90 bool "Exynos DRM Rotator"
91 depends on DRM_EXYNOS_IPP
92 help
93 Choose this option if you want to use Exynos Rotator for DRM.
94
Eunchul Kimf2646382012-12-14 17:58:57 +090095config DRM_EXYNOS_GSC
96 bool "Exynos DRM GSC"
Tushar Behera86ac5b82014-01-16 11:57:57 +053097 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
Eunchul Kimf2646382012-12-14 17:58:57 +090098 help
99 Choose this option if you want to use Exynos GSC for DRM.