1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_ANALOGIX_ANX6345 3 tristate "Analogix ANX6345 bridge" 4 depends on DRM_DISPLAY_DP_HELPER 5 depends on DRM_DISPLAY_HELPER 6 depends on OF 7 select DRM_ANALOGIX_DP 8 select DRM_KMS_HELPER 9 select REGMAP_I2C 10 help 11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP 12 transmitter designed for portable devices. The 13 ANX6345 transforms the LVTTL RGB output of an 14 application processor to eDP or DisplayPort. 15 16config DRM_ANALOGIX_ANX78XX 17 tristate "Analogix ANX78XX bridge" 18 depends on DRM_DISPLAY_DP_HELPER 19 depends on DRM_DISPLAY_HELPER 20 select DRM_ANALOGIX_DP 21 select DRM_KMS_HELPER 22 select REGMAP_I2C 23 help 24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter 25 designed for portable devices. The ANX78XX transforms 26 the HDMI output of an application processor to MyDP 27 or DisplayPort. 28 29config DRM_ANALOGIX_DP 30 tristate 31 depends on DRM 32 33config DRM_ANALOGIX_ANX7625 34 tristate "Analogix Anx7625 MIPI to DP interface support" 35 depends on DRM 36 depends on DRM_DISPLAY_DP_AUX_BUS 37 depends on DRM_DISPLAY_DP_HELPER 38 depends on DRM_DISPLAY_HELPER 39 depends on OF 40 select DRM_DISPLAY_HDCP_HELPER 41 select DRM_MIPI_DSI 42 help 43 ANX7625 is an ultra-low power 4K mobile HD transmitter 44 designed for portable devices. It converts MIPI/DPI to 45 DisplayPort1.3 4K. 46