mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
Just a straightforward conversion without any optimization. Only compile tested for now. v2: rebase Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241114153020.6209-3-christian.koenig@amd.com
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_QXL
|
|
tristate "QXL virtual GPU"
|
|
depends on DRM && PCI && MMU
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
select DRM_TTM_HELPER
|
|
select DRM_EXEC
|
|
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.
|