Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Backlight & LCD drivers configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig 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 | |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 11 | if BACKLIGHT_LCD_SUPPORT |
| 12 | |
David Brownell | fa9133c | 2007-05-29 23:07:10 +0100 | [diff] [blame] | 13 | # |
| 14 | # LCD |
| 15 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | config LCD_CLASS_DEVICE |
| 17 | tristate "Lowlevel LCD controls" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | default m |
| 19 | help |
| 20 | This framework adds support for low-level control of LCD. |
| 21 | Some framebuffer devices connect to platform-specific LCD modules |
| 22 | in order to have a platform-specific way to control the flat panel |
| 23 | (contrast and applying power to the LCD (not to the backlight!)). |
| 24 | |
| 25 | To have support for your specific LCD panel you will have to |
| 26 | select the proper drivers which depend on this option. |
| 27 | |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 28 | if LCD_CLASS_DEVICE |
| 29 | |
Eric Miao | b18250a | 2008-08-29 04:21:44 +0800 | [diff] [blame] | 30 | config LCD_CORGI |
| 31 | tristate "LCD Panel support for SHARP corgi/spitz model" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 32 | depends on SPI_MASTER && PXA_SHARPSL |
Eric Miao | b18250a | 2008-08-29 04:21:44 +0800 | [diff] [blame] | 33 | help |
| 34 | Say y here to support the LCD panels usually found on SHARP |
| 35 | corgi (C7x0) and spitz (Cxx00) models. |
| 36 | |
Alberto Panizzo | e7fb9c4 | 2009-12-18 16:42:11 +0100 | [diff] [blame] | 37 | config LCD_L4F00242T03 |
| 38 | tristate "Epson L4F00242T03 LCD" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 39 | depends on SPI_MASTER && GENERIC_GPIO |
Alberto Panizzo | e7fb9c4 | 2009-12-18 16:42:11 +0100 | [diff] [blame] | 40 | help |
| 41 | SPI driver for Epson L4F00242T03. This provides basic support |
| 42 | for init and powering the LCD up/down through a sysfs interface. |
| 43 | |
Marek Vasut | 5036cc4 | 2009-08-06 16:07:10 -0700 | [diff] [blame] | 44 | config LCD_LMS283GF05 |
| 45 | tristate "Samsung LMS283GF05 LCD" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 46 | depends on SPI_MASTER && GENERIC_GPIO |
Marek Vasut | 5036cc4 | 2009-08-06 16:07:10 -0700 | [diff] [blame] | 47 | help |
| 48 | SPI driver for Samsung LMS283GF05. This provides basic support |
| 49 | for powering the LCD up/down through a sysfs interface. |
| 50 | |
Haavard Skinnemoen | 18f65c7 | 2007-09-02 23:15:49 +0100 | [diff] [blame] | 51 | config LCD_LTV350QV |
| 52 | tristate "Samsung LTV350QV LCD Panel" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 53 | depends on SPI_MASTER |
Haavard Skinnemoen | 18f65c7 | 2007-09-02 23:15:49 +0100 | [diff] [blame] | 54 | help |
| 55 | If you have a Samsung LTV350QV LCD panel, say y to include a |
| 56 | power control driver for it. The panel starts up in power |
| 57 | off state, so you need this driver in order to see any |
| 58 | output. |
| 59 | |
| 60 | The LTV350QV panel is present on all ATSTK1000 boards. |
| 61 | |
Ben Dooks | cccb6d3 | 2008-07-23 21:31:37 -0700 | [diff] [blame] | 62 | config LCD_ILI9320 |
Jingoo Han | fd6de53 | 2012-10-25 13:37:48 -0700 | [diff] [blame^] | 63 | tristate "ILI Technology ILI9320 controller support" |
| 64 | depends on SPI |
Ben Dooks | cccb6d3 | 2008-07-23 21:31:37 -0700 | [diff] [blame] | 65 | help |
| 66 | If you have a panel based on the ILI9320 controller chip |
| 67 | then say y to include a power driver for it. |
| 68 | |
Eric Miao | dd89ccb | 2008-09-01 06:50:23 +0800 | [diff] [blame] | 69 | config LCD_TDO24M |
Mike Rapoport | f4f6bda | 2008-12-03 08:48:52 +0000 | [diff] [blame] | 70 | tristate "Toppoly TDO24M and TDO35S LCD Panels support" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 71 | depends on SPI_MASTER |
Eric Miao | dd89ccb | 2008-09-01 06:50:23 +0800 | [diff] [blame] | 72 | help |
Mike Rapoport | f4f6bda | 2008-12-03 08:48:52 +0000 | [diff] [blame] | 73 | If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to |
Eric Miao | dd89ccb | 2008-09-01 06:50:23 +0800 | [diff] [blame] | 74 | include the support for it. |
| 75 | |
Ben Dooks | cccb6d3 | 2008-07-23 21:31:37 -0700 | [diff] [blame] | 76 | config LCD_VGG2432A4 |
| 77 | tristate "VGG2432A4 LCM device support" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 78 | depends on SPI_MASTER |
Ben Dooks | cccb6d3 | 2008-07-23 21:31:37 -0700 | [diff] [blame] | 79 | select LCD_ILI9320 |
Ben Dooks | cccb6d3 | 2008-07-23 21:31:37 -0700 | [diff] [blame] | 80 | help |
| 81 | If you have a VGG2432A4 panel based on the ILI9320 controller chip |
| 82 | then say y to include a power driver for it. |
| 83 | |
Ben Dooks | c25826a | 2008-07-23 21:31:38 -0700 | [diff] [blame] | 84 | config LCD_PLATFORM |
| 85 | tristate "Platform LCD controls" |
Ben Dooks | c25826a | 2008-07-23 21:31:38 -0700 | [diff] [blame] | 86 | help |
| 87 | This driver provides a platform-device registered LCD power |
| 88 | control interface. |
| 89 | |
Dmitry Baryshkov | fbd1b17 | 2008-09-13 20:58:51 +0400 | [diff] [blame] | 90 | config LCD_TOSA |
| 91 | tristate "Sharp SL-6000 LCD Driver" |
Arnd Bergmann | 5fc0578 | 2012-05-15 15:03:01 -0600 | [diff] [blame] | 92 | depends on I2C && SPI && MACH_TOSA |
Dmitry Baryshkov | fbd1b17 | 2008-09-13 20:58:51 +0400 | [diff] [blame] | 93 | help |
| 94 | If you have an Sharp SL-6000 Zaurus say Y to enable a driver |
| 95 | for its LCD. |
| 96 | |
Kristoffer Ericson | 9e12443 | 2009-02-18 11:47:26 +0000 | [diff] [blame] | 97 | config LCD_HP700 |
| 98 | tristate "HP Jornada 700 series LCD Driver" |
Kristoffer Ericson | 9e12443 | 2009-02-18 11:47:26 +0000 | [diff] [blame] | 99 | depends on SA1100_JORNADA720_SSP && !PREEMPT |
| 100 | default y |
| 101 | help |
| 102 | If you have an HP Jornada 700 series handheld (710/720/728) |
| 103 | say Y to enable LCD control driver. |
| 104 | |
InKi Dae | ee378a5 | 2010-05-24 12:21:36 -0700 | [diff] [blame] | 105 | config LCD_S6E63M0 |
| 106 | tristate "S6E63M0 AMOLED LCD Driver" |
| 107 | depends on SPI && BACKLIGHT_CLASS_DEVICE |
| 108 | default n |
| 109 | help |
| 110 | If you have an S6E63M0 LCD Panel, say Y to enable its |
| 111 | LCD control driver. |
| 112 | |
Donghwa Lee | 1baf0eb | 2011-03-22 16:30:18 -0700 | [diff] [blame] | 113 | config LCD_LD9040 |
| 114 | tristate "LD9040 AMOLED LCD Driver" |
| 115 | depends on SPI && BACKLIGHT_CLASS_DEVICE |
| 116 | default n |
| 117 | help |
| 118 | If you have an LD9040 Panel, say Y to enable its |
| 119 | control driver. |
| 120 | |
Jingoo Han | a4c8aaa | 2011-07-25 17:12:00 -0700 | [diff] [blame] | 121 | config LCD_AMS369FG06 |
| 122 | tristate "AMS369FG06 AMOLED LCD Driver" |
| 123 | depends on SPI && BACKLIGHT_CLASS_DEVICE |
| 124 | default n |
| 125 | help |
| 126 | If you have an AMS369FG06 AMOLED Panel, say Y to enable its |
| 127 | LCD control driver. |
| 128 | |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 129 | endif # LCD_CLASS_DEVICE |
| 130 | |
David Brownell | fa9133c | 2007-05-29 23:07:10 +0100 | [diff] [blame] | 131 | # |
| 132 | # Backlight |
| 133 | # |
| 134 | config BACKLIGHT_CLASS_DEVICE |
| 135 | tristate "Lowlevel Backlight controls" |
David Brownell | fa9133c | 2007-05-29 23:07:10 +0100 | [diff] [blame] | 136 | default m |
| 137 | help |
| 138 | This framework adds support for low-level control of the LCD |
| 139 | backlight. This includes support for brightness and power. |
| 140 | |
| 141 | To have support for your specific LCD panel you will have to |
| 142 | select the proper drivers which depend on this option. |
| 143 | |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 144 | if BACKLIGHT_CLASS_DEVICE |
| 145 | |
David Brownell | a9a84c37 | 2008-02-06 01:39:26 -0800 | [diff] [blame] | 146 | config BACKLIGHT_ATMEL_LCDC |
| 147 | bool "Atmel LCDC Contrast-as-Backlight control" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 148 | depends on FB_ATMEL |
Nicolas Ferre | 915190f | 2009-07-21 11:31:29 +0100 | [diff] [blame] | 149 | default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK |
David Brownell | a9a84c37 | 2008-02-06 01:39:26 -0800 | [diff] [blame] | 150 | help |
| 151 | This provides a backlight control internal to the Atmel LCDC |
| 152 | driver. If the LCD "contrast control" on your board is wired |
| 153 | so it controls the backlight brightness, select this option to |
| 154 | export this as a PWM-based backlight control. |
| 155 | |
| 156 | If in doubt, it's safe to enable this option; it doesn't kick |
| 157 | in unless the board's description says it's wired that way. |
| 158 | |
Hans-Christian Egtvedt | 3e07405 | 2008-07-23 21:31:48 -0700 | [diff] [blame] | 159 | config BACKLIGHT_ATMEL_PWM |
| 160 | tristate "Atmel PWM backlight control" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 161 | depends on ATMEL_PWM |
Hans-Christian Egtvedt | 3e07405 | 2008-07-23 21:31:48 -0700 | [diff] [blame] | 162 | help |
| 163 | Say Y here if you want to use the PWM peripheral in Atmel AT91 and |
| 164 | AVR32 devices. This driver will need additional platform data to know |
| 165 | which PWM instance to use and how to configure it. |
| 166 | |
| 167 | To compile this driver as a module, choose M here: the module will be |
| 168 | called atmel-pwm-bl. |
| 169 | |
H Hartley Sweeten | 08b3924 | 2010-05-05 12:13:23 -0500 | [diff] [blame] | 170 | config BACKLIGHT_EP93XX |
| 171 | tristate "Cirrus EP93xx Backlight Driver" |
| 172 | depends on FB_EP93XX |
| 173 | help |
| 174 | If you have a LCD backlight connected to the BRIGHT output of |
| 175 | the EP93xx, say Y here to enable this driver. |
| 176 | |
| 177 | To compile this driver as a module, choose M here: the module will |
| 178 | be called ep93xx_bl. |
| 179 | |
Richard Purdie | d00ba72 | 2009-01-08 20:52:37 +0000 | [diff] [blame] | 180 | config BACKLIGHT_GENERIC |
| 181 | tristate "Generic (aka Sharp Corgi) Backlight Driver" |
Richard Purdie | d00ba72 | 2009-01-08 20:52:37 +0000 | [diff] [blame] | 182 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | help |
Richard Purdie | c3f8f65 | 2007-09-03 00:27:00 +0100 | [diff] [blame] | 184 | Say y to enable the generic platform backlight driver previously |
| 185 | known as the Corgi backlight driver. If you have a Sharp Zaurus |
Richard Purdie | d00ba72 | 2009-01-08 20:52:37 +0000 | [diff] [blame] | 186 | SL-C7xx, SL-Cxx00 or SL-6000x say y. |
Eric Miao | 45e2a9b | 2008-10-21 11:36:19 +0800 | [diff] [blame] | 187 | |
Johan Hovold | 7f26c970 | 2012-05-29 15:07:14 -0700 | [diff] [blame] | 188 | config BACKLIGHT_LM3533 |
| 189 | tristate "Backlight Driver for LM3533" |
| 190 | depends on BACKLIGHT_CLASS_DEVICE |
| 191 | depends on MFD_LM3533 |
| 192 | help |
| 193 | Say Y to enable the backlight driver for National Semiconductor / TI |
| 194 | LM3533 Lighting Power chips. |
| 195 | |
| 196 | The backlights can be controlled directly, through PWM input, or by |
| 197 | the ambient-light-sensor interface. The chip supports 256 brightness |
| 198 | levels. |
| 199 | |
Richard Purdie | e442378 | 2006-06-26 00:26:27 -0700 | [diff] [blame] | 200 | config BACKLIGHT_LOCOMO |
| 201 | tristate "Sharp LOCOMO LCD/Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 202 | depends on SHARP_LOCOMO |
Richard Purdie | e442378 | 2006-06-26 00:26:27 -0700 | [diff] [blame] | 203 | default y |
| 204 | help |
| 205 | If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to |
| 206 | enable the LCD/backlight driver. |
| 207 | |
Andrzej Zaborowski | ec072b0 | 2008-01-13 23:15:43 +0000 | [diff] [blame] | 208 | config BACKLIGHT_OMAP1 |
| 209 | tristate "OMAP1 PWL-based LCD Backlight" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 210 | depends on ARCH_OMAP1 |
Andrzej Zaborowski | ec072b0 | 2008-01-13 23:15:43 +0000 | [diff] [blame] | 211 | default y |
| 212 | help |
| 213 | This driver controls the LCD backlight level and power for |
| 214 | the PWL module of OMAP1 processors. Say Y if your board |
| 215 | uses this hardware. |
| 216 | |
Andriy Skulysh | 06c6f90 | 2006-02-01 03:06:53 -0800 | [diff] [blame] | 217 | config BACKLIGHT_HP680 |
| 218 | tristate "HP Jornada 680 Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 219 | depends on SH_HP6XX |
Andriy Skulysh | 06c6f90 | 2006-02-01 03:06:53 -0800 | [diff] [blame] | 220 | default y |
| 221 | help |
| 222 | If you have a HP Jornada 680, say y to enable the |
| 223 | backlight driver. |
| 224 | |
Kristoffer Ericson | 13a7b5d | 2009-02-18 11:50:43 +0000 | [diff] [blame] | 225 | config BACKLIGHT_HP700 |
| 226 | tristate "HP Jornada 700 series Backlight Driver" |
Kristoffer Ericson | 13a7b5d | 2009-02-18 11:50:43 +0000 | [diff] [blame] | 227 | depends on SA1100_JORNADA720_SSP && !PREEMPT |
| 228 | default y |
| 229 | help |
| 230 | If you have an HP Jornada 700 series, |
| 231 | say Y to include backlight control driver. |
| 232 | |
Alan Hourihane | dbe7e42 | 2007-05-08 00:39:25 -0700 | [diff] [blame] | 233 | config BACKLIGHT_CARILLO_RANCH |
| 234 | tristate "Intel Carillo Ranch Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 235 | depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578 |
Alan Hourihane | dbe7e42 | 2007-05-08 00:39:25 -0700 | [diff] [blame] | 236 | help |
| 237 | If you have a Intel LE80578 (Carillo Ranch) say Y to enable the |
| 238 | backlight driver. |
eric miao | 42796d3 | 2008-04-14 09:35:08 +0100 | [diff] [blame] | 239 | |
| 240 | config BACKLIGHT_PWM |
| 241 | tristate "Generic PWM based Backlight Driver" |
Thierry Reding | 3e3ed6c | 2011-12-16 21:25:29 +0100 | [diff] [blame] | 242 | depends on PWM |
eric miao | 42796d3 | 2008-04-14 09:35:08 +0100 | [diff] [blame] | 243 | help |
| 244 | If you have a LCD backlight adjustable by PWM, say Y to enable |
| 245 | this driver. |
Matthew Garrett | 7be35c7 | 2008-06-09 21:56:16 +0100 | [diff] [blame] | 246 | |
Mike Rapoport | 923ae48 | 2008-10-13 09:03:44 +0100 | [diff] [blame] | 247 | config BACKLIGHT_DA903X |
| 248 | tristate "Backlight Driver for DA9030/DA9034 using WLED" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 249 | depends on PMIC_DA903X |
Mike Rapoport | 923ae48 | 2008-10-13 09:03:44 +0100 | [diff] [blame] | 250 | help |
| 251 | If you have a LCD backlight connected to the WLED output of DA9030 |
| 252 | or DA9034 WLED output, say Y here to enable this driver. |
| 253 | |
Ashish Jangam | 6ede3d8 | 2012-04-05 14:25:15 -0700 | [diff] [blame] | 254 | config BACKLIGHT_DA9052 |
| 255 | tristate "Dialog DA9052/DA9053 WLED" |
| 256 | depends on PMIC_DA9052 |
| 257 | help |
| 258 | Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs. |
| 259 | |
Haojian Zhuang | 4f811ef | 2009-12-18 10:01:45 -0500 | [diff] [blame] | 260 | config BACKLIGHT_MAX8925 |
| 261 | tristate "Backlight driver for MAX8925" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 262 | depends on MFD_MAX8925 |
Haojian Zhuang | 4f811ef | 2009-12-18 10:01:45 -0500 | [diff] [blame] | 263 | help |
| 264 | If you have a LCD backlight connected to the WLED output of MAX8925 |
| 265 | WLED output, say Y here to enable this driver. |
| 266 | |
Matthew Garrett | 39b3dee | 2011-03-22 16:30:28 -0700 | [diff] [blame] | 267 | config BACKLIGHT_APPLE |
| 268 | tristate "Apple Backlight Driver" |
Randy Dunlap | b372412 | 2011-03-22 16:30:29 -0700 | [diff] [blame] | 269 | depends on X86 && ACPI |
Matthew Garrett | 7be35c7 | 2008-06-09 21:56:16 +0100 | [diff] [blame] | 270 | help |
Matthew Garrett | 39b3dee | 2011-03-22 16:30:28 -0700 | [diff] [blame] | 271 | If you have an Intel-based Apple say Y to enable a driver for its |
Randy Dunlap | b372412 | 2011-03-22 16:30:29 -0700 | [diff] [blame] | 272 | backlight. |
Matthew Garrett | 7be35c7 | 2008-06-09 21:56:16 +0100 | [diff] [blame] | 273 | |
Dmitry Baryshkov | fbd1b17 | 2008-09-13 20:58:51 +0400 | [diff] [blame] | 274 | config BACKLIGHT_TOSA |
| 275 | tristate "Sharp SL-6000 Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 276 | depends on I2C && MACH_TOSA && LCD_TOSA |
Dmitry Baryshkov | fbd1b17 | 2008-09-13 20:58:51 +0400 | [diff] [blame] | 277 | help |
| 278 | If you have an Sharp SL-6000 Zaurus say Y to enable a driver |
| 279 | for its backlight |
| 280 | |
Claudio Nieder | d03ebb1 | 2008-10-20 23:35:40 +0100 | [diff] [blame] | 281 | config BACKLIGHT_SAHARA |
| 282 | tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 283 | depends on X86 |
Claudio Nieder | d03ebb1 | 2008-10-20 23:35:40 +0100 | [diff] [blame] | 284 | help |
| 285 | If you have a Tabletkiosk Sahara Touch-iT, say y to enable the |
| 286 | backlight driver. |
Mark Brown | a4f3d55 | 2009-09-05 14:09:20 +0100 | [diff] [blame] | 287 | |
| 288 | config BACKLIGHT_WM831X |
| 289 | tristate "WM831x PMIC Backlight Driver" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 290 | depends on MFD_WM831X |
Mark Brown | a4f3d55 | 2009-09-05 14:09:20 +0100 | [diff] [blame] | 291 | help |
| 292 | If you have a backlight driven by the ISINK and DCDC of a |
| 293 | WM831x PMIC say y to enable the backlight driver for it. |
Thierry Reding | 3b96ea9 | 2009-08-14 15:58:56 +0200 | [diff] [blame] | 294 | |
Michael Hennerich | a7998ce | 2009-09-17 14:29:52 -0400 | [diff] [blame] | 295 | config BACKLIGHT_ADP5520 |
| 296 | tristate "Backlight Driver for ADP5520/ADP5501 using WLED" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 297 | depends on PMIC_ADP5520 |
Michael Hennerich | a7998ce | 2009-09-17 14:29:52 -0400 | [diff] [blame] | 298 | help |
| 299 | If you have a LCD backlight connected to the BST/BL_SNK output of |
| 300 | ADP5520 or ADP5501, say Y here to enable this driver. |
| 301 | |
| 302 | To compile this driver as a module, choose M here: the module will |
| 303 | be called adp5520_bl. |
| 304 | |
Michael Hennerich | 82fd53b | 2010-04-30 14:09:51 -0700 | [diff] [blame] | 305 | config BACKLIGHT_ADP8860 |
Michael Hennerich | c7c06d8 | 2010-05-26 03:00:59 -0400 | [diff] [blame] | 306 | tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED" |
Michael Hennerich | 82fd53b | 2010-04-30 14:09:51 -0700 | [diff] [blame] | 307 | depends on BACKLIGHT_CLASS_DEVICE && I2C |
| 308 | select NEW_LEDS |
| 309 | select LEDS_CLASS |
| 310 | help |
Michael Hennerich | c7c06d8 | 2010-05-26 03:00:59 -0400 | [diff] [blame] | 311 | If you have a LCD backlight connected to the ADP8860, ADP8861 or |
| 312 | ADP8863 say Y here to enable this driver. |
Michael Hennerich | 82fd53b | 2010-04-30 14:09:51 -0700 | [diff] [blame] | 313 | |
| 314 | To compile this driver as a module, choose M here: the module will |
| 315 | be called adp8860_bl. |
| 316 | |
Michael Hennerich | a59ec1e | 2011-06-15 15:08:11 -0700 | [diff] [blame] | 317 | config BACKLIGHT_ADP8870 |
| 318 | tristate "Backlight Driver for ADP8870 using WLED" |
| 319 | depends on BACKLIGHT_CLASS_DEVICE && I2C |
| 320 | select NEW_LEDS |
| 321 | select LEDS_CLASS |
| 322 | help |
| 323 | If you have a LCD backlight connected to the ADP8870, |
| 324 | say Y here to enable this driver. |
| 325 | |
| 326 | To compile this driver as a module, choose M here: the module will |
| 327 | be called adp8870_bl. |
| 328 | |
Haojian Zhuang | d07e8bf | 2009-11-09 12:41:07 -0500 | [diff] [blame] | 329 | config BACKLIGHT_88PM860X |
| 330 | tristate "Backlight Driver for 88PM8606 using WLED" |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 331 | depends on MFD_88PM860X |
Haojian Zhuang | d07e8bf | 2009-11-09 12:41:07 -0500 | [diff] [blame] | 332 | help |
| 333 | Say Y to enable the backlight driver for Marvell 88PM8606. |
| 334 | |
Lars-Peter Clausen | 2ddfd12 | 2010-05-12 02:44:32 +0200 | [diff] [blame] | 335 | config BACKLIGHT_PCF50633 |
| 336 | tristate "Backlight driver for NXP PCF50633 MFD" |
| 337 | depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633 |
| 338 | help |
| 339 | If you have a backlight driven by a NXP PCF50633 MFD, say Y here to |
| 340 | enable its driver. |
| 341 | |
Jin Park | 4b0d711 | 2011-06-29 23:06:51 +0900 | [diff] [blame] | 342 | config BACKLIGHT_AAT2870 |
Andrew Morton | 70d3271 | 2011-08-03 16:21:17 -0700 | [diff] [blame] | 343 | tristate "AnalogicTech AAT2870 Backlight" |
Jin Park | 4b0d711 | 2011-06-29 23:06:51 +0900 | [diff] [blame] | 344 | depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE |
| 345 | help |
| 346 | If you have a AnalogicTech AAT2870 say Y to enable the |
| 347 | backlight driver. |
| 348 | |
G.Shark Jeong | 0c2a665 | 2012-10-04 17:12:52 -0700 | [diff] [blame] | 349 | config BACKLIGHT_LM3630 |
| 350 | tristate "Backlight Driver for LM3630" |
| 351 | depends on BACKLIGHT_CLASS_DEVICE && I2C |
| 352 | select REGMAP_I2C |
| 353 | help |
| 354 | This supports TI LM3630 Backlight Driver |
| 355 | |
G.Shark Jeong | 0f59858 | 2012-10-04 17:12:55 -0700 | [diff] [blame] | 356 | config BACKLIGHT_LM3639 |
| 357 | tristate "Backlight Driver for LM3639" |
| 358 | depends on BACKLIGHT_CLASS_DEVICE && I2C |
| 359 | select REGMAP_I2C |
| 360 | select NEW_LEDS |
| 361 | select LEDS_CLASS |
| 362 | help |
| 363 | This supports TI LM3639 Backlight + 1.5A Flash LED Driver |
| 364 | |
Kim, Milo | 7be865a | 2012-03-23 15:02:01 -0700 | [diff] [blame] | 365 | config BACKLIGHT_LP855X |
| 366 | tristate "Backlight driver for TI LP855X" |
| 367 | depends on BACKLIGHT_CLASS_DEVICE && I2C |
| 368 | help |
| 369 | This supports TI LP8550, LP8551, LP8552, LP8553 and LP8556 |
| 370 | backlight driver. |
| 371 | |
Christian Gmeiner | c8df742 | 2012-03-23 15:02:02 -0700 | [diff] [blame] | 372 | config BACKLIGHT_OT200 |
| 373 | tristate "Backlight driver for ot200 visualisation device" |
Randy Dunlap | 2df5e12 | 2012-03-23 15:02:03 -0700 | [diff] [blame] | 374 | depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535 |
Christian Gmeiner | c8df742 | 2012-03-23 15:02:02 -0700 | [diff] [blame] | 375 | help |
| 376 | To compile this driver as a module, choose M here: the module will be |
| 377 | called ot200_bl. |
| 378 | |
Grazvydas Ignotas | 35c1682 | 2012-03-23 15:02:02 -0700 | [diff] [blame] | 379 | config BACKLIGHT_PANDORA |
| 380 | tristate "Backlight driver for Pandora console" |
| 381 | depends on TWL4030_CORE |
| 382 | help |
| 383 | If you have a Pandora console, say Y to enable the |
| 384 | backlight driver. |
| 385 | |
Matthias Kaehlcke | eebfdc1 | 2012-09-24 22:25:28 +0200 | [diff] [blame] | 386 | config BACKLIGHT_TPS65217 |
| 387 | tristate "TPS65217 Backlight" |
| 388 | depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217 |
| 389 | help |
| 390 | If you have a Texas Instruments TPS65217 say Y to enable the |
| 391 | backlight driver. |
| 392 | |
H Hartley Sweeten | 8fdd576 | 2010-03-30 13:17:35 -0500 | [diff] [blame] | 393 | endif # BACKLIGHT_CLASS_DEVICE |
| 394 | |
| 395 | endif # BACKLIGHT_LCD_SUPPORT |