Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 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. config DRM_EXYNOS_IOMMU
  15. bool "EXYNOS DRM IOMMU Support"
  16. depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  17. help
  18. Choose this option if you want to use IOMMU feature for DRM.
  19. config DRM_EXYNOS_DMABUF
  20. bool "EXYNOS DRM DMABUF"
  21. depends on DRM_EXYNOS
  22. help
  23. Choose this option if you want to use DMABUF feature for DRM.
  24. config DRM_EXYNOS_FIMD
  25. bool "Exynos DRM FIMD"
  26. depends on DRM_EXYNOS && !FB_S3C
  27. select FB_MODE_HELPERS
  28. select MFD_SYSCON
  29. help
  30. Choose this option if you want to use Exynos FIMD for DRM.
  31. config DRM_EXYNOS_DPI
  32. bool "EXYNOS DRM parallel output support"
  33. depends on DRM_EXYNOS_FIMD
  34. select DRM_PANEL
  35. default n
  36. help
  37. This enables support for Exynos parallel output.
  38. config DRM_EXYNOS_DSI
  39. bool "EXYNOS DRM MIPI-DSI driver support"
  40. depends on DRM_EXYNOS_FIMD
  41. select DRM_MIPI_DSI
  42. select DRM_PANEL
  43. default n
  44. help
  45. This enables support for Exynos MIPI-DSI device.
  46. config DRM_EXYNOS_DP
  47. bool "EXYNOS DRM DP driver support"
  48. depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
  49. default DRM_EXYNOS
  50. select DRM_PANEL
  51. help
  52. This enables support for DP device.
  53. config DRM_EXYNOS_HDMI
  54. bool "Exynos DRM HDMI"
  55. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  56. help
  57. Choose this option if you want to use Exynos HDMI for DRM.
  58. config DRM_EXYNOS_VIDI
  59. bool "Exynos DRM Virtual Display"
  60. depends on DRM_EXYNOS
  61. help
  62. Choose this option if you want to use Exynos VIDI for DRM.
  63. config DRM_EXYNOS_G2D
  64. bool "Exynos DRM G2D"
  65. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
  66. help
  67. Choose this option if you want to use Exynos G2D for DRM.
  68. config DRM_EXYNOS_IPP
  69. bool "Exynos DRM IPP"
  70. depends on DRM_EXYNOS
  71. help
  72. Choose this option if you want to use IPP feature for DRM.
  73. config DRM_EXYNOS_FIMC
  74. bool "Exynos DRM FIMC"
  75. depends on DRM_EXYNOS_IPP && MFD_SYSCON
  76. help
  77. Choose this option if you want to use Exynos FIMC for DRM.
  78. config DRM_EXYNOS_ROTATOR
  79. bool "Exynos DRM Rotator"
  80. depends on DRM_EXYNOS_IPP
  81. help
  82. Choose this option if you want to use Exynos Rotator for DRM.
  83. config DRM_EXYNOS_GSC
  84. bool "Exynos DRM GSC"
  85. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
  86. help
  87. Choose this option if you want to use Exynos GSC for DRM.