lcd: add platform_lcd driver
[deliverable/linux.git] / drivers / video / backlight / Kconfig
CommitLineData
1da177e4
LT
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the
9 backlight and the LCD panel on some platforms, for example on PDAs.
10
fa9133c2
DB
11#
12# LCD
13#
14config LCD_CLASS_DEVICE
15 tristate "Lowlevel LCD controls"
256154fb 16 depends on BACKLIGHT_LCD_SUPPORT
1da177e4
LT
17 default m
18 help
fa9133c2
DB
19 This framework adds support for low-level control of LCD.
20 Some framebuffer devices connect to platform-specific LCD modules
21 in order to have a platform-specific way to control the flat panel
22 (contrast and applying power to the LCD (not to the backlight!)).
1da177e4
LT
23
24 To have support for your specific LCD panel you will have to
25 select the proper drivers which depend on this option.
26
18f65c79
HS
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
cccb6d3c
BD
39config LCD_ILI9320
40 tristate
41 depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT
42 default n
43 help
44 If you have a panel based on the ILI9320 controller chip
45 then say y to include a power driver for it.
46
47config LCD_VGG2432A4
48 tristate "VGG2432A4 LCM device support"
49 depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER
50 select LCD_ILI9320
51 default n
52 help
53 If you have a VGG2432A4 panel based on the ILI9320 controller chip
54 then say y to include a power driver for it.
55
c25826a7
BD
56config 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
fa9133c2
DB
63#
64# Backlight
65#
66config BACKLIGHT_CLASS_DEVICE
67 tristate "Lowlevel Backlight controls"
256154fb 68 depends on BACKLIGHT_LCD_SUPPORT
1da177e4
LT
69 default m
70 help
fa9133c2
DB
71 This framework adds support for low-level control of the LCD
72 backlight. This includes support for brightness and power.
1da177e4
LT
73
74 To have support for your specific LCD panel you will have to
75 select the proper drivers which depend on this option.
76
a9a84c37
DB
77config BACKLIGHT_ATMEL_LCDC
78 bool "Atmel LCDC Contrast-as-Backlight control"
79 depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
80 default y if MACH_SAM9261EK || MACH_SAM9263EK
81 help
82 This provides a backlight control internal to the Atmel LCDC
83 driver. If the LCD "contrast control" on your board is wired
84 so it controls the backlight brightness, select this option to
85 export this as a PWM-based backlight control.
86
87 If in doubt, it's safe to enable this option; it doesn't kick
88 in unless the board's description says it's wired that way.
89
1da177e4 90config BACKLIGHT_CORGI
c3f8f650
RP
91 tristate "Generic (aka Sharp Corgi) Backlight Driver"
92 depends on BACKLIGHT_CLASS_DEVICE
93 default n
1da177e4 94 help
c3f8f650
RP
95 Say y to enable the generic platform backlight driver previously
96 known as the Corgi backlight driver. If you have a Sharp Zaurus
97 SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.
1da177e4 98
e4423781
RP
99config BACKLIGHT_LOCOMO
100 tristate "Sharp LOCOMO LCD/Backlight Driver"
34f18a71 101 depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
e4423781
RP
102 default y
103 help
104 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
105 enable the LCD/backlight driver.
106
ec072b0f
AZ
107config BACKLIGHT_OMAP1
108 tristate "OMAP1 PWL-based LCD Backlight"
109 depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1
110 default y
111 help
112 This driver controls the LCD backlight level and power for
113 the PWL module of OMAP1 processors. Say Y if your board
114 uses this hardware.
115
06c6f900
AS
116config BACKLIGHT_HP680
117 tristate "HP Jornada 680 Backlight Driver"
34f18a71 118 depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
06c6f900
AS
119 default y
120 help
121 If you have a HP Jornada 680, say y to enable the
122 backlight driver.
123
7a208463
MJ
124config BACKLIGHT_PROGEAR
125 tristate "Frontpath ProGear Backlight Driver"
34f18a71 126 depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
7a208463
MJ
127 default n
128 help
129 If you have a Frontpath ProGear say Y to enable the
130 backlight driver.
dbe7e429
AH
131
132config BACKLIGHT_CARILLO_RANCH
133 tristate "Intel Carillo Ranch Backlight Driver"
134 depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
135 default n
136 help
137 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
138 backlight driver.
42796d37 139
140config BACKLIGHT_PWM
141 tristate "Generic PWM based Backlight Driver"
142 depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM
143 help
144 If you have a LCD backlight adjustable by PWM, say Y to enable
145 this driver.
This page took 0.33023 seconds and 5 git commands to generate.