diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-13 23:48:22 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-06-27 15:14:32 +0400 |
commit | dc8de1ae7f59206b3956ae1cdb83ba042cdb9ebf (patch) | |
tree | 5be56c9520485fb7333c152be3b189c465419cf6 /drivers/gpu/drm/omapdrm/Kconfig | |
parent | 53ef1600bdabfc4ba4ce0cc5f3b4a7cec55d1e98 (diff) | |
download | linux-dc8de1ae7f59206b3956ae1cdb83ba042cdb9ebf.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/omapdrm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig index 09f65dc3d2c8..45875a066bb9 100644 --- a/drivers/gpu/drm/omapdrm/Kconfig +++ b/drivers/gpu/drm/omapdrm/Kconfig @@ -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 |