xref: /linux/drivers/gpu/drm/bridge/analogix/Kconfig (revision 5d97408e0d70a7c7c5942ba95260bab7c9e21eb4)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_ANALOGIX_ANX78XX
3	tristate "Analogix ANX78XX bridge"
4	select DRM_KMS_HELPER
5	select REGMAP_I2C
6	help
7	  ANX78XX is an ultra-low power Full-HD SlimPort transmitter
8	  designed for portable devices. The ANX78XX transforms
9	  the HDMI output of an application processor to MyDP
10	  or DisplayPort.
11
12config DRM_ANALOGIX_DP
13	tristate
14	depends on DRM
15