Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. config VIDEO_BRIDGE
  2. bool "Support video bridges"
  3. depends on DM
  4. help
  5. Some platforms use video bridges to convert from one output to
  6. another. For example, where the SoC only supports eDP and the LCD
  7. requires LVDS, an eDP->LVDS bridge chip can be used to provide the
  8. necessary conversion. This option enables support for these devices.
  9. config VIDEO_BRIDGE_PARADE_PS862X
  10. bool "Support Parade PS862X DP->LVDS bridge"
  11. depends on VIDEO_BRIDGE
  12. help
  13. The Parade PS8622 and PS8625 are DisplayPort-to-LVDS (Low voltage
  14. differential signalling) converters. They enable an LVDS LCD panel
  15. to be connected to an eDP output device such as an SoC that lacks
  16. LVDS capability, or where LVDS requires too many signals to route
  17. on the PCB. Setup parameters are provided in the device tree.
  18. config VIDEO_BRIDGE_NXP_PTN3460
  19. bool "Support NXP PTN3460 DP->LVDS bridge"
  20. depends on VIDEO_BRIDGE
  21. help
  22. The NXP PTN3460 is a DisplayPort-to-LVDS (Low voltage differential
  23. signalling) converter. It enables an LVDS LCD panel to be connected
  24. to an eDP output device such as an SoC that lacks LVDS capability,
  25. or where LVDS requires too many signals to route on the PCB.
  26. config VIDEO_BRIDGE_ANALOGIX_ANX6345
  27. bool "Support Analogix ANX6345 RGB->DP bridge"
  28. depends on VIDEO_BRIDGE
  29. select DM_I2C
  30. help
  31. The Analogix ANX6345 is RGB-to-DP converter. It enables an eDP LCD
  32. panel to be connected to an parallel LCD interface.