drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 13 Mar 2013 19:48:22 +0000 (20:48 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Jun 2013 11:14:32 +0000 (21:14 +1000)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/omapdrm/Kconfig

index 09f65dc3d2c85397e4147e51291c1b7510450d03..45875a066bb9bfb9f9db1de7f958b728b235acef 100644 (file)
@@ -1,7 +1,7 @@
 
 config DRM_OMAP
        tristate "OMAP DRM"
-       depends on DRM && !CONFIG_FB_OMAP2
+       depends on DRM && !FB_OMAP2
        depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
        depends on OMAP2_DSS
        select DRM_KMS_HELPER