aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2013-12-04 10:35:12 -0500
committerThierry Reding <treding@nvidia.com>2013-12-17 12:09:43 -0500
commit068a00233969833f1ba925e7627797489efd6041 (patch)
tree81a112ff0863c69563e61d7442ef4bad0bf68419 /drivers/gpu/drm/Kconfig
parentd95f95eb96c511b39bf9c854217d7dddb6d06755 (diff)
drm: Add MIPI DSI bus support
MIPI DSI bus allows to model DSI hosts and DSI peripherals using the Linux driver model. DSI hosts are registered by the DSI host drivers. During registration DSI peripherals will be created from the children of the DSI host's device tree node. Support for registration from board-setup code will be added later when needed. DSI hosts expose operations which can be used by DSI peripheral drivers to access associated devices. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index f86427591167..0b8f8fdfdea9 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -20,6 +20,10 @@ menuconfig DRM
20 details. You should also select and configure AGP 20 details. You should also select and configure AGP
21 (/dev/agpgart) support if it is available for your platform. 21 (/dev/agpgart) support if it is available for your platform.
22 22
23config DRM_MIPI_DSI
24 bool
25 depends on DRM
26
23config DRM_USB 27config DRM_USB
24 tristate 28 tristate
25 depends on DRM 29 depends on DRM