Kconfig 485 B

123456789101112131415161718192021222324
  1. config DRM_DW_HDMI
  2. tristate
  3. depends on DRM
  4. select DRM_KMS_HELPER
  5. config DRM_PTN3460
  6. tristate "PTN3460 DP/LVDS bridge"
  7. depends on DRM
  8. depends on OF
  9. select DRM_KMS_HELPER
  10. select DRM_PANEL
  11. ---help---
  12. ptn3460 eDP-LVDS bridge chip driver.
  13. config DRM_PS8622
  14. tristate "Parade eDP/LVDS bridge"
  15. depends on DRM
  16. depends on OF
  17. select DRM_PANEL
  18. select DRM_KMS_HELPER
  19. select BACKLIGHT_LCD_SUPPORT
  20. select BACKLIGHT_CLASS_DEVICE
  21. ---help---
  22. parade eDP-LVDS bridge chip driver.