Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config DRM_EXYNOS
  2. tristate "DRM Support for Samsung SoC EXYNOS Series"
  3. depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
  4. select DRM_KMS_HELPER
  5. select FB_CFB_FILLRECT
  6. select FB_CFB_COPYAREA
  7. select FB_CFB_IMAGEBLIT
  8. select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
  9. help
  10. Choose this option if you have a Samsung SoC EXYNOS chipset.
  11. If M is selected the module will be called exynosdrm.
  12. config DRM_EXYNOS_IOMMU
  13. bool "EXYNOS DRM IOMMU Support"
  14. depends on DRM_EXYNOS && EXYNOS_IOMMU && ARM_DMA_USE_IOMMU
  15. help
  16. Choose this option if you want to use IOMMU feature for DRM.
  17. config DRM_EXYNOS_DMABUF
  18. bool "EXYNOS DRM DMABUF"
  19. depends on DRM_EXYNOS
  20. help
  21. Choose this option if you want to use DMABUF feature for DRM.
  22. config DRM_EXYNOS_FIMD
  23. bool "Exynos DRM FIMD"
  24. depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
  25. help
  26. Choose this option if you want to use Exynos FIMD for DRM.
  27. config DRM_EXYNOS_HDMI
  28. bool "Exynos DRM HDMI"
  29. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  30. help
  31. Choose this option if you want to use Exynos HDMI for DRM.
  32. config DRM_EXYNOS_VIDI
  33. bool "Exynos DRM Virtual Display"
  34. depends on DRM_EXYNOS
  35. help
  36. Choose this option if you want to use Exynos VIDI for DRM.
  37. config DRM_EXYNOS_G2D
  38. bool "Exynos DRM G2D"
  39. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
  40. help
  41. Choose this option if you want to use Exynos G2D for DRM.
  42. config DRM_EXYNOS_IPP
  43. bool "Exynos DRM IPP"
  44. depends on DRM_EXYNOS && !ARCH_MULTIPLATFORM
  45. help
  46. Choose this option if you want to use IPP feature for DRM.
  47. config DRM_EXYNOS_FIMC
  48. bool "Exynos DRM FIMC"
  49. depends on DRM_EXYNOS_IPP
  50. help
  51. Choose this option if you want to use Exynos FIMC for DRM.
  52. config DRM_EXYNOS_ROTATOR
  53. bool "Exynos DRM Rotator"
  54. depends on DRM_EXYNOS_IPP
  55. help
  56. Choose this option if you want to use Exynos Rotator for DRM.
  57. config DRM_EXYNOS_GSC
  58. bool "Exynos DRM GSC"
  59. depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5
  60. help
  61. Choose this option if you want to use Exynos GSC for DRM.