Dave Airlie | 312fec1 | 2012-02-29 13:40:04 +0000 | [diff] [blame] | 1 | config DRM_AST |
| 2 | tristate "AST server chips" |
Kees Cook | 38ccbfb | 2013-01-16 18:53:33 -0800 | [diff] [blame] | 3 | depends on DRM && PCI |
Dave Airlie | 312fec1 | 2012-02-29 13:40:04 +0000 | [diff] [blame] | 4 | select DRM_TTM |
| 5 | select FB_SYS_COPYAREA |
| 6 | select FB_SYS_FILLRECT |
| 7 | select FB_SYS_IMAGEBLIT |
| 8 | select DRM_KMS_HELPER |
Daniel Vetter | 92b6f89 | 2013-10-08 17:44:47 +0200 | [diff] [blame] | 9 | select DRM_KMS_FB_HELPER |
Dave Airlie | 64172cc | 2012-05-20 10:09:25 +0100 | [diff] [blame] | 10 | select DRM_TTM |
Dave Airlie | 312fec1 | 2012-02-29 13:40:04 +0000 | [diff] [blame] | 11 | help |
| 12 | Say yes for experimental AST GPU driver. Do not enable |
| 13 | this driver without having a working -modesetting, |
| 14 | and a version of AST that knows to fail if KMS |
| 15 | is bound to the driver. These GPUs are commonly found |
| 16 | in server chipsets. |
| 17 | |