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
6 comment "Display hardware drivers"
7 depends on DISPLAY_SUPPORT
9 +config DISPLAY_JBT6K74
10 + tristate "TPO JBT6K74-AS TFT display ASIC control interface"
11 + depends on SPI_MASTER && SYSFS
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.
17 + The control interface is required for display operation, as it
18 + controls power management, display timing and gamma calibration.
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
26 display-objs := display-sysfs.o
28 obj-$(CONFIG_DISPLAY_SUPPORT) += display.o
29 +obj-$(CONFIG_DISPLAY_JBT6K74) += jbt6k74.o