aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/display/Kconfig
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:10 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:10 +0000
commit8b55ddd7b1655f0e674ff680910d3b50c812e207 (patch)
tree3da5ae1112348e7b56a701464f478f21a706d0ce /drivers/video/display/Kconfig
parente884b7a9eade8243363c736785a99d7c6e54d7df (diff)
gta01-jbt6k74.patch
This driver adds support for the SPI-based control interface of the LCM (LCD Panel) found on the FIC GTA01 hardware. The specific panel in this hardware is a TPO TD028TTEC1, but the driver should be able to drive any other diplay based on the JBT6K74-AS controller ASIC. Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'drivers/video/display/Kconfig')
-rw-r--r--drivers/video/display/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/display/Kconfig b/drivers/video/display/Kconfig
index f99af931d4f..f0da4834e2d 100644
--- a/drivers/video/display/Kconfig
+++ b/drivers/video/display/Kconfig
@@ -21,4 +21,15 @@ config DISPLAY_SUPPORT
comment "Display hardware drivers"
depends on DISPLAY_SUPPORT
+config DISPLAY_JBT6K74
+ tristate "TPO JBT6K74-AS TFT display ASIC control interface"
+ depends on SPI_MASTER && SYSFS
+ help
+ SPI driver for the control interface of TFT panels containing
+ the TPO JBT6K74-AS controller ASIC, such as the TPO TD028TTEC1
+ TFT diplay module used in the FIC/OpenMoko Neo1973 GSM phones.
+
+ The control interface is required for display operation, as it
+ controls power management, display timing and gamma calibration.
+
endmenu