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_KMS_HELPER
7	select REGMAP_I2C
8	help
9	  ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
10	  transmitter designed for portable devices. The
11	  ANX6345 transforms the LVTTL RGB output of an
12	  application processor to eDP or DisplayPort.
13
14config DRM_ANALOGIX_ANX78XX
15	tristate "Analogix ANX78XX bridge"
16	select DRM_ANALOGIX_DP
17	select DRM_KMS_HELPER
18	select REGMAP_I2C
19	help
20	  ANX78XX is an ultra-low power Full-HD SlimPort transmitter
21	  designed for portable devices. The ANX78XX transforms
22	  the HDMI output of an application processor to MyDP
23	  or DisplayPort.
24
25config DRM_ANALOGIX_DP
26	tristate
27	depends on DRM
28
29config DRM_ANALOGIX_ANX7625
30	tristate "Analogix Anx7625 MIPI to DP interface support"
31	depends on DRM
32	depends on OF
33	select DRM_MIPI_DSI
34	help
35	  ANX7625 is an ultra-low power 4K mobile HD transmitter
36	  designed for portable devices. It converts MIPI/DPI to
37	  DisplayPort1.3 4K.
38