Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ca28914 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

omapfb: move vrfb into omapfb



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

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: default avatarDave Airlie <airlied@gmail.com>
Acked-by: default avatarRob Clark <robdclark@gmail.com>
parent f3dab1e3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
config OMAP2_VRFB
	bool

if ARCH_OMAP2PLUS

source "drivers/video/fbdev/omap2/dss/Kconfig"
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o

obj-y += dss/
obj-y += displays-new/
obj-y += omapfb/
+3 −0
Original line number Diff line number Diff line
config OMAP2_VRFB
	bool

menuconfig FB_OMAP2
        tristate "OMAP2+ frame buffer support"
        depends on FB
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-y += dss/
obj-y += displays/
obj-$(CONFIG_FB_OMAP2) += omapfb.o