diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-20 05:09:25 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-20 05:10:53 -0400 |
commit | 64172ccbe22ad85f9e6ac7ec47af2a350f00e0da (patch) | |
tree | 19cf5788e59d5fe30cc745e8d8449ef8ffb478b4 /drivers/gpu/drm/ast | |
parent | 4688a69dd197fd225cca669c40d67b79f669a5a6 (diff) |
drm/kms: fix Kconfig for new drivers.
Reported-by: Jiri Slaby <jslaby@suse.cz>
Reported-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ast')
-rw-r--r-- | drivers/gpu/drm/ast/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ast/Kconfig b/drivers/gpu/drm/ast/Kconfig index e43ff8dc0320..a277b1257888 100644 --- a/drivers/gpu/drm/ast/Kconfig +++ b/drivers/gpu/drm/ast/Kconfig | |||
@@ -6,6 +6,7 @@ config DRM_AST | |||
6 | select FB_SYS_FILLRECT | 6 | select FB_SYS_FILLRECT |
7 | select FB_SYS_IMAGEBLIT | 7 | select FB_SYS_IMAGEBLIT |
8 | select DRM_KMS_HELPER | 8 | select DRM_KMS_HELPER |
9 | select DRM_TTM | ||
9 | help | 10 | help |
10 | Say yes for experimental AST GPU driver. Do not enable | 11 | Say yes for experimental AST GPU driver. Do not enable |
11 | this driver without having a working -modesetting, | 12 | this driver without having a working -modesetting, |