mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 16:06:42 +07:00
f0a3e1e05c
Currently enabling QXL DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-7-git-send-email-tjakobi@math.uni-bielefeld.de
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
config DRM_QXL
|
|
tristate "QXL virtual GPU"
|
|
depends on DRM && PCI
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
select CRC32
|
|
help
|
|
QXL virtual GPU for Spice virtualization desktop integration.
|
|
Do not enable this driver unless your distro ships a corresponding
|
|
X.org QXL driver that can handle kernel modesetting.
|