mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8f262540e6
commit
2644ee9614
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
config DRM_OMAP
|
config DRM_OMAP
|
||||||
tristate "OMAP DRM"
|
tristate "OMAP DRM"
|
||||||
depends on DRM && !FB_OMAP2
|
depends on DRM
|
||||||
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
|
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
|
||||||
depends on OMAP2_DSS
|
depends on OMAP2_DSS
|
||||||
select DRM_KMS_HELPER
|
select DRM_KMS_HELPER
|
||||||
|
|
Loading…
Reference in New Issue