[xburst] Disable LOCALVERSION_AUTO
[openwrt-10.03/.git] / target / linux / xburst / patches-2.6.32 / 051-fb.patch
1 From 5777849c788174f7de3bd9e14105af52f916ef5b Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Mon, 11 Jan 2010 04:29:38 +0100
4 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/051-fb.patch
5
6 ---
7  drivers/video/Kconfig  |    9 +++++++++
8  drivers/video/Makefile |    1 +
9  2 files changed, 10 insertions(+), 0 deletions(-)
10
11 diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
12 index 188e1ba..c8ec6ad 100644
13 --- a/drivers/video/Kconfig
14 +++ b/drivers/video/Kconfig
15 @@ -2160,6 +2160,15 @@ config FB_BROADSHEET
16           and could also have been called by other names when coupled with
17           a bridge adapter.
18  
19 +config FB_JZ4740
20 +       tristate "JZ47420/JZ4740 LCD framebuffer support"
21 +       depends on FB
22 +       select FB_SYS_FILLRECT
23 +       select FB_SYS_COPYAREA
24 +       select FB_SYS_IMAGEBLIT
25 +       help
26 +         Framebuffer support for the JZ4720 and JZ4740 SoC.
27 +
28  source "drivers/video/omap/Kconfig"
29  
30  source "drivers/video/backlight/Kconfig"
31 diff --git a/drivers/video/Makefile b/drivers/video/Makefile
32 index 80232e1..b3ce701 100644
33 --- a/drivers/video/Makefile
34 +++ b/drivers/video/Makefile
35 @@ -128,6 +128,7 @@ obj-$(CONFIG_XEN_FBDEV_FRONTEND)  += xen-fbfront.o
36  obj-$(CONFIG_FB_CARMINE)          += carminefb.o
37  obj-$(CONFIG_FB_MB862XX)         += mb862xx/
38  obj-$(CONFIG_FB_MSM)              += msm/
39 +obj-$(CONFIG_FB_JZ4740)                  += jz4740_fb.o
40  
41  # Platform or fallback drivers go here
42  obj-$(CONFIG_FB_UVESA)            += uvesafb.o
43 -- 
44 1.5.6.5
45