Kconfig 814 B

123456789101112131415161718192021222324252627
  1. config DRM_EXYNOS
  2. tristate "DRM Support for Samsung SoC EXYNOS Series"
  3. depends on DRM && PLAT_SAMSUNG
  4. default n
  5. select DRM_KMS_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. 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_FIMD
  14. tristate "Exynos DRM FIMD"
  15. depends on DRM_EXYNOS
  16. default n
  17. help
  18. Choose this option if you want to use Exynos FIMD for DRM.
  19. If M is selected, the module will be called exynos_drm_fimd
  20. config DRM_EXYNOS_HDMI
  21. tristate "Exynos DRM HDMI"
  22. depends on DRM_EXYNOS
  23. help
  24. Choose this option if you want to use Exynos HDMI for DRM.
  25. If M is selected, the module will be called exynos_drm_hdmi