mirror of https://gitee.com/openkylin/linux.git
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:
parent
f3dab1e317
commit
5ca28914b8
|
@ -1,6 +1,3 @@
|
||||||
config OMAP2_VRFB
|
|
||||||
bool
|
|
||||||
|
|
||||||
if ARCH_OMAP2PLUS
|
if ARCH_OMAP2PLUS
|
||||||
|
|
||||||
source "drivers/video/fbdev/omap2/dss/Kconfig"
|
source "drivers/video/fbdev/omap2/dss/Kconfig"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
|
|
||||||
|
|
||||||
obj-y += dss/
|
obj-y += dss/
|
||||||
obj-y += displays-new/
|
obj-y += displays-new/
|
||||||
obj-y += omapfb/
|
obj-y += omapfb/
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
config OMAP2_VRFB
|
||||||
|
bool
|
||||||
|
|
||||||
menuconfig FB_OMAP2
|
menuconfig FB_OMAP2
|
||||||
tristate "OMAP2+ frame buffer support"
|
tristate "OMAP2+ frame buffer support"
|
||||||
depends on FB
|
depends on FB
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
|
||||||
obj-y += dss/
|
obj-y += dss/
|
||||||
obj-y += displays/
|
obj-y += displays/
|
||||||
obj-$(CONFIG_FB_OMAP2) += omapfb.o
|
obj-$(CONFIG_FB_OMAP2) += omapfb.o
|
||||||
|
|
Loading…
Reference in New Issue