diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-09 18:32:27 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-29 10:07:47 +0100 |
commit | f3dab1e317ad9f22d8062382447a37febe5858d2 (patch) | |
tree | b60eeca4907d1996d1b92ab9581e6a9a3db9befe /drivers/video/fbdev/omap2/Makefile | |
parent | omapfb/displays: change CONFIG_DISPLAY_* to CONFIG_FB_OMAP2_* (diff) | |
download | linux-f3dab1e317ad9f22d8062382447a37febe5858d2.tar.xz linux-f3dab1e317ad9f22d8062382447a37febe5858d2.zip |
omapfb: take omapfb's private omapdss into use
omapfb's private copy of omapdss is now ready to be used.
This patch makes omapfb use its private omapdss and display drivers, and
also makes omap_vout (which uses omapfb) to depend on omapfb.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/Makefile')
-rw-r--r-- | drivers/video/fbdev/omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap2/Makefile b/drivers/video/fbdev/omap2/Makefile index f8745ec369cc..c73a1e864ae8 100644 --- a/drivers/video/fbdev/omap2/Makefile +++ b/drivers/video/fbdev/omap2/Makefile @@ -2,4 +2,4 @@ obj-$(CONFIG_OMAP2_VRFB) += vrfb.o obj-y += dss/ obj-y += displays-new/ -obj-$(CONFIG_FB_OMAP2) += omapfb/ +obj-y += omapfb/ |