Kconfig 476 B

12345678910111213141516
  1. config DRM_TVE200
  2. tristate "DRM Support for Faraday TV Encoder TVE200"
  3. depends on DRM
  4. depends on CMA
  5. depends on ARM || COMPILE_TEST
  6. depends on OF
  7. select DRM_BRIDGE
  8. select DRM_PANEL_BRIDGE
  9. select DRM_KMS_HELPER
  10. select DRM_KMS_CMA_HELPER
  11. select DRM_GEM_CMA_HELPER
  12. select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
  13. help
  14. Choose this option for DRM support for the Faraday TV Encoder
  15. TVE200 Controller.
  16. If M is selected the module will be called tve200_drm.