Dave Airlie | f9aa76a | 2012-04-17 14:12:29 +0100 | [diff] [blame^] | 1 | config DRM_CIRRUS_QEMU |
2 | tristate "Cirrus driver for QEMU emulated device" | ||||
3 | depends on DRM && PCI && EXPERIMENTAL | ||||
4 | select FB_CFB_FILLRECT | ||||
5 | select FB_CFB_COPYAREA | ||||
6 | select FB_CFB_IMAGEBLIT | ||||
7 | select DRM_KMS_HELPER | ||||
8 | help | ||||
9 | This is a KMS driver for emulated cirrus device in qemu. | ||||
10 | It is *NOT* intended for real cirrus devices. This requires | ||||
11 | the modesetting userspace X.org driver. |