aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-05-20 05:09:25 -0400
committerDave Airlie <airlied@redhat.com>2012-05-20 05:10:53 -0400
commit64172ccbe22ad85f9e6ac7ec47af2a350f00e0da (patch)
tree19cf5788e59d5fe30cc745e8d8449ef8ffb478b4
parent4688a69dd197fd225cca669c40d67b79f669a5a6 (diff)
drm/kms: fix Kconfig for new drivers.
Reported-by: Jiri Slaby <jslaby@suse.cz> Reported-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/ast/Kconfig1
-rw-r--r--drivers/gpu/drm/cirrus/Kconfig7
-rw-r--r--drivers/gpu/drm/mgag200/Kconfig1
3 files changed, 6 insertions, 3 deletions
diff --git a/drivers/gpu/drm/ast/Kconfig b/drivers/gpu/drm/ast/Kconfig
index e43ff8dc0320..a277b1257888 100644
--- a/drivers/gpu/drm/ast/Kconfig
+++ b/drivers/gpu/drm/ast/Kconfig
@@ -6,6 +6,7 @@ config DRM_AST
6 select FB_SYS_FILLRECT 6 select FB_SYS_FILLRECT
7 select FB_SYS_IMAGEBLIT 7 select FB_SYS_IMAGEBLIT
8 select DRM_KMS_HELPER 8 select DRM_KMS_HELPER
9 select DRM_TTM
9 help 10 help
10 Say yes for experimental AST GPU driver. Do not enable 11 Say yes for experimental AST GPU driver. Do not enable
11 this driver without having a working -modesetting, 12 this driver without having a working -modesetting,
diff --git a/drivers/gpu/drm/cirrus/Kconfig b/drivers/gpu/drm/cirrus/Kconfig
index 0303257ca136..fc154dd75296 100644
--- a/drivers/gpu/drm/cirrus/Kconfig
+++ b/drivers/gpu/drm/cirrus/Kconfig
@@ -1,10 +1,11 @@
1config DRM_CIRRUS_QEMU 1config DRM_CIRRUS_QEMU
2 tristate "Cirrus driver for QEMU emulated device" 2 tristate "Cirrus driver for QEMU emulated device"
3 depends on DRM && PCI && EXPERIMENTAL 3 depends on DRM && PCI && EXPERIMENTAL
4 select FB_CFB_FILLRECT 4 select FB_SYS_FILLRECT
5 select FB_CFB_COPYAREA 5 select FB_SYS_COPYAREA
6 select FB_CFB_IMAGEBLIT 6 select FB_SYS_IMAGEBLIT
7 select DRM_KMS_HELPER 7 select DRM_KMS_HELPER
8 select DRM_TTM
8 help 9 help
9 This is a KMS driver for emulated cirrus device in qemu. 10 This is a KMS driver for emulated cirrus device in qemu.
10 It is *NOT* intended for real cirrus devices. This requires 11 It is *NOT* intended for real cirrus devices. This requires
diff --git a/drivers/gpu/drm/mgag200/Kconfig b/drivers/gpu/drm/mgag200/Kconfig
index ffffafa1d6d1..d63013497f66 100644
--- a/drivers/gpu/drm/mgag200/Kconfig
+++ b/drivers/gpu/drm/mgag200/Kconfig
@@ -5,6 +5,7 @@ config DRM_MGAG200
5 select FB_SYS_COPYAREA 5 select FB_SYS_COPYAREA
6 select FB_SYS_IMAGEBLIT 6 select FB_SYS_IMAGEBLIT
7 select DRM_KMS_HELPER 7 select DRM_KMS_HELPER
8 select DRM_TTM
8 help 9 help
9 This is a KMS driver for the MGA G200 server chips, it 10 This is a KMS driver for the MGA G200 server chips, it
10 does not support the original MGA G200 or any of the desktop 11 does not support the original MGA G200 or any of the desktop