summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/Kconfig
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-02-10 11:42:32 -0800
committerEric Anholt <eric@anholt.net>2016-04-14 12:22:53 -0700
commit08302c35b59d306ff37b996e56fb2a488c1d2c2e (patch)
tree869cb7794b855310b934dc26bffe39f05d830577 /drivers/gpu/drm/vc4/Kconfig
parent0b27c02a7f1c697694f2ad6d6517e7dbf9ecfa39 (diff)
drm/vc4: Add DPI driver
The DPI interface involves taking a ton of our GPIOs to be used as outputs, and routing display signals over them in parallel. v2: Use display_info.bus_formats[] to replace our custom DT properties. v3: Rebase on V3D documentation changes. v4: Fix rebase detritus from V3D documentation changes. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/vc4/Kconfig')
-rw-r--r--drivers/gpu/drm/vc4/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
index 584810474e5b..e53df59cb139 100644
--- a/drivers/gpu/drm/vc4/Kconfig
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -5,6 +5,7 @@ config DRM_VC4
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
+ select DRM_PANEL
help
Choose this option if you have a system that has a Broadcom
VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.