diff options
author | Lee, Chun-Yi <joeyli.kernel@gmail.com> | 2013-02-20 14:32:01 +0800 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-02-20 17:54:58 +1000 |
commit | 2e82b5dd47d826baf0f6e34334fe6b899aa6ad1e (patch) | |
tree | 776ca4f3a1be22d5bca4116eaf096ea48aec0d9a /drivers/video | |
parent | 1f3a574a4bfe86ebf7d51fac37e0668397372fd8 (diff) | |
download | blackbird-obmc-linux-2e82b5dd47d826baf0f6e34334fe6b899aa6ad1e.tar.gz blackbird-obmc-linux-2e82b5dd47d826baf0f6e34334fe6b899aa6ad1e.zip |
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/Kconfig | 2 |
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" source "drivers/gpu/drm/Kconfig" -source "drivers/gpu/stub/Kconfig" - config VGASTATE tristate default n |