aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-01-21 10:45:54 -0500
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-02-07 03:48:40 -0500
commitfced5a364dee9d3a3ed1e3290ea3b83984b78007 (patch)
tree36ad3b7471308c09fd09970e7d643d8700328813 /drivers/gpu/drm/bridge/Kconfig
parent4dad3e7f12f702980f42033cf8f93525f95d8db9 (diff)
drm/bridge: cdns: Convert to phy framework
Now that we have everything we need in the phy framework to allow to tune the phy parameters, let's convert the Cadence DSI bridge to that API instead of creating a ad-hoc driver for its phy. Acked-by: Sean Paul <sean@poorly.run> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/8772ad061f07cd91fa48bb05880095b25eccec08.1548085432.git-series.maxime.ripard@bootlin.com
Diffstat (limited to 'drivers/gpu/drm/bridge/Kconfig')
-rw-r--r--drivers/gpu/drm/bridge/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
index 2fee47b0d50b..8840f396a7b6 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -30,6 +30,7 @@ config DRM_CDNS_DSI
30 select DRM_KMS_HELPER 30 select DRM_KMS_HELPER
31 select DRM_MIPI_DSI 31 select DRM_MIPI_DSI
32 select DRM_PANEL_BRIDGE 32 select DRM_PANEL_BRIDGE
33 select GENERIC_PHY_MIPI_DPHY
33 depends on OF 34 depends on OF
34 help 35 help
35 Support Cadence DPI to DSI bridge. This is an internal 36 Support Cadence DPI to DSI bridge. This is an internal