]> Git Repo - linux.git/blob - drivers/gpu/drm/bridge/analogix/Kconfig
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux.git] / drivers / gpu / drm / bridge / analogix / Kconfig
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
25 config DRM_ANALOGIX_DP
26         tristate
27         depends on DRM
28
29 config DRM_ANALOGIX_ANX7625
30         tristate "Analogix Anx7625 MIPI to DP interface support"
31         depends on DRM
32         depends on OF
33         help
34           ANX7625 is an ultra-low power 4K mobile HD transmitter
35           designed for portable devices. It converts MIPI/DPI to
36           DisplayPort1.3 4K.
This page took 0.036993 seconds and 4 git commands to generate.