brintos

brintos / linux-shallow public Read only

0
0
Text · 442 B · 563fa7a Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_AST3	tristate "AST server chips"4	depends on DRM && PCI && MMU5	select DRM_GEM_SHMEM_HELPER6	select DRM_KMS_HELPER7	select I2C8	select I2C_ALGOBIT9	help10	 Say yes for experimental AST GPU driver. Do not enable11	 this driver without having a working -modesetting,12	 and a version of AST that knows to fail if KMS13	 is bound to the driver. These GPUs are commonly found14	 in server chipsets.15 16