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