Kconfig 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
  10. select VIDEOMODE_HELPERS
  11. help
  12. Choose this option if you have a Samsung SoC EXYNOS chipset.
  13. If M is selected the module will be called exynosdrm.
  14. config DRM_EXYNOS_IOMMU
  15. bool "EXYNOS DRM IOMMU Support"
  16. depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  17. help
  18. Choose this option if you want to use IOMMU feature for DRM.
  19. config DRM_EXYNOS_DMABUF
  20. bool "EXYNOS DRM DMABUF"
  21. depends on DRM_EXYNOS
  22. help
  23. Choose this option if you want to use DMABUF feature for DRM.
  24. config DRM_EXYNOS_FIMD
  25. bool "Exynos DRM FIMD"
  26. depends on DRM_EXYNOS && !FB_S3C
  27. select FB_MODE_HELPERS
  28. help
  29. Choose this option if you want to use Exynos FIMD for DRM.
  30. config DRM_EXYNOS_DPI
  31. bool "EXYNOS DRM parallel output support"
  32. depends on DRM_EXYNOS_FIMD
  33. select DRM_PANEL
  34. default n
  35. help
  36. This enables support for Exynos parallel output.
  37. config DRM_EXYNOS_DSI
  38. bool "EXYNOS DRM MIPI-DSI driver support"
  39. depends on DRM_EXYNOS_FIMD
  40. select DRM_MIPI_DSI
  41. select DRM_PANEL
  42. default n
  43. help
  44. This enables support for Exynos MIPI-DSI device.
  45. config DRM_EXYNOS_DP
  46. bool "EXYNOS DRM DP driver support"
  47. depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
  48. default DRM_EXYNOS
  49. help
  50. This enables support for DP device.
  51. config DRM_EXYNOS_HDMI
  52. bool "Exynos DRM HDMI"
  53. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  54. help
  55. Choose this option if you want to use Exynos HDMI for DRM.
  56. config DRM_EXYNOS_VIDI
  57. bool "Exynos DRM Virtual Display"
  58. depends on DRM_EXYNOS
  59. help
  60. Choose this option if you want to use Exynos VIDI for DRM.
  61. config DRM_EXYNOS_G2D
  62. bool "Exynos DRM G2D"
  63. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
  64. help
  65. Choose this option if you want to use Exynos G2D for DRM.
  66. config DRM_EXYNOS_IPP
  67. bool "Exynos DRM IPP"
  68. depends on DRM_EXYNOS
  69. help
  70. Choose this option if you want to use IPP feature for DRM.
  71. config DRM_EXYNOS_FIMC
  72. bool "Exynos DRM FIMC"
  73. depends on DRM_EXYNOS_IPP && MFD_SYSCON
  74. help
  75. Choose this option if you want to use Exynos FIMC for DRM.
  76. config DRM_EXYNOS_ROTATOR
  77. bool "Exynos DRM Rotator"
  78. depends on DRM_EXYNOS_IPP
  79. help
  80. Choose this option if you want to use Exynos Rotator for DRM.
  81. config DRM_EXYNOS_GSC
  82. bool "Exynos DRM GSC"
  83. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM
  84. help
  85. Choose this option if you want to use Exynos GSC for DRM.