Kconfig 844 B

123456789101112131415161718192021222324252627282930
  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_FIMD
  13. bool "Exynos DRM FIMD"
  14. depends on DRM_EXYNOS && !FB_S3C
  15. help
  16. Choose this option if you want to use Exynos FIMD for DRM.
  17. config DRM_EXYNOS_HDMI
  18. bool "Exynos DRM HDMI"
  19. depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV
  20. help
  21. Choose this option if you want to use Exynos HDMI for DRM.
  22. config DRM_EXYNOS_VIDI
  23. bool "Exynos DRM Virtual Display"
  24. depends on DRM_EXYNOS
  25. help
  26. Choose this option if you want to use Exynos VIDI for DRM.