diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-20 05:09:25 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-20 05:10:53 -0400 |
commit | 64172ccbe22ad85f9e6ac7ec47af2a350f00e0da (patch) | |
tree | 19cf5788e59d5fe30cc745e8d8449ef8ffb478b4 /drivers/gpu/drm/cirrus/Kconfig | |
parent | 4688a69dd197fd225cca669c40d67b79f669a5a6 (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>
Diffstat (limited to 'drivers/gpu/drm/cirrus/Kconfig')
-rw-r--r-- | drivers/gpu/drm/cirrus/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ | |||
1 | config DRM_CIRRUS_QEMU | 1 | config 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 |