drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Paul Bolle 2013-03-13 20:48:22 +01:00 committed by Dave Airlie
parent 53ef1600bd
commit dc8de1ae7f

View 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