diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-30 09:20:03 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-30 09:20:03 +0000 |
commit | 6989b4a9bcb27e00756ac80ad3883812934540c2 (patch) | |
tree | e65bbdcdff902bd845a6eb919953fd2019a0c2c3 /target/linux/s3c24xx | |
parent | 007d905907ede0d4b1b889d3f9d6cfa72d6a850a (diff) |
[s3c24xx] Let jbt6k74 depend on LCD_CLASS_DEVICE. Enable LCD_CLASS_DEVICE.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 7 | ||||
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/055-jbt6k74.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index 16b0049ec..f40cd5e45 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -210,7 +210,12 @@ CONFIG_KEYBOARD_GTA02=y # CONFIG_KEYBOARD_STOWAWAY is not set # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_XTKBD is not set -# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LCD_ILI9320 is not set +# CONFIG_LCD_LTV350QV is not set +# CONFIG_LCD_PLATFORM is not set +# CONFIG_LCD_TDO24M is not set +# CONFIG_LCD_VGG2432A4 is not set # CONFIG_LEDS_GPIO is not set CONFIG_LEDS_GTA02=y CONFIG_LEDS_GTA02_VIBRATOR=y 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 359fd40e2..aa7020536 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 |