Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config DRM_EXYNOS
  2. tristate "DRM Support for Samsung SoC EXYNOS Series"
  3. depends on DRM && PLAT_SAMSUNG
  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_DMABUF
  13. bool "EXYNOS DRM DMABUF"
  14. depends on DRM_EXYNOS
  15. help
  16. Choose this option if you want to use DMABUF feature for DRM.
  17. config DRM_EXYNOS_FIMD
  18. bool "Exynos DRM FIMD"
  19. depends on DRM_EXYNOS && !FB_S3C
  20. help
  21. Choose this option if you want to use Exynos FIMD for DRM.
  22. config DRM_EXYNOS_HDMI
  23. bool "Exynos DRM HDMI"
  24. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  25. help
  26. Choose this option if you want to use Exynos HDMI for DRM.
  27. config DRM_EXYNOS_VIDI
  28. bool "Exynos DRM Virtual Display"
  29. depends on DRM_EXYNOS
  30. help
  31. Choose this option if you want to use Exynos VIDI for DRM.
  32. config DRM_EXYNOS_G2D
  33. bool "Exynos DRM G2D"
  34. depends on DRM_EXYNOS
  35. help
  36. Choose this option if you want to use Exynos G2D for DRM.