Kconfig 2.9 KB

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