summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-09-06 22:16:45 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 23:57:20 (GMT)
commit987132bb0b136c93cef5f195e7371bb98df64709 (patch)
tree9a26d57b3a02cda5783785e7c8c80b872b7c0353 /drivers/video/backlight/Makefile
parentf2cf8e25ba4cf4e0881e612125858b4eed563ee4 (diff)
downloadlinux-fsl-qoriq-987132bb0b136c93cef5f195e7371bb98df64709.tar.xz
[PATCH] Support powering sharp zaurus sl-5500 LCD up and down
This adds support for powering Zaurus's video up and down. PDA without screen is kind of useless, so it is quite important... I'll have to figure out how to really control the frontlight, because LCD without that is quite hard to read. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r--drivers/video/backlight/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
index 9aae884..4af321f 100644
--- a/drivers/video/backlight/Makefile
+++ b/drivers/video/backlight/Makefile
@@ -3,3 +3,4 @@
obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o
+obj-$(CONFIG_SHARP_LOCOMO) += locomolcd.o