xref: /linux-6.15/drivers/gpu/drm/mgag200/Kconfig (revision ebb04eb3)
1config DRM_MGAG200
2	tristate "Kernel modesetting driver for MGA G200 server engines"
3	depends on DRM && PCI && MMU
4	select DRM_KMS_HELPER
5	select DRM_TTM
6	select DRM_VRAM_HELPER
7	help
8	 This is a KMS driver for the MGA G200 server chips, it
9         does not support the original MGA G200 or any of the desktop
10         chips. It requires 0.3.0 of the modesetting userspace driver,
11         and a version of mga driver that will fail on KMS enabled
12         devices.
13
14