11.3Sriastrad# SPDX-License-Identifier: GPL-2.0-only 21.1Sriastradconfig DRM_AST 31.1Sriastrad tristate "AST server chips" 41.3Sriastrad depends on DRM && PCI && MMU 51.1Sriastrad select DRM_KMS_HELPER 61.3Sriastrad select DRM_VRAM_HELPER 71.1Sriastrad select DRM_TTM 81.3Sriastrad select DRM_TTM_HELPER 91.1Sriastrad help 101.1Sriastrad Say yes for experimental AST GPU driver. Do not enable 111.1Sriastrad this driver without having a working -modesetting, 121.1Sriastrad and a version of AST that knows to fail if KMS 131.1Sriastrad is bound to the driver. These GPUs are commonly found 141.1Sriastrad in server chipsets. 151.1Sriastrad 16