summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/Kconfig
diff options
context:
space:
mode:
authorMark Yao <mark.yao@rock-chips.com>2014-08-22 18:36:26 +0800
committeryzq <yzq@rock-chips.com>2014-12-02 17:29:03 +0800
commit2048e3286f347db5667708e47448176b5329e8d8 (patch)
tree966abfea070bda16bb9092c9aea2483cbba674e7 /drivers/gpu/drm/rockchip/Kconfig
parent656d7077d8ffd1c2492d4a0a354367ab2e545059 (diff)
downloadlinux-2048e3286f347db5667708e47448176b5329e8d8.tar.bz2
drm: rockchip: Add basic drm driver
This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark Yao <mark.yao@rock-chips.com> Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Acked-by: Daniel Vetter <daniel@ffwll.ch> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/rockchip/Kconfig')
-rw-r--r--drivers/gpu/drm/rockchip/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
new file mode 100644
index 000000000000..ca9f085efa92
--- /dev/null
+++ b/drivers/gpu/drm/rockchip/Kconfig
@@ -0,0 +1,17 @@
+config DRM_ROCKCHIP
+ tristate "DRM Support for Rockchip"
+ depends on DRM && ROCKCHIP_IOMMU
+ select DRM_KMS_HELPER
+ select DRM_KMS_FB_HELPER
+ select DRM_PANEL
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
+ select VIDEOMODE_HELPERS
+ help
+ Choose this option if you have a Rockchip soc chipset.
+ This driver provides kernel mode setting and buffer
+ management to userspace. This driver does not provide
+ 2D or 3D acceleration; acceleration is performed by other
+ IP found on the SoC.