diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-24 00:31:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:40 -0400 |
commit | c25826a7cf1c61b5c6e6db8365172eb97ef39ef3 (patch) | |
tree | 804f258dd954ae0de2d141ac04e48acfd9f74315 /drivers/video/backlight/Kconfig | |
parent | 0c531360ed504aa0ce995fcb8ef08e82b6534d0b (diff) |
lcd: add platform_lcd driver
Add a platform_lcd driver to allow boards with simple lcd power controls
to register themselves easily.
[akpm@linux-foundation.org: build fix]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index a5b3a92ffdc1..b289e197e55d 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -53,6 +53,13 @@ config LCD_VGG2432A4 | |||
53 | If you have a VGG2432A4 panel based on the ILI9320 controller chip | 53 | If you have a VGG2432A4 panel based on the ILI9320 controller chip |
54 | then say y to include a power driver for it. | 54 | then say y to include a power driver for it. |
55 | 55 | ||
56 | config LCD_PLATFORM | ||
57 | tristate "Platform LCD controls" | ||
58 | depends on LCD_CLASS_DEVICE | ||
59 | help | ||
60 | This driver provides a platform-device registered LCD power | ||
61 | control interface. | ||
62 | |||
56 | # | 63 | # |
57 | # Backlight | 64 | # Backlight |
58 | # | 65 | # |