diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-30 09:20:03 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-30 09:20:03 +0000 |
commit | a9ffe24e58f7b65a2b98eca16fb22bc068c87bd9 (patch) | |
tree | ed57b46f406168c3f0847f418b2ecac03d3b7ab7 /target/linux/s3c24xx/patches-2.6.30 | |
parent | 407616041cb22bb03554a81a58f4ce91f69d0e74 (diff) | |
download | upstream-a9ffe24e58f7b65a2b98eca16fb22bc068c87bd9.tar.gz upstream-a9ffe24e58f7b65a2b98eca16fb22bc068c87bd9.tar.bz2 upstream-a9ffe24e58f7b65a2b98eca16fb22bc068c87bd9.zip |
Let jbt6k74 depend on LCD_CLASS_DEVICE. Enable LCD_CLASS_DEVICE.
SVN-Revision: 16635
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch b/target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch index 359fd40e26..aa70205368 100644 --- a/target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch +++ b/target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch @@ -6,7 +6,7 @@ +config DISPLAY_JBT6K74 + tristate "TPO JBT6K74-AS TFT display ASIC control interface" -+ depends on SPI_MASTER && SYSFS ++ depends on SPI_MASTER && SYSFS && LCD_CLASS_DEVICE + help + SPI driver for the control interface of TFT panels containing + the TPO JBT6K74-AS controller ASIC, such as the TPO TD028TTEC1 |