mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
8896e40c05
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20191120133625.11478-1-krzk@kernel.org
16 lines
503 B
Plaintext
16 lines
503 B
Plaintext
# 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.
|
|
|