summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2017-04-04 15:15:27 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2017-04-04 18:49:31 +0300
commit3f68be7d8e96253288d89d392078aa88e56e7ffa (patch)
treea1943560b7c91ee020ca9ae1336cb839a4e6ebb2 /drivers/gpu/drm/meson/Kconfig
parent335e3713afb87b72c3e4740e5775355648806b32 (diff)
downloadlinux-3f68be7d8e96253288d89d392078aa88e56e7ffa.tar.xz
drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY
The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX Controller with a custom Bridge + PHY around the Controller. This driver makes uses of all the custom PHY plat data callbacks and enables the compatible HDMI modes to be configured as a drm_encoder instance. Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/gpu/drm/meson/Kconfig')
-rw-r--r--drivers/gpu/drm/meson/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
index 99719afcc77f..3ce51d8dfe1c 100644
--- a/drivers/gpu/drm/meson/Kconfig
+++ b/drivers/gpu/drm/meson/Kconfig
@@ -7,3 +7,9 @@ config DRM_MESON
select DRM_GEM_CMA_HELPER
select VIDEOMODE_HELPERS
select REGMAP_MMIO
+
+config DRM_MESON_DW_HDMI
+ tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
+ depends on DRM_MESON
+ default y if DRM_MESON
+ select DRM_DW_HDMI