Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. config 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 FB_CFB_FILLRECT
  6. select FB_CFB_COPYAREA
  7. select FB_CFB_IMAGEBLIT
  8. select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
  9. select VIDEOMODE_HELPERS
  10. 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. config DRM_EXYNOS_IOMMU
  14. bool "EXYNOS DRM IOMMU Support"
  15. depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  16. help
  17. Choose this option if you want to use IOMMU feature for DRM.
  18. config DRM_EXYNOS_DMABUF
  19. bool "EXYNOS DRM DMABUF"
  20. depends on DRM_EXYNOS
  21. help
  22. Choose this option if you want to use DMABUF feature for DRM.
  23. config DRM_EXYNOS_FIMD
  24. bool "Exynos DRM FIMD"
  25. depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
  26. select FB_MODE_HELPERS
  27. help
  28. Choose this option if you want to use Exynos FIMD for DRM.
  29. config DRM_EXYNOS_HDMI
  30. bool "Exynos DRM HDMI"
  31. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  32. help
  33. Choose this option if you want to use Exynos HDMI for DRM.
  34. config DRM_EXYNOS_VIDI
  35. bool "Exynos DRM Virtual Display"
  36. depends on DRM_EXYNOS
  37. help
  38. Choose this option if you want to use Exynos VIDI for DRM.
  39. config DRM_EXYNOS_G2D
  40. bool "Exynos DRM G2D"
  41. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
  42. help
  43. Choose this option if you want to use Exynos G2D for DRM.
  44. config DRM_EXYNOS_IPP
  45. bool "Exynos DRM IPP"
  46. depends on DRM_EXYNOS && !ARCH_MULTIPLATFORM
  47. help
  48. Choose this option if you want to use IPP feature for DRM.
  49. config DRM_EXYNOS_FIMC
  50. bool "Exynos DRM FIMC"
  51. depends on DRM_EXYNOS_IPP && MFD_SYSCON
  52. help
  53. Choose this option if you want to use Exynos FIMC for DRM.
  54. config DRM_EXYNOS_ROTATOR
  55. bool "Exynos DRM Rotator"
  56. depends on DRM_EXYNOS_IPP
  57. help
  58. Choose this option if you want to use Exynos Rotator for DRM.
  59. config DRM_EXYNOS_GSC
  60. bool "Exynos DRM GSC"
  61. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5
  62. help
  63. Choose this option if you want to use Exynos GSC for DRM.