2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-12-17 18:04:46 +01:00
|
|
|
config DRM_BOCHS
|
|
|
|
|
tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
|
2017-01-07 12:39:11 +01:00
|
|
|
depends on DRM && PCI && MMU
|
2013-12-17 18:04:46 +01:00
|
|
|
select DRM_KMS_HELPER
|
2019-05-08 10:26:22 +02:00
|
|
|
select DRM_VRAM_HELPER
|
2019-09-04 07:47:40 +02:00
|
|
|
select DRM_TTM
|
|
|
|
|
select DRM_TTM_HELPER
|
2013-12-17 18:04:46 +01:00
|
|
|
help
|
|
|
|
|
Choose this option for qemu.
|
|
|
|
|
If M is selected the module will be called bochs-drm.
|