aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-09-03 02:45:46 -0400
committerThierry Reding <treding@nvidia.com>2013-12-20 09:56:04 -0500
commitdec727399a4b36bec87b7b4d4c1b20025e69758a (patch)
tree23068d248a62dd94e0a71e35c2c3cce595a370ab /drivers/gpu/drm/tegra/Kconfig
parentb5190022f77a41465c2202f621a5fa07c9aabb7b (diff)
drm/tegra: Add DSI support
This commit adds support for both DSI outputs found on Tegra. Only very minimal functionality is implemented, so advanced features like ganged mode won't work. Due to the lack of other test hardware, some sections of the driver are hardcoded to work with Dalmore. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-rw-r--r--drivers/gpu/drm/tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
index 7a3e8ae90631..5acb2504efb1 100644
--- a/drivers/gpu/drm/tegra/Kconfig
+++ b/drivers/gpu/drm/tegra/Kconfig
@@ -6,6 +6,7 @@ config DRM_TEGRA
6 select TEGRA_HOST1X 6 select TEGRA_HOST1X
7 select DRM_KMS_HELPER 7 select DRM_KMS_HELPER
8 select DRM_KMS_FB_HELPER 8 select DRM_KMS_FB_HELPER
9 select DRM_MIPI_DSI
9 select DRM_PANEL 10 select DRM_PANEL
10 select FB_SYS_FILLRECT 11 select FB_SYS_FILLRECT
11 select FB_SYS_COPYAREA 12 select FB_SYS_COPYAREA