diff options
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 | # |