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