2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-04-17 22:01:25 +08:00
|
|
|
config DRM_MGAG200
|
2020-07-30 18:28:44 +08:00
|
|
|
tristate "Matrox G200"
|
2017-01-07 19:39:11 +08:00
|
|
|
depends on DRM && PCI && MMU
|
2020-05-15 16:32:33 +08:00
|
|
|
select DRM_GEM_SHMEM_HELPER
|
2012-04-17 22:01:25 +08:00
|
|
|
select DRM_KMS_HELPER
|
|
|
|
help
|
2020-07-30 18:28:44 +08:00
|
|
|
This is a KMS driver for Matrox G200 chips. It supports the original
|
|
|
|
MGA G200 desktop chips and the server variants. It requires 0.3.0
|
|
|
|
of the modesetting userspace driver, and a version of mga driver
|
|
|
|
that will fail on KMS enabled devices.
|