diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-24 00:31:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:40 -0400 |
commit | cccb6d3c149603b9c15d3c460dff317455df1766 (patch) | |
tree | f10a0e1a546d4a80cac95092b544544473da533f /drivers/video/backlight/Makefile | |
parent | d05254190dd1a4751284f4a51efb70fcc16c45a4 (diff) |
fb: add support for the ILI9320 video display controller
Provide support for the ILI9320 display controller chip which is found in
many LCD displays. Included with this is support for an example LCD using
this chip, the VGG2432A4.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r-- | drivers/video/backlight/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile index b51a7cd12500..366d84e380cf 100644 --- a/drivers/video/backlight/Makefile +++ b/drivers/video/backlight/Makefile | |||
@@ -1,7 +1,9 @@ | |||
1 | # Backlight & LCD drivers | 1 | # Backlight & LCD drivers |
2 | 2 | ||
3 | obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o | 3 | obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o |
4 | obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o | 4 | obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o |
5 | obj-$(CONFIG_LCD_ILI9320) += ili9320.o | ||
6 | obj-$(CONFIG_LCD_VGG2432A4) += vgg2432a4.o | ||
5 | 7 | ||
6 | obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o | 8 | obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o |
7 | obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o | 9 | obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o |