.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config DRM_MGAG200 |
---|
2 | | - tristate "Kernel modesetting driver for MGA G200 server engines" |
---|
| 3 | + tristate "Matrox G200" |
---|
3 | 4 | depends on DRM && PCI && MMU |
---|
| 5 | + select DRM_GEM_SHMEM_HELPER |
---|
4 | 6 | select DRM_KMS_HELPER |
---|
5 | | - select DRM_TTM |
---|
6 | 7 | help |
---|
7 | | - This is a KMS driver for the MGA G200 server chips, it |
---|
8 | | - does not support the original MGA G200 or any of the desktop |
---|
9 | | - chips. It requires 0.3.0 of the modesetting userspace driver, |
---|
10 | | - and a version of mga driver that will fail on KMS enabled |
---|
11 | | - devices. |
---|
12 | | - |
---|
| 8 | + This is a KMS driver for Matrox G200 chips. It supports the original |
---|
| 9 | + MGA G200 desktop chips and the server variants. It requires 0.3.0 |
---|
| 10 | + of the modesetting userspace driver, and a version of mga driver |
---|
| 11 | + that will fail on KMS enabled devices. |
---|