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

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
config OMAP2_VRFB
bool
if ARCH_OMAP2PLUS
source "drivers/video/fbdev/omap2/dss/Kconfig"
......
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-y += dss/
obj-y += displays-new/
obj-y += omapfb/
config OMAP2_VRFB
bool
menuconfig FB_OMAP2
tristate "OMAP2+ frame buffer support"
depends on FB
......
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-y += dss/
obj-y += displays/
obj-$(CONFIG_FB_OMAP2) += omapfb.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment