]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/cirrus/Kconfig
drm: Add separate Kconfig option for fbdev helpers
[karo-tx-linux.git] / drivers / gpu / drm / cirrus / Kconfig
1 config DRM_CIRRUS_QEMU
2         tristate "Cirrus driver for QEMU emulated device"
3         depends on DRM && PCI
4         select FB_SYS_FILLRECT
5         select FB_SYS_COPYAREA
6         select FB_SYS_IMAGEBLIT
7         select DRM_KMS_HELPER
8         select DRM_KMS_FB_HELPER
9         select DRM_TTM
10         help
11          This is a KMS driver for emulated cirrus device in qemu.
12          It is *NOT* intended for real cirrus devices. This requires
13          the modesetting userspace X.org driver.