]> Git Repo - linux.git/blob - drivers/gpu/drm/bridge/analogix/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[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_DISPLAY_DP_HELPER
7         select DRM_DISPLAY_HELPER
8         select DRM_KMS_HELPER
9         select REGMAP_I2C
10         help
11           ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
12           transmitter designed for portable devices. The
13           ANX6345 transforms the LVTTL RGB output of an
14           application processor to eDP or DisplayPort.
15
16 config DRM_ANALOGIX_ANX78XX
17         tristate "Analogix ANX78XX bridge"
18         select DRM_ANALOGIX_DP
19         select DRM_DISPLAY_DP_HELPER
20         select DRM_DISPLAY_HELPER
21         select DRM_KMS_HELPER
22         select REGMAP_I2C
23         help
24           ANX78XX is an ultra-low power Full-HD SlimPort transmitter
25           designed for portable devices. The ANX78XX transforms
26           the HDMI output of an application processor to MyDP
27           or DisplayPort.
28
29 config DRM_ANALOGIX_DP
30         tristate
31         depends on DRM
32
33 config DRM_ANALOGIX_ANX7625
34         tristate "Analogix Anx7625 MIPI to DP interface support"
35         depends on DRM
36         depends on OF
37         select DRM_DISPLAY_DP_HELPER
38         select DRM_DISPLAY_HDCP_HELPER
39         select DRM_DISPLAY_HELPER
40         select DRM_DP_AUX_BUS
41         select DRM_MIPI_DSI
42         help
43           ANX7625 is an ultra-low power 4K mobile HD transmitter
44           designed for portable devices. It converts MIPI/DPI to
45           DisplayPort1.3 4K.
This page took 0.033042 seconds and 4 git commands to generate.