xref: /linux/drivers/gpu/drm/ast/Kconfig (revision b72b5fecc1b8a2e595bd03d7d257c88ea3f9fd45)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_AST
3	tristate "AST server chips"
4	depends on DRM && PCI && MMU
5	select DRM_GEM_SHMEM_HELPER
6	select DRM_KMS_HELPER
7	select I2C
8	select I2C_ALGOBIT
9	help
10	 Say yes for experimental AST GPU driver. Do not enable
11	 this driver without having a working -modesetting,
12	 and a version of AST that knows to fail if KMS
13	 is bound to the driver. These GPUs are commonly found
14	 in server chipsets.
15
16