diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-02 04:14:26 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-07 16:38:50 -0500 |
commit | bbce9ad9c26136a1581fa7cc6b576353b1a76ce9 (patch) | |
tree | 86ef9cb99983cd8437b5d9cdddf48185851272f7 /drivers | |
parent | 55de2923847c3318459758931ff175996facce69 (diff) |
bridge: Elaborate a bit on dumb VGA bridges in Kconfig
It's better if we explain a bit that this pertains to
non-programmable VGA DAC bridges.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180302091426.8463-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/bridge/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig index 3b99d5a06c16..3aa65bdecb0e 100644 --- a/drivers/gpu/drm/bridge/Kconfig +++ b/drivers/gpu/drm/bridge/Kconfig | |||
@@ -30,7 +30,8 @@ config DRM_DUMB_VGA_DAC | |||
30 | depends on OF | 30 | depends on OF |
31 | select DRM_KMS_HELPER | 31 | select DRM_KMS_HELPER |
32 | help | 32 | help |
33 | Support for RGB to VGA DAC based bridges | 33 | Support for non-programmable RGB to VGA DAC bridges, such as ADI |
34 | ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs. | ||
34 | 35 | ||
35 | config DRM_LVDS_ENCODER | 36 | config DRM_LVDS_ENCODER |
36 | tristate "Transparent parallel to LVDS encoder support" | 37 | tristate "Transparent parallel to LVDS encoder support" |