blob: 627aaa04776cb31b99db8417d130c13d3d40857f [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
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
Marek Szyprowski8dcc14f2015-01-20 15:31:14 +010015 bool
Inki Dae0519f9a2012-10-20 07:53:42 -070016 depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
Marek Szyprowski8dcc14f2015-01-20 15:31:14 +010017 default y
Inki Dae0519f9a2012-10-20 07:53:42 -070018
Inki Dae1c248b72011-10-04 19:19:01 +090019config DRM_EXYNOS_FIMD
Joonyoung Shim132a5b92012-03-16 18:47:08 +090020 bool "Exynos DRM FIMD"
Andrzej Hajdacd6ab4b2014-05-23 12:58:36 +020021 depends on DRM_EXYNOS && !FB_S3C
Vikas Sajjan1e2a4ad2013-03-09 05:40:20 +053022 select FB_MODE_HELPERS
YoungJun Cho3854fab2014-07-17 18:01:21 +090023 select MFD_SYSCON
Inki Dae1c248b72011-10-04 19:19:01 +090024 help
25 Choose this option if you want to use Exynos FIMD for DRM.
Seung-Woo Kimd8408322011-12-21 17:39:39 +090026
Andrzej Hajda14b68732014-03-17 13:03:56 +010027config DRM_EXYNOS_DPI
28 bool "EXYNOS DRM parallel output support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020029 depends on DRM_EXYNOS_FIMD
Andrzej Hajda14b68732014-03-17 13:03:56 +010030 select DRM_PANEL
31 default n
32 help
33 This enables support for Exynos parallel output.
34
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090035config DRM_EXYNOS_DSI
36 bool "EXYNOS DRM MIPI-DSI driver support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020037 depends on DRM_EXYNOS_FIMD
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090038 select DRM_MIPI_DSI
39 select DRM_PANEL
40 default n
41 help
42 This enables support for Exynos MIPI-DSI device.
43
Sean Paul2e4e6782014-01-30 16:19:22 -050044config DRM_EXYNOS_DP
45 bool "EXYNOS DRM DP driver support"
Andrzej Hajdaa0b13bb2014-05-23 12:59:28 +020046 depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
Sean Paul2e4e6782014-01-30 16:19:22 -050047 default DRM_EXYNOS
Ajay Kumar5f1dcd82014-07-31 23:12:14 +053048 select DRM_PANEL
Sean Paul2e4e6782014-01-30 16:19:22 -050049 help
50 This enables support for DP device.
51
Seung-Woo Kimd8408322011-12-21 17:39:39 +090052config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090053 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090054 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090055 help
56 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090057
58config DRM_EXYNOS_VIDI
59 bool "Exynos DRM Virtual Display"
60 depends on DRM_EXYNOS
61 help
62 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090063
64config DRM_EXYNOS_G2D
65 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053066 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090067 help
68 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090069
70config DRM_EXYNOS_IPP
71 bool "Exynos DRM IPP"
Tushar Behera86ac5b82014-01-16 11:57:57 +053072 depends on DRM_EXYNOS
Eunchul Kimcb471f142012-12-14 18:10:31 +090073 help
74 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090075
76config DRM_EXYNOS_FIMC
77 bool "Exynos DRM FIMC"
Sachin Kamat09bd14b2013-09-05 16:25:32 +053078 depends on DRM_EXYNOS_IPP && MFD_SYSCON
Eunchul Kim16102ed2012-12-14 17:58:55 +090079 help
80 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090081
82config DRM_EXYNOS_ROTATOR
83 bool "Exynos DRM Rotator"
84 depends on DRM_EXYNOS_IPP
85 help
86 Choose this option if you want to use Exynos Rotator for DRM.
87
Eunchul Kimf2646382012-12-14 17:58:57 +090088config DRM_EXYNOS_GSC
89 bool "Exynos DRM GSC"
Tushar Behera86ac5b82014-01-16 11:57:57 +053090 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
Eunchul Kimf2646382012-12-14 17:58:57 +090091 help
92 Choose this option if you want to use Exynos GSC for DRM.