summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorLiviu Dudau2015-04-02 20:48:39 +0200
committerLiviu Dudau2016-02-10 14:44:16 +0100
commit8e22d79240d95c92b6cbc4c4e4139848de458927 (patch)
tree2cf63bcf6d7efeffb09ecda8ac0cd9f85ec83dae /drivers/gpu/drm/Kconfig
parentdrm/tegra: drop unused variable. (diff)
downloadkernel-qcow2-linux-8e22d79240d95c92b6cbc4c4e4139848de458927.tar.gz
kernel-qcow2-linux-8e22d79240d95c92b6cbc4c4e4139848de458927.tar.xz
kernel-qcow2-linux-8e22d79240d95c92b6cbc4c4e4139848de458927.zip
drm: Add support for ARM's HDLCD controller.
The HDLCD controller is a display controller that supports resolutions up to 4096x4096 pixels. It is present on various development boards produced by ARM Ltd and emulated by the latest Fast Models from the company. Cc: David Airlie <airlied@linux.ie> Cc: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> [Kconfig cleanup and !CONFIG_PM fixes] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 8ae7ab68cb97..438e92d4c389 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -106,6 +106,8 @@ config DRM_TDFX
Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
graphics card. If M is selected, the module will be called tdfx.
+source "drivers/gpu/drm/arm/Kconfig"
+
config DRM_R128
tristate "ATI Rage 128"
depends on DRM && PCI