Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. config DRM_EXYNOS
  2. tristate "DRM Support for Samsung SoC EXYNOS Series"
  3. depends on 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. help
  10. Choose this option if you have a Samsung SoC EXYNOS chipset.
  11. If M is selected the module will be called exynosdrm.
  12. config DRM_EXYNOS_IOMMU
  13. bool "EXYNOS DRM IOMMU Support"
  14. depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  15. help
  16. Choose this option if you want to use IOMMU feature for DRM.
  17. config DRM_EXYNOS_DMABUF
  18. bool "EXYNOS DRM DMABUF"
  19. depends on DRM_EXYNOS
  20. help
  21. Choose this option if you want to use DMABUF feature for DRM.
  22. config DRM_EXYNOS_FIMD
  23. bool "Exynos DRM FIMD"
  24. depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
  25. select FB_MODE_HELPERS
  26. select VIDEOMODE_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 && OF
  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.