hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/bridge/analogix/Kconfig
....@@ -1,3 +1,27 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
2
+config 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
+
14
+config 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
+
125 config DRM_ANALOGIX_DP
226 tristate
327 depends on DRM