1config DRM_EXYNOS 2 tristate "DRM Support for Samsung SoC EXYNOS Series" 3 depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM) 4 select DRM_KMS_HELPER 5 select DRM_KMS_FB_HELPER 6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT 9 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE 10 select VIDEOMODE_HELPERS 11 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 15config 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 21config 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 27config DRM_EXYNOS_FIMD 28 bool "Exynos DRM FIMD" 29 depends on DRM_EXYNOS && !FB_S3C 30 select FB_MODE_HELPERS 31 select MFD_SYSCON 32 help 33 Choose this option if you want to use Exynos FIMD for DRM. 34 35config DRM_EXYNOS_DPI 36 bool "EXYNOS DRM parallel output support" 37 depends on DRM_EXYNOS_FIMD 38 select DRM_PANEL 39 default n 40 help 41 This enables support for Exynos parallel output. 42 43config DRM_EXYNOS_DSI 44 bool "EXYNOS DRM MIPI-DSI driver support" 45 depends on DRM_EXYNOS_FIMD 46 select DRM_MIPI_DSI 47 select DRM_PANEL 48 default n 49 help 50 This enables support for Exynos MIPI-DSI device. 51 52config DRM_EXYNOS_DP 53 bool "EXYNOS DRM DP driver support" 54 depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) 55 default DRM_EXYNOS 56 select DRM_PANEL 57 help 58 This enables support for DP device. 59 60config DRM_EXYNOS_HDMI 61 bool "Exynos DRM HDMI" 62 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV 63 help 64 Choose this option if you want to use Exynos HDMI for DRM. 65 66config DRM_EXYNOS_VIDI 67 bool "Exynos DRM Virtual Display" 68 depends on DRM_EXYNOS 69 help 70 Choose this option if you want to use Exynos VIDI for DRM. 71 72config DRM_EXYNOS_G2D 73 bool "Exynos DRM G2D" 74 depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D 75 help 76 Choose this option if you want to use Exynos G2D for DRM. 77 78config DRM_EXYNOS_IPP 79 bool "Exynos DRM IPP" 80 depends on DRM_EXYNOS 81 help 82 Choose this option if you want to use IPP feature for DRM. 83 84config DRM_EXYNOS_FIMC 85 bool "Exynos DRM FIMC" 86 depends on DRM_EXYNOS_IPP && MFD_SYSCON 87 help 88 Choose this option if you want to use Exynos FIMC for DRM. 89 90config DRM_EXYNOS_ROTATOR 91 bool "Exynos DRM Rotator" 92 depends on DRM_EXYNOS_IPP 93 help 94 Choose this option if you want to use Exynos Rotator for DRM. 95 96config DRM_EXYNOS_GSC 97 bool "Exynos DRM GSC" 98 depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM 99 help 100 Choose this option if you want to use Exynos GSC for DRM. 101