Kconfig 2.7 KB

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