aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-08-31 18:50:23 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-09-23 17:04:31 -0400
commitdd89ccb23a718a25dd989a27b04bf52871c9fb23 (patch)
tree26448142c89623feefadb3d90cac06138a30a8ec /drivers/video/backlight/Kconfig
parentbfdcaa3b6899bbfc6ba633aff3f5f2422486c8c1 (diff)
lcd: add support for Toppoly TDO24M series LCD panels
This type of LCD panel can be found on PXA3xx/Littleton platforms. Add LCD device and SPI-based driver for this. Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index f5406cd78e28..c72a13562954 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -51,6 +51,14 @@ config LCD_ILI9320
51 If you have a panel based on the ILI9320 controller chip 51 If you have a panel based on the ILI9320 controller chip
52 then say y to include a power driver for it. 52 then say y to include a power driver for it.
53 53
54config LCD_TDO24M
55 tristate "Toppoly TDO24M LCD Panels support"
56 depends on LCD_CLASS_DEVICE && SPI_MASTER
57 default n
58 help
59 If you have a Toppoly TDO24M series LCD panel, say y here to
60 include the support for it.
61
54config LCD_VGG2432A4 62config LCD_VGG2432A4
55 tristate "VGG2432A4 LCM device support" 63 tristate "VGG2432A4 LCM device support"
56 depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER 64 depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER