aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/Kconfig
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-05-11 11:31:23 -0700
committerArchit Taneja <architt@codeaurora.org>2017-06-05 15:07:37 +0530
commit656fa22f9ceabbae74ea4628dd02d297aa07104b (patch)
treecee77ee7f1ec98c6256c772245a25b79bd3d3ba1 /drivers/gpu/drm/vc4/Kconfig
parentdrm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge. (diff)
downloadlinux-dev-656fa22f9ceabbae74ea4628dd02d297aa07104b.tar.xz
linux-dev-656fa22f9ceabbae74ea4628dd02d297aa07104b.zip
drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.
The newer version of the RPi panel driver is going to be a combination of a bridge and a panel, but we should also support panels without a bridge, so the panel-bridge layer lets us do that cleanly. v2: Drop "dev" argument. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Archit Taneja <architt@codeaurora.org> Link: http://patchwork.freedesktop.org/patch/msgid/20170511183128.25085-2-eric@anholt.net
Diffstat (limited to 'drivers/gpu/drm/vc4/Kconfig')
-rw-r--r--drivers/gpu/drm/vc4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
index b16aefe4a8d3..4361bdcfd28a 100644
--- a/drivers/gpu/drm/vc4/Kconfig
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -7,7 +7,7 @@ config DRM_VC4
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
- select DRM_PANEL
+ select DRM_PANEL_BRIDGE
select SND_PCM
select SND_PCM_ELD
select SND_SOC_GENERIC_DMAENGINE_PCM