2011-10-04 19:19:01 +09:00
|
|
|
config DRM_EXYNOS
|
|
|
|
|
tristate "DRM Support for Samsung SoC EXYNOS Series"
|
2013-08-28 10:47:53 +05:30
|
|
|
depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
|
2011-10-04 19:19:01 +09:00
|
|
|
select DRM_KMS_HELPER
|
|
|
|
|
select FB_CFB_FILLRECT
|
|
|
|
|
select FB_CFB_COPYAREA
|
|
|
|
|
select FB_CFB_IMAGEBLIT
|
|
|
|
|
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
|
2013-08-30 14:40:51 +05:30
|
|
|
select VIDEOMODE_HELPERS
|
2011-10-04 19:19:01 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you have a Samsung SoC EXYNOS chipset.
|
|
|
|
|
If M is selected the module will be called exynosdrm.
|
|
|
|
|
|
2012-10-20 07:53:42 -07:00
|
|
|
config DRM_EXYNOS_IOMMU
|
|
|
|
|
bool "EXYNOS DRM IOMMU Support"
|
|
|
|
|
depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
|
|
|
|
|
help
|
|
|
|
|
Choose this option if you want to use IOMMU feature for DRM.
|
|
|
|
|
|
2012-04-23 21:01:28 +09:00
|
|
|
config DRM_EXYNOS_DMABUF
|
|
|
|
|
bool "EXYNOS DRM DMABUF"
|
|
|
|
|
depends on DRM_EXYNOS
|
|
|
|
|
help
|
|
|
|
|
Choose this option if you want to use DMABUF feature for DRM.
|
|
|
|
|
|
2011-10-04 19:19:01 +09:00
|
|
|
config DRM_EXYNOS_FIMD
|
2012-03-16 18:47:08 +09:00
|
|
|
bool "Exynos DRM FIMD"
|
2013-08-28 10:47:53 +05:30
|
|
|
depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
|
2013-03-09 05:40:20 +05:30
|
|
|
select FB_MODE_HELPERS
|
2011-10-04 19:19:01 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos FIMD for DRM.
|
2011-12-21 17:39:39 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_HDMI
|
2012-03-16 18:47:08 +09:00
|
|
|
bool "Exynos DRM HDMI"
|
2012-01-04 15:34:32 +09:00
|
|
|
depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
|
2011-12-21 17:39:39 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos HDMI for DRM.
|
2012-03-21 10:55:26 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_VIDI
|
|
|
|
|
bool "Exynos DRM Virtual Display"
|
|
|
|
|
depends on DRM_EXYNOS
|
|
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos VIDI for DRM.
|
2012-05-17 20:06:32 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_G2D
|
|
|
|
|
bool "Exynos DRM G2D"
|
2012-08-14 12:07:20 +05:30
|
|
|
depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
|
2012-05-17 20:06:32 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos G2D for DRM.
|
2012-12-14 18:10:31 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_IPP
|
|
|
|
|
bool "Exynos DRM IPP"
|
2013-01-21 17:16:01 +00:00
|
|
|
depends on DRM_EXYNOS && !ARCH_MULTIPLATFORM
|
2012-12-14 18:10:31 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you want to use IPP feature for DRM.
|
2012-12-14 17:58:55 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_FIMC
|
|
|
|
|
bool "Exynos DRM FIMC"
|
2013-09-05 16:25:32 +05:30
|
|
|
depends on DRM_EXYNOS_IPP && MFD_SYSCON
|
2012-12-14 17:58:55 +09:00
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos FIMC for DRM.
|
2012-12-14 17:58:56 +09:00
|
|
|
|
|
|
|
|
config DRM_EXYNOS_ROTATOR
|
|
|
|
|
bool "Exynos DRM Rotator"
|
|
|
|
|
depends on DRM_EXYNOS_IPP
|
|
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos Rotator for DRM.
|
|
|
|
|
|
2012-12-14 17:58:57 +09:00
|
|
|
config DRM_EXYNOS_GSC
|
|
|
|
|
bool "Exynos DRM GSC"
|
|
|
|
|
depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5
|
|
|
|
|
help
|
|
|
|
|
Choose this option if you want to use Exynos GSC for DRM.
|