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