diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2013-12-04 16:35:12 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-17 18:09:43 +0100 |
commit | 068a00233969833f1ba925e7627797489efd6041 (patch) | |
tree | 81a112ff0863c69563e61d7442ef4bad0bf68419 /drivers/gpu/drm/Kconfig | |
parent | d95f95eb96c511b39bf9c854217d7dddb6d06755 (diff) | |
download | op-kernel-dev-068a00233969833f1ba925e7627797489efd6041.zip op-kernel-dev-068a00233969833f1ba925e7627797489efd6041.tar.gz |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index f864275..0b8f8fd 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -20,6 +20,10 @@ menuconfig DRM details. You should also select and configure AGP (/dev/agpgart) support if it is available for your platform. +config DRM_MIPI_DSI + bool + depends on DRM + config DRM_USB tristate depends on DRM |