aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig23
1 files changed, 18 insertions, 5 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index 2580f5fa2486..9609a6c676be 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
27config 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#
@@ -39,12 +51,13 @@ config BACKLIGHT_CLASS_DEVICE
39 select the proper drivers which depend on this option. 51 select the proper drivers which depend on this option.
40 52
41config BACKLIGHT_CORGI 53config BACKLIGHT_CORGI
42 tristate "Sharp Corgi Backlight Driver (SL Series)" 54 tristate "Generic (aka Sharp Corgi) Backlight Driver"
43 depends on BACKLIGHT_CLASS_DEVICE && PXA_SHARPSL 55 depends on BACKLIGHT_CLASS_DEVICE
44 default y 56 default n
45 help 57 help
46 If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y to enable the 58 Say y to enable the generic platform backlight driver previously
47 backlight driver. 59 known as the Corgi backlight driver. If you have a Sharp Zaurus
60 SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.
48 61
49config BACKLIGHT_LOCOMO 62config BACKLIGHT_LOCOMO
50 tristate "Sharp LOCOMO LCD/Backlight Driver" 63 tristate "Sharp LOCOMO LCD/Backlight Driver"