1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_ANALOGIX_ANX6345 3 tristate "Analogix ANX6345 bridge" 4 depends on OF 5 select DRM_ANALOGIX_DP 6 select DRM_DISPLAY_DP_HELPER 7 select DRM_DISPLAY_HELPER 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 select DRM_ANALOGIX_DP 19 select DRM_DISPLAY_DP_HELPER 20 select DRM_DISPLAY_HELPER 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 OF 37 select DRM_DISPLAY_DP_HELPER 38 select DRM_DISPLAY_HDCP_HELPER 39 select DRM_DISPLAY_HELPER 40 select DRM_DISPLAY_DP_AUX_BUS 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