diff options
author | Dave Airlie <airlied@redhat.com> | 2013-06-28 12:08:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-06-28 12:08:10 +1000 |
commit | 2644ee9614be67abe155f1073bb9e1b737bbca53 (patch) | |
tree | cf2c5c5264927e2dc3a96a4a7ccd1cdac2ef0859 | |
parent | 8f262540e61c7caaff791bde8336196ac7aca77a (diff) | |
download | linux-2644ee9614be67abe155f1073bb9e1b737bbca53.tar.bz2 |
drm/omap: drop the !FB_OMAP2 dep
This ends up causing circularity and really let people shoot themselves
in the foot.
Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-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 45875a066bb9..20c41e73d448 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 && !FB_OMAP2 + depends on DRM depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM depends on OMAP2_DSS select DRM_KMS_HELPER |