aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorLee, Chun-Yi <joeyli.kernel@gmail.com>2013-02-20 01:32:01 -0500
committerDave Airlie <airlied@redhat.com>2013-02-20 02:54:58 -0500
commit2e82b5dd47d826baf0f6e34334fe6b899aa6ad1e (patch)
tree776ca4f3a1be22d5bca4116eaf096ea48aec0d9a /drivers/video
parent1f3a574a4bfe86ebf7d51fac37e0668397372fd8 (diff)
gpu: remove gma500 stub driver
In v3.3, the gma500 drm driver moved from staging to drm group by Alan Cox's 3abcf41fb patch. the gma500 drm driver should control brightness well and don't need gma500 stub driver anymore. Reference: http://lists.freedesktop.org/archives/dri-devel/2012-May/023426.html http://lists.freedesktop.org/archives/dri-devel/2012-May/023467.html Acked-by: Matthew Garrett <mjg59@srcf.ucam.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Lee, Chun-Yi <jlee@suse.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 807c7fa689fa..09f1a18c1adf 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -21,8 +21,6 @@ source "drivers/gpu/vga/Kconfig"
21 21
22source "drivers/gpu/drm/Kconfig" 22source "drivers/gpu/drm/Kconfig"
23 23
24source "drivers/gpu/stub/Kconfig"
25
26config VGASTATE 24config VGASTATE
27 tristate 25 tristate
28 default n 26 default n