Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 authored by Linus Torvalds on 11 February 2018, 23:04:29 UTC
Linux 4.16-rc1
Tip revision: 7928b2c
Kconfig
config DRM_BOCHS
	tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
	depends on DRM && PCI && MMU
	select DRM_KMS_HELPER
	select DRM_TTM
	help
	  Choose this option for qemu.
	  If M is selected the module will be called bochs-drm.
back to top