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