mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
339b19e3c4
Currently enabling AST Server DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-20-git-send-email-tjakobi@math.uni-bielefeld.de
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
config DRM_AST
|
|
tristate "AST server chips"
|
|
depends on DRM && PCI
|
|
select DRM_TTM
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
help
|
|
Say yes for experimental AST GPU driver. Do not enable
|
|
this driver without having a working -modesetting,
|
|
and a version of AST that knows to fail if KMS
|
|
is bound to the driver. These GPUs are commonly found
|
|
in server chipsets.
|
|
|