1
0
Fork 0

omapfb: allow compilation only if DRM_OMAP is disabled

At the moment omapfb and omapdrm can be compiled at the same time, if
both are modules. However, they can't be both loaded, as they use the
same hardware. This has been mostly for compile testing.

To make it clear that omapfb and omapdrm are mutually exclusive drivers,
this patch makes omapfb available only if omapdrm is disabled.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
hifive-unleashed-5.1
Tomi Valkeinen 2015-12-09 18:21:58 +02:00
parent ef1ea03d75
commit 1c6aac92ee
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
menuconfig FB_OMAP2
tristate "OMAP2+ frame buffer support"
depends on FB && OMAP2_DSS && !DRM_OMAP
depends on FB
depends on DRM_OMAP = n
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
select FB_CFB_FILLRECT