Searched hist:"1 c6aac92" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | Kconfig | 1c6aac92 Wed Dec 09 10:21:58 CST 2015 Tomi Valkeinen <tomi.valkeinen@ti.com> 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> 1c6aac92 Wed Dec 09 10:21:58 CST 2015 Tomi Valkeinen <tomi.valkeinen@ti.com> 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>
|