Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: fb33c6510d5595144d585aa194d377cf74d31911 authored by Linus Torvalds on 15 March 2020, 22:01:23 UTC
Linux 5.6-rc6
Tip revision: fb33c65
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config DRM_MGAG200
	tristate "Kernel modesetting driver for MGA G200 server engines"
	depends on DRM && PCI && MMU
	select DRM_KMS_HELPER
	select DRM_VRAM_HELPER
	select DRM_TTM
	select DRM_TTM_HELPER
	help
	 This is a KMS driver for the MGA G200 server chips, it
	 does not support the original MGA G200 or any of the desktop
	 chips. It requires 0.3.0 of the modesetting userspace driver,
	 and a version of mga driver that will fail on KMS enabled
	 devices.

back to top