Kconfig 2.8 KB

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