omapfb: move vrfb into omapfb

VRFB is only used by omapfb, so we can move it under omapfb's directory.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
Tomi Valkeinen 2015-12-09 19:57:28 +02:00
parent f3dab1e317
commit 5ca28914b8
5 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,3 @@
config OMAP2_VRFB
bool
if ARCH_OMAP2PLUS
source "drivers/video/fbdev/omap2/dss/Kconfig"

View file

@ -1,5 +1,3 @@
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-y += dss/
obj-y += displays-new/
obj-y += omapfb/

View file

@ -1,3 +1,6 @@
config OMAP2_VRFB
bool
menuconfig FB_OMAP2
tristate "OMAP2+ frame buffer support"
depends on FB

View file

@ -1,3 +1,4 @@
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-y += dss/
obj-y += displays/
obj-$(CONFIG_FB_OMAP2) += omapfb.o