make uclibc 0.9.30.1 the default
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 055-jbt6k74.patch
1 Index: linux-2.6.30-rc6/drivers/video/display/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/drivers/video/display/Kconfig 2009-05-16 06:12:57.000000000 +0200
4 +++ linux-2.6.30-rc6/drivers/video/display/Kconfig      2009-05-18 19:08:33.000000000 +0200
5 @@ -21,4 +21,15 @@
6  comment "Display hardware drivers"
7         depends on DISPLAY_SUPPORT
8  
9 +config DISPLAY_JBT6K74
10 +       tristate "TPO JBT6K74-AS TFT display ASIC control interface"
11 +       depends on SPI_MASTER && SYSFS
12 +       help
13 +         SPI driver for the control interface of TFT panels containing
14 +         the TPO JBT6K74-AS controller ASIC, such as the TPO TD028TTEC1
15 +         TFT diplay module used in the Openmoko Freerunner GSM phone.
16 +
17 +         The control interface is required for display operation, as it
18 +         controls power management, display timing and gamma calibration.
19 +
20  endmenu
21 Index: linux-2.6.30-rc6/drivers/video/display/Makefile
22 ===================================================================
23 --- linux-2.6.30-rc6.orig/drivers/video/display/Makefile        2009-05-16 06:12:57.000000000 +0200
24 +++ linux-2.6.30-rc6/drivers/video/display/Makefile     2009-05-18 19:08:33.000000000 +0200
25 @@ -3,4 +3,5 @@
26  display-objs                           := display-sysfs.o
27  
28  obj-$(CONFIG_DISPLAY_SUPPORT)          += display.o
29 +obj-$(CONFIG_DISPLAY_JBT6K74)          += jbt6k74.o
30