.. | .. |
---|
| 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 | + |
---|
1 | 25 | config DRM_ANALOGIX_DP |
---|
2 | 26 | tristate |
---|
3 | 27 | depends on DRM |
---|