Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. config DRM_EXYNOS
  2. tristate "DRM Support for Samsung SoC EXYNOS Series"
  3. depends on OF && DRM && (ARCH_S3C64XX || ARCH_EXYNOS || 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 "EXYNOS specific extensions for Analogix DP driver"
  63. depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
  64. select DRM_ANALOGIX_DP
  65. default DRM_EXYNOS
  66. select DRM_PANEL
  67. help
  68. This enables support for DP device.
  69. config DRM_EXYNOS_HDMI
  70. bool "HDMI"
  71. depends on !VIDEO_SAMSUNG_S5P_TV && (DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON)
  72. help
  73. Choose this option if you want to use Exynos HDMI for DRM.
  74. config DRM_EXYNOS_MIC
  75. bool "Mobile Image Compressor"
  76. depends on DRM_EXYNOS5433_DECON
  77. help
  78. Choose this option if you want to use Exynos MIC for DRM.
  79. comment "Sub-drivers"
  80. config DRM_EXYNOS_G2D
  81. bool "G2D"
  82. depends on VIDEO_SAMSUNG_S5P_G2D=n
  83. select FRAME_VECTOR
  84. help
  85. Choose this option if you want to use Exynos G2D for DRM.
  86. config DRM_EXYNOS_IPP
  87. bool "Image Post Processor"
  88. help
  89. Choose this option if you want to use IPP feature for DRM.
  90. config DRM_EXYNOS_FIMC
  91. bool "FIMC"
  92. depends on DRM_EXYNOS_IPP && MFD_SYSCON
  93. help
  94. Choose this option if you want to use Exynos FIMC for DRM.
  95. config DRM_EXYNOS_ROTATOR
  96. bool "Rotator"
  97. depends on DRM_EXYNOS_IPP
  98. help
  99. Choose this option if you want to use Exynos Rotator for DRM.
  100. config DRM_EXYNOS_GSC
  101. bool "GScaler"
  102. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !VIDEO_SAMSUNG_EXYNOS_GSC
  103. help
  104. Choose this option if you want to use Exynos GSC for DRM.
  105. endif