blob: c025c84601b01d805d98bf5336806b6ae8273062 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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
David Brownellfa9133c2007-05-29 23:07:10 +010011#
12# LCD
13#
Linus Torvalds1da177e2005-04-16 15:20:36 -070014config LCD_CLASS_DEVICE
15 tristate "Lowlevel LCD controls"
Antonino A. Daplas256154f2006-07-30 03:04:17 -070016 depends on BACKLIGHT_LCD_SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 default m
18 help
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!)).
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
Eric Miaob18250a2008-08-29 04:21:44 +080027config LCD_CORGI
28 tristate "LCD Panel support for SHARP corgi/spitz model"
29 depends on LCD_CLASS_DEVICE && SPI_MASTER && PXA_SHARPSL
30 help
31 Say y here to support the LCD panels usually found on SHARP
32 corgi (C7x0) and spitz (Cxx00) models.
33
Alberto Panizzoe7fb9c42009-12-18 16:42:11 +010034config LCD_L4F00242T03
35 tristate "Epson L4F00242T03 LCD"
36 depends on LCD_CLASS_DEVICE && SPI_MASTER && GENERIC_GPIO
37 help
38 SPI driver for Epson L4F00242T03. This provides basic support
39 for init and powering the LCD up/down through a sysfs interface.
40
Marek Vasut5036cc42009-08-06 16:07:10 -070041config LCD_LMS283GF05
42 tristate "Samsung LMS283GF05 LCD"
43 depends on LCD_CLASS_DEVICE && SPI_MASTER && GENERIC_GPIO
44 help
45 SPI driver for Samsung LMS283GF05. This provides basic support
46 for powering the LCD up/down through a sysfs interface.
47
Haavard Skinnemoen18f65c72007-09-02 23:15:49 +010048config LCD_LTV350QV
49 tristate "Samsung LTV350QV LCD Panel"
50 depends on LCD_CLASS_DEVICE && SPI_MASTER
51 default n
52 help
53 If you have a Samsung LTV350QV LCD panel, say y to include a
54 power control driver for it. The panel starts up in power
55 off state, so you need this driver in order to see any
56 output.
57
58 The LTV350QV panel is present on all ATSTK1000 boards.
59
Ben Dookscccb6d32008-07-23 21:31:37 -070060config LCD_ILI9320
61 tristate
62 depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT
63 default n
64 help
65 If you have a panel based on the ILI9320 controller chip
66 then say y to include a power driver for it.
67
Eric Miaodd89ccb2008-09-01 06:50:23 +080068config LCD_TDO24M
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000069 tristate "Toppoly TDO24M and TDO35S LCD Panels support"
Eric Miaodd89ccb2008-09-01 06:50:23 +080070 depends on LCD_CLASS_DEVICE && SPI_MASTER
71 default n
72 help
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000073 If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
Eric Miaodd89ccb2008-09-01 06:50:23 +080074 include the support for it.
75
Ben Dookscccb6d32008-07-23 21:31:37 -070076config LCD_VGG2432A4
77 tristate "VGG2432A4 LCM device support"
78 depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER
79 select LCD_ILI9320
80 default n
81 help
82 If you have a VGG2432A4 panel based on the ILI9320 controller chip
83 then say y to include a power driver for it.
84
Ben Dooksc25826a2008-07-23 21:31:38 -070085config LCD_PLATFORM
86 tristate "Platform LCD controls"
87 depends on LCD_CLASS_DEVICE
88 help
89 This driver provides a platform-device registered LCD power
90 control interface.
91
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +040092config LCD_TOSA
93 tristate "Sharp SL-6000 LCD Driver"
94 depends on LCD_CLASS_DEVICE && SPI
95 depends on MACH_TOSA
96 default n
97 help
98 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
99 for its LCD.
100
Kristoffer Ericson9e124432009-02-18 11:47:26 +0000101config LCD_HP700
102 tristate "HP Jornada 700 series LCD Driver"
103 depends on LCD_CLASS_DEVICE
104 depends on SA1100_JORNADA720_SSP && !PREEMPT
105 default y
106 help
107 If you have an HP Jornada 700 series handheld (710/720/728)
108 say Y to enable LCD control driver.
109
David Brownellfa9133c2007-05-29 23:07:10 +0100110#
111# Backlight
112#
113config BACKLIGHT_CLASS_DEVICE
114 tristate "Lowlevel Backlight controls"
115 depends on BACKLIGHT_LCD_SUPPORT
116 default m
117 help
118 This framework adds support for low-level control of the LCD
119 backlight. This includes support for brightness and power.
120
121 To have support for your specific LCD panel you will have to
122 select the proper drivers which depend on this option.
123
David Brownella9a84c32008-02-06 01:39:26 -0800124config BACKLIGHT_ATMEL_LCDC
125 bool "Atmel LCDC Contrast-as-Backlight control"
126 depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
Nicolas Ferre915190f2009-07-21 11:31:29 +0100127 default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK
David Brownella9a84c32008-02-06 01:39:26 -0800128 help
129 This provides a backlight control internal to the Atmel LCDC
130 driver. If the LCD "contrast control" on your board is wired
131 so it controls the backlight brightness, select this option to
132 export this as a PWM-based backlight control.
133
134 If in doubt, it's safe to enable this option; it doesn't kick
135 in unless the board's description says it's wired that way.
136
Hans-Christian Egtvedt3e074052008-07-23 21:31:48 -0700137config BACKLIGHT_ATMEL_PWM
138 tristate "Atmel PWM backlight control"
139 depends on BACKLIGHT_CLASS_DEVICE && ATMEL_PWM
140 default n
141 help
142 Say Y here if you want to use the PWM peripheral in Atmel AT91 and
143 AVR32 devices. This driver will need additional platform data to know
144 which PWM instance to use and how to configure it.
145
146 To compile this driver as a module, choose M here: the module will be
147 called atmel-pwm-bl.
148
Richard Purdied00ba722009-01-08 20:52:37 +0000149config BACKLIGHT_GENERIC
150 tristate "Generic (aka Sharp Corgi) Backlight Driver"
Richard Purdiec3f8f652007-09-03 00:27:00 +0100151 depends on BACKLIGHT_CLASS_DEVICE
Richard Purdied00ba722009-01-08 20:52:37 +0000152 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 help
Richard Purdiec3f8f652007-09-03 00:27:00 +0100154 Say y to enable the generic platform backlight driver previously
155 known as the Corgi backlight driver. If you have a Sharp Zaurus
Richard Purdied00ba722009-01-08 20:52:37 +0000156 SL-C7xx, SL-Cxx00 or SL-6000x say y.
Eric Miao45e2a9b2008-10-21 11:36:19 +0800157
Richard Purdiee4423782006-06-26 00:26:27 -0700158config BACKLIGHT_LOCOMO
159 tristate "Sharp LOCOMO LCD/Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +0000160 depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
Richard Purdiee4423782006-06-26 00:26:27 -0700161 default y
162 help
163 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
164 enable the LCD/backlight driver.
165
Andrzej Zaborowskiec072b02008-01-13 23:15:43 +0000166config BACKLIGHT_OMAP1
167 tristate "OMAP1 PWL-based LCD Backlight"
168 depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1
169 default y
170 help
171 This driver controls the LCD backlight level and power for
172 the PWL module of OMAP1 processors. Say Y if your board
173 uses this hardware.
174
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800175config BACKLIGHT_HP680
176 tristate "HP Jornada 680 Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +0000177 depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800178 default y
179 help
180 If you have a HP Jornada 680, say y to enable the
181 backlight driver.
182
Kristoffer Ericson13a7b5d2009-02-18 11:50:43 +0000183config BACKLIGHT_HP700
184 tristate "HP Jornada 700 series Backlight Driver"
185 depends on BACKLIGHT_CLASS_DEVICE
186 depends on SA1100_JORNADA720_SSP && !PREEMPT
187 default y
188 help
189 If you have an HP Jornada 700 series,
190 say Y to include backlight control driver.
191
Marcin Juszkiewicz7a208462007-02-07 22:24:01 +0000192config BACKLIGHT_PROGEAR
193 tristate "Frontpath ProGear Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +0000194 depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
Marcin Juszkiewicz7a208462007-02-07 22:24:01 +0000195 default n
196 help
197 If you have a Frontpath ProGear say Y to enable the
198 backlight driver.
Alan Hourihanedbe7e422007-05-08 00:39:25 -0700199
200config BACKLIGHT_CARILLO_RANCH
201 tristate "Intel Carillo Ranch Backlight Driver"
202 depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
203 default n
204 help
205 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
206 backlight driver.
eric miao42796d32008-04-14 09:35:08 +0100207
208config BACKLIGHT_PWM
209 tristate "Generic PWM based Backlight Driver"
210 depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM
211 help
212 If you have a LCD backlight adjustable by PWM, say Y to enable
213 this driver.
Matthew Garrett7be35c72008-06-09 21:56:16 +0100214
Mike Rapoport923ae482008-10-13 09:03:44 +0100215config BACKLIGHT_DA903X
216 tristate "Backlight Driver for DA9030/DA9034 using WLED"
217 depends on BACKLIGHT_CLASS_DEVICE && PMIC_DA903X
218 help
219 If you have a LCD backlight connected to the WLED output of DA9030
220 or DA9034 WLED output, say Y here to enable this driver.
221
Haojian Zhuang4f811ef2009-12-18 10:01:45 -0500222config BACKLIGHT_MAX8925
223 tristate "Backlight driver for MAX8925"
224 depends on BACKLIGHT_CLASS_DEVICE && MFD_MAX8925
225 help
226 If you have a LCD backlight connected to the WLED output of MAX8925
227 WLED output, say Y here to enable this driver.
228
Matthew Garrett7be35c72008-06-09 21:56:16 +0100229config BACKLIGHT_MBP_NVIDIA
230 tristate "MacBook Pro Nvidia Backlight Driver"
231 depends on BACKLIGHT_CLASS_DEVICE && X86
232 default n
233 help
234 If you have an Apple Macbook Pro with Nvidia graphics hardware say Y
235 to enable a driver for its backlight
236
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400237config BACKLIGHT_TOSA
238 tristate "Sharp SL-6000 Backlight Driver"
239 depends on BACKLIGHT_CLASS_DEVICE && I2C
240 depends on MACH_TOSA && LCD_TOSA
241 default n
242 help
243 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
244 for its backlight
245
Claudio Niederd03ebb12008-10-20 23:35:40 +0100246config BACKLIGHT_SAHARA
247 tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
248 depends on BACKLIGHT_CLASS_DEVICE && X86
249 default n
250 help
251 If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
252 backlight driver.
Mark Browna4f3d552009-09-05 14:09:20 +0100253
254config BACKLIGHT_WM831X
255 tristate "WM831x PMIC Backlight Driver"
256 depends on BACKLIGHT_CLASS_DEVICE && MFD_WM831X
257 help
258 If you have a backlight driven by the ISINK and DCDC of a
259 WM831x PMIC say y to enable the backlight driver for it.
Thierry Reding3b96ea92009-08-14 15:58:56 +0200260
261config BACKLIGHT_ADX
262 tristate "Avionic Design Xanthos Backlight Driver"
263 depends on BACKLIGHT_CLASS_DEVICE && ARCH_PXA_ADX
264 default y
265 help
266 Say Y to enable the backlight driver on Avionic Design Xanthos-based
267 boards.
Michael Hennericha7998ce2009-09-17 14:29:52 -0400268
269config BACKLIGHT_ADP5520
270 tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
271 depends on BACKLIGHT_CLASS_DEVICE && PMIC_ADP5520
272 help
273 If you have a LCD backlight connected to the BST/BL_SNK output of
274 ADP5520 or ADP5501, say Y here to enable this driver.
275
276 To compile this driver as a module, choose M here: the module will
277 be called adp5520_bl.
278
Haojian Zhuangd07e8bf2009-11-09 12:41:07 -0500279config BACKLIGHT_88PM860X
280 tristate "Backlight Driver for 88PM8606 using WLED"
281 depends on BACKLIGHT_CLASS_DEVICE && MFD_88PM860X
282 help
283 Say Y to enable the backlight driver for Marvell 88PM8606.
284