xref: /linux/drivers/gpu/drm/bridge/analogix/Kconfig (revision f86fd32d)
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 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