blob: 51a4eb5644972b4766233b04c9d8b5dc3258de78 [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
Joonyoung Shimc8466a92015-06-12 21:59:00 +090027config DRM_EXYNOS5433_DECON
28 bool "Exynos5433 DRM DECON"
29 depends on DRM_EXYNOS
30 help
31 Choose this option if you want to use Exynos5433 DECON for DRM.
32
Ajay Kumar96976c32015-02-05 21:24:04 +053033config DRM_EXYNOS7_DECON
Hyungwon Hwang9a09a692015-06-12 21:58:59 +090034 bool "Exynos7 DRM DECON"
Inki Dae1e5507c2015-06-03 11:31:23 +090035 depends on DRM_EXYNOS && !FB_S3C
Ajay Kumar96976c32015-02-05 21:24:04 +053036 select FB_MODE_HELPERS
37 help
38 Choose this option if you want to use Exynos DECON for DRM.
39
Andrzej Hajda14b68732014-03-17 13:03:56 +010040config DRM_EXYNOS_DPI
41 bool "EXYNOS DRM parallel output support"
Hyungwon Hwang3f46d802015-06-12 21:58:57 +090042 depends on DRM_EXYNOS && (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON)
Andrzej Hajda14b68732014-03-17 13:03:56 +010043 select DRM_PANEL
44 default n
45 help
46 This enables support for Exynos parallel output.
47
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090048config DRM_EXYNOS_DSI
49 bool "EXYNOS DRM MIPI-DSI driver support"
Hyungwon Hwang3f46d802015-06-12 21:58:57 +090050 depends on DRM_EXYNOS && (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON)
Andrzej Hajda7eb8f062014-04-04 01:19:56 +090051 select DRM_MIPI_DSI
52 select DRM_PANEL
53 default n
54 help
55 This enables support for Exynos MIPI-DSI device.
56
Sean Paul2e4e6782014-01-30 16:19:22 -050057config DRM_EXYNOS_DP
58 bool "EXYNOS DRM DP driver support"
Hyungwon Hwang3f46d802015-06-12 21:58:57 +090059 depends on DRM_EXYNOS && (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON) && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
Sean Paul2e4e6782014-01-30 16:19:22 -050060 default DRM_EXYNOS
Ajay Kumar5f1dcd82014-07-31 23:12:14 +053061 select DRM_PANEL
Sean Paul2e4e6782014-01-30 16:19:22 -050062 help
63 This enables support for DP device.
64
Seung-Woo Kimd8408322011-12-21 17:39:39 +090065config DRM_EXYNOS_HDMI
Joonyoung Shim132a5b92012-03-16 18:47:08 +090066 bool "Exynos DRM HDMI"
Seung-Woo Kim2363dc62012-01-04 15:34:32 +090067 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
Seung-Woo Kimd8408322011-12-21 17:39:39 +090068 help
69 Choose this option if you want to use Exynos HDMI for DRM.
Inki Daeb73d1232012-03-21 10:55:26 +090070
71config DRM_EXYNOS_VIDI
72 bool "Exynos DRM Virtual Display"
73 depends on DRM_EXYNOS
74 help
75 Choose this option if you want to use Exynos VIDI for DRM.
Joonyoung Shimd7f16422012-05-17 20:06:32 +090076
77config DRM_EXYNOS_G2D
78 bool "Exynos DRM G2D"
Sachin Kamat254d4d12012-08-14 12:07:20 +053079 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
Joonyoung Shimd7f16422012-05-17 20:06:32 +090080 help
81 Choose this option if you want to use Exynos G2D for DRM.
Eunchul Kimcb471f142012-12-14 18:10:31 +090082
83config DRM_EXYNOS_IPP
84 bool "Exynos DRM IPP"
Tushar Behera86ac5b82014-01-16 11:57:57 +053085 depends on DRM_EXYNOS
Eunchul Kimcb471f142012-12-14 18:10:31 +090086 help
87 Choose this option if you want to use IPP feature for DRM.
Eunchul Kim16102ed2012-12-14 17:58:55 +090088
89config DRM_EXYNOS_FIMC
90 bool "Exynos DRM FIMC"
Sachin Kamat09bd14b2013-09-05 16:25:32 +053091 depends on DRM_EXYNOS_IPP && MFD_SYSCON
Eunchul Kim16102ed2012-12-14 17:58:55 +090092 help
93 Choose this option if you want to use Exynos FIMC for DRM.
Eunchul Kimbea8a422012-12-14 17:58:56 +090094
95config DRM_EXYNOS_ROTATOR
96 bool "Exynos DRM Rotator"
97 depends on DRM_EXYNOS_IPP
98 help
99 Choose this option if you want to use Exynos Rotator for DRM.
100
Eunchul Kimf2646382012-12-14 17:58:57 +0900101config DRM_EXYNOS_GSC
102 bool "Exynos DRM GSC"
Tushar Behera86ac5b82014-01-16 11:57:57 +0530103 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
Eunchul Kimf2646382012-12-14 17:58:57 +0900104 help
105 Choose this option if you want to use Exynos GSC for DRM.