diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 2580f5fa2486..b6f936a09185 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -24,6 +24,18 @@ config LCD_CLASS_DEVICE | |||
24 | To have support for your specific LCD panel you will have to | 24 | To have support for your specific LCD panel you will have to |
25 | select the proper drivers which depend on this option. | 25 | select the proper drivers which depend on this option. |
26 | 26 | ||
27 | config LCD_LTV350QV | ||
28 | tristate "Samsung LTV350QV LCD Panel" | ||
29 | depends on LCD_CLASS_DEVICE && SPI_MASTER | ||
30 | default n | ||
31 | help | ||
32 | If you have a Samsung LTV350QV LCD panel, say y to include a | ||
33 | power control driver for it. The panel starts up in power | ||
34 | off state, so you need this driver in order to see any | ||
35 | output. | ||
36 | |||
37 | The LTV350QV panel is present on all ATSTK1000 boards. | ||
38 | |||
27 | # | 39 | # |
28 | # Backlight | 40 | # Backlight |
29 | # | 41 | # |