Merge xburst target.
[openwrt.git] / target / linux / xburst / patches-2.6.32 / 103-lcm.patch
1 From 060fafbe37894116fd264d15c6949f00e9f86343 Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Mon, 11 Jan 2010 04:29:43 +0100
4 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/103-lcm.patch
5
6 ---
7  drivers/video/backlight/Kconfig  |    7 +++++++
8  drivers/video/backlight/Makefile |    1 +
9  2 files changed, 8 insertions(+), 0 deletions(-)
10
11 diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
12 index 09bfa96..aaca1eb 100644
13 --- a/drivers/video/backlight/Kconfig
14 +++ b/drivers/video/backlight/Kconfig
15 @@ -100,6 +100,13 @@ config LCD_HP700
16           If you have an HP Jornada 700 series handheld (710/720/728)
17           say Y to enable LCD control driver.
18  
19 +config LCD_GPM940B0
20 +       tristate "Giantplus GPM940B0 LCD and backlight driver"
21 +       depends on LCD_CLASS_DEVICE && BACKLIGHT_CLASS_DEVICE && SPI
22 +       default n
23 +       help
24 +      LCD and backlight driver for the Giantplus GPM940B0 LCD module.
25 +
26  #
27  # Backlight
28  #
29 diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
30 index 9a40554..ef29baa 100644
31 --- a/drivers/video/backlight/Makefile
32 +++ b/drivers/video/backlight/Makefile
33 @@ -10,6 +10,7 @@ obj-$(CONFIG_LCD_PLATFORM)       += platform_lcd.o
34  obj-$(CONFIG_LCD_VGG2432A4)       += vgg2432a4.o
35  obj-$(CONFIG_LCD_TDO24M)          += tdo24m.o
36  obj-$(CONFIG_LCD_TOSA)            += tosa_lcd.o
37 +obj-$(CONFIG_LCD_GPM940B0)        += gpm940b0.o
38  
39  obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
40  obj-$(CONFIG_BACKLIGHT_ATMEL_PWM)    += atmel-pwm-bl.o
41 -- 
42 1.5.6.5
43