Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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 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. if DRM_EXYNOS
  14. config DRM_EXYNOS_IOMMU
  15. bool
  16. depends on EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  17. default y
  18. comment "CRTCs"
  19. config DRM_EXYNOS_FIMD
  20. bool "FIMD"
  21. depends on !FB_S3C
  22. select FB_MODE_HELPERS
  23. select MFD_SYSCON
  24. help
  25. Choose this option if you want to use Exynos FIMD for DRM.
  26. config DRM_EXYNOS5433_DECON
  27. bool "DECON on Exynos5433"
  28. help
  29. Choose this option if you want to use Exynos5433 DECON for DRM.
  30. config DRM_EXYNOS7_DECON
  31. bool "DECON on Exynos7"
  32. depends on !FB_S3C
  33. select FB_MODE_HELPERS
  34. help
  35. Choose this option if you want to use Exynos DECON for DRM.
  36. config DRM_EXYNOS_MIXER
  37. bool "Mixer"
  38. depends on !VIDEO_SAMSUNG_S5P_TV
  39. help
  40. Choose this option if you want to use Exynos Mixer for DRM.
  41. config DRM_EXYNOS_VIDI
  42. bool "Virtual Display"
  43. help
  44. Choose this option if you want to use Exynos VIDI for DRM.
  45. comment "Encoders and Bridges"
  46. config DRM_EXYNOS_DPI
  47. bool "Parallel output"
  48. depends on DRM_EXYNOS_FIMD
  49. select DRM_PANEL
  50. default n
  51. help
  52. This enables support for Exynos parallel output.
  53. config DRM_EXYNOS_DSI
  54. bool "MIPI-DSI host"
  55. depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
  56. select DRM_MIPI_DSI
  57. select DRM_PANEL
  58. default n
  59. help
  60. This enables support for Exynos MIPI-DSI device.
  61. config DRM_EXYNOS_DP
  62. bool "Display Port"
  63. depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
  64. default DRM_EXYNOS
  65. select DRM_PANEL
  66. help
  67. This enables support for DP device.
  68. config DRM_EXYNOS_HDMI
  69. bool "HDMI"
  70. depends on !VIDEO_SAMSUNG_S5P_TV && (DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON)
  71. help
  72. Choose this option if you want to use Exynos HDMI for DRM.
  73. config DRM_EXYNOS_MIC
  74. bool "Mobile Image Compressor"
  75. depends on DRM_EXYNOS5433_DECON
  76. help
  77. Choose this option if you want to use Exynos MIC for DRM.
  78. comment "Sub-drivers"
  79. config DRM_EXYNOS_G2D
  80. bool "G2D"
  81. depends on !VIDEO_SAMSUNG_S5P_G2D
  82. select FRAME_VECTOR
  83. help
  84. Choose this option if you want to use Exynos G2D for DRM.
  85. config DRM_EXYNOS_IPP
  86. bool "Image Post Processor"
  87. help
  88. Choose this option if you want to use IPP feature for DRM.
  89. config DRM_EXYNOS_FIMC
  90. bool "FIMC"
  91. depends on DRM_EXYNOS_IPP && MFD_SYSCON
  92. help
  93. Choose this option if you want to use Exynos FIMC for DRM.
  94. config DRM_EXYNOS_ROTATOR
  95. bool "Rotator"
  96. depends on DRM_EXYNOS_IPP
  97. help
  98. Choose this option if you want to use Exynos Rotator for DRM.
  99. config DRM_EXYNOS_GSC
  100. bool "GScaler"
  101. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
  102. help
  103. Choose this option if you want to use Exynos GSC for DRM.
  104. endif