11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Backlight & LCD drivers configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsmenuconfig BACKLIGHT_LCD_SUPPORT 61da177e4SLinus Torvalds bool "Backlight & LCD device support" 71da177e4SLinus Torvalds help 81da177e4SLinus Torvalds Enable this to be able to choose the drivers for controlling the 91da177e4SLinus Torvalds backlight and the LCD panel on some platforms, for example on PDAs. 101da177e4SLinus Torvalds 118fdd5767SH Hartley Sweetenif BACKLIGHT_LCD_SUPPORT 128fdd5767SH Hartley Sweeten 13fa9133c2SDavid Brownell# 14fa9133c2SDavid Brownell# LCD 15fa9133c2SDavid Brownell# 161da177e4SLinus Torvaldsconfig LCD_CLASS_DEVICE 171da177e4SLinus Torvalds tristate "Lowlevel LCD controls" 181da177e4SLinus Torvalds default m 191da177e4SLinus Torvalds help 201da177e4SLinus Torvalds This framework adds support for low-level control of LCD. 211da177e4SLinus Torvalds Some framebuffer devices connect to platform-specific LCD modules 221da177e4SLinus Torvalds in order to have a platform-specific way to control the flat panel 231da177e4SLinus Torvalds (contrast and applying power to the LCD (not to the backlight!)). 241da177e4SLinus Torvalds 251da177e4SLinus Torvalds To have support for your specific LCD panel you will have to 261da177e4SLinus Torvalds select the proper drivers which depend on this option. 271da177e4SLinus Torvalds 288fdd5767SH Hartley Sweetenif LCD_CLASS_DEVICE 298fdd5767SH Hartley Sweeten 30b18250a8SEric Miaoconfig LCD_CORGI 31b18250a8SEric Miao tristate "LCD Panel support for SHARP corgi/spitz model" 32e6162f3eSArnd Bergmann depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE 33b18250a8SEric Miao help 34b18250a8SEric Miao Say y here to support the LCD panels usually found on SHARP 35b18250a8SEric Miao corgi (C7x0) and spitz (Cxx00) models. 36b18250a8SEric Miao 37e7fb9c4aSAlberto Panizzoconfig LCD_L4F00242T03 38e7fb9c4aSAlberto Panizzo tristate "Epson L4F00242T03 LCD" 390e441665SGeert Uytterhoeven depends on SPI_MASTER 400e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 41e7fb9c4aSAlberto Panizzo help 42e7fb9c4aSAlberto Panizzo SPI driver for Epson L4F00242T03. This provides basic support 43e7fb9c4aSAlberto Panizzo for init and powering the LCD up/down through a sysfs interface. 44e7fb9c4aSAlberto Panizzo 455036cc41SMarek Vasutconfig LCD_LMS283GF05 465036cc41SMarek Vasut tristate "Samsung LMS283GF05 LCD" 470e441665SGeert Uytterhoeven depends on SPI_MASTER 480e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 495036cc41SMarek Vasut help 505036cc41SMarek Vasut SPI driver for Samsung LMS283GF05. This provides basic support 515036cc41SMarek Vasut for powering the LCD up/down through a sysfs interface. 525036cc41SMarek Vasut 5318f65c79SHaavard Skinnemoenconfig LCD_LTV350QV 5418f65c79SHaavard Skinnemoen tristate "Samsung LTV350QV LCD Panel" 558fdd5767SH Hartley Sweeten depends on SPI_MASTER 5618f65c79SHaavard Skinnemoen help 5718f65c79SHaavard Skinnemoen If you have a Samsung LTV350QV LCD panel, say y to include a 5818f65c79SHaavard Skinnemoen power control driver for it. The panel starts up in power 5918f65c79SHaavard Skinnemoen off state, so you need this driver in order to see any 6018f65c79SHaavard Skinnemoen output. 6118f65c79SHaavard Skinnemoen 6218f65c79SHaavard Skinnemoen The LTV350QV panel is present on all ATSTK1000 boards. 6318f65c79SHaavard Skinnemoen 644cfbfa97SStefano Babicconfig LCD_ILI922X 654cfbfa97SStefano Babic tristate "ILI Technology ILI9221/ILI9222 support" 664cfbfa97SStefano Babic depends on SPI 674cfbfa97SStefano Babic help 684cfbfa97SStefano Babic If you have a panel based on the ILI9221/9222 controller 694cfbfa97SStefano Babic chip then say y to include a driver for it. 704cfbfa97SStefano Babic 71cccb6d3cSBen Dooksconfig LCD_ILI9320 72fd6de530SJingoo Han tristate "ILI Technology ILI9320 controller support" 73fd6de530SJingoo Han depends on SPI 74cccb6d3cSBen Dooks help 75cccb6d3cSBen Dooks If you have a panel based on the ILI9320 controller chip 76cccb6d3cSBen Dooks then say y to include a power driver for it. 77cccb6d3cSBen Dooks 78dd89ccb2SEric Miaoconfig LCD_TDO24M 79f4f6bda0SMike Rapoport tristate "Toppoly TDO24M and TDO35S LCD Panels support" 808fdd5767SH Hartley Sweeten depends on SPI_MASTER 81dd89ccb2SEric Miao help 82f4f6bda0SMike Rapoport If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to 83dd89ccb2SEric Miao include the support for it. 84dd89ccb2SEric Miao 85cccb6d3cSBen Dooksconfig LCD_VGG2432A4 86cccb6d3cSBen Dooks tristate "VGG2432A4 LCM device support" 878fdd5767SH Hartley Sweeten depends on SPI_MASTER 88cccb6d3cSBen Dooks select LCD_ILI9320 89cccb6d3cSBen Dooks help 90cccb6d3cSBen Dooks If you have a VGG2432A4 panel based on the ILI9320 controller chip 91cccb6d3cSBen Dooks then say y to include a power driver for it. 92cccb6d3cSBen Dooks 93c25826a7SBen Dooksconfig LCD_PLATFORM 94c25826a7SBen Dooks tristate "Platform LCD controls" 95c25826a7SBen Dooks help 96c25826a7SBen Dooks This driver provides a platform-device registered LCD power 97c25826a7SBen Dooks control interface. 98c25826a7SBen Dooks 99fbd1b17bSDmitry Baryshkovconfig LCD_TOSA 100fbd1b17bSDmitry Baryshkov tristate "Sharp SL-6000 LCD Driver" 1015fc05780SArnd Bergmann depends on I2C && SPI && MACH_TOSA 102fbd1b17bSDmitry Baryshkov help 103fbd1b17bSDmitry Baryshkov If you have an Sharp SL-6000 Zaurus say Y to enable a driver 104fbd1b17bSDmitry Baryshkov for its LCD. 105fbd1b17bSDmitry Baryshkov 1069e124435SKristoffer Ericsonconfig LCD_HP700 1079e124435SKristoffer Ericson tristate "HP Jornada 700 series LCD Driver" 1089e124435SKristoffer Ericson depends on SA1100_JORNADA720_SSP && !PREEMPT 1099e124435SKristoffer Ericson default y 1109e124435SKristoffer Ericson help 1119e124435SKristoffer Ericson If you have an HP Jornada 700 series handheld (710/720/728) 1129e124435SKristoffer Ericson say Y to enable LCD control driver. 1139e124435SKristoffer Ericson 114ee378a5cSInKi Daeconfig LCD_S6E63M0 115ee378a5cSInKi Dae tristate "S6E63M0 AMOLED LCD Driver" 116ee378a5cSInKi Dae depends on SPI && BACKLIGHT_CLASS_DEVICE 117ee378a5cSInKi Dae default n 118ee378a5cSInKi Dae help 119ee378a5cSInKi Dae If you have an S6E63M0 LCD Panel, say Y to enable its 120ee378a5cSInKi Dae LCD control driver. 121ee378a5cSInKi Dae 1221baf0eb3SDonghwa Leeconfig LCD_LD9040 1231baf0eb3SDonghwa Lee tristate "LD9040 AMOLED LCD Driver" 1241baf0eb3SDonghwa Lee depends on SPI && BACKLIGHT_CLASS_DEVICE 1251baf0eb3SDonghwa Lee default n 1261baf0eb3SDonghwa Lee help 1271baf0eb3SDonghwa Lee If you have an LD9040 Panel, say Y to enable its 1281baf0eb3SDonghwa Lee control driver. 1291baf0eb3SDonghwa Lee 130a4c8aaa5SJingoo Hanconfig LCD_AMS369FG06 131a4c8aaa5SJingoo Han tristate "AMS369FG06 AMOLED LCD Driver" 132a4c8aaa5SJingoo Han depends on SPI && BACKLIGHT_CLASS_DEVICE 133a4c8aaa5SJingoo Han default n 134a4c8aaa5SJingoo Han help 135a4c8aaa5SJingoo Han If you have an AMS369FG06 AMOLED Panel, say Y to enable its 136a4c8aaa5SJingoo Han LCD control driver. 137a4c8aaa5SJingoo Han 1381be9ca25SJingoo Hanconfig LCD_LMS501KF03 1391be9ca25SJingoo Han tristate "LMS501KF03 LCD Driver" 1401be9ca25SJingoo Han depends on SPI 1411be9ca25SJingoo Han default n 1421be9ca25SJingoo Han help 1431be9ca25SJingoo Han If you have an LMS501KF03 LCD Panel, say Y to enable its 1441be9ca25SJingoo Han LCD control driver. 1451be9ca25SJingoo Han 1468a6c1dd5SMaxime Ripardconfig LCD_HX8357 1478a6c1dd5SMaxime Ripard tristate "Himax HX-8357 LCD Driver" 1488a6c1dd5SMaxime Ripard depends on SPI 1498a6c1dd5SMaxime Ripard help 1508a6c1dd5SMaxime Ripard If you have a HX-8357 LCD panel, say Y to enable its LCD control 1518a6c1dd5SMaxime Ripard driver. 1528a6c1dd5SMaxime Ripard 1538fdd5767SH Hartley Sweetenendif # LCD_CLASS_DEVICE 1548fdd5767SH Hartley Sweeten 155fa9133c2SDavid Brownell# 156fa9133c2SDavid Brownell# Backlight 157fa9133c2SDavid Brownell# 158fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE 159fa9133c2SDavid Brownell tristate "Lowlevel Backlight controls" 160fa9133c2SDavid Brownell default m 161fa9133c2SDavid Brownell help 162fa9133c2SDavid Brownell This framework adds support for low-level control of the LCD 163fa9133c2SDavid Brownell backlight. This includes support for brightness and power. 164fa9133c2SDavid Brownell 165fa9133c2SDavid Brownell To have support for your specific LCD panel you will have to 166fa9133c2SDavid Brownell select the proper drivers which depend on this option. 167fa9133c2SDavid Brownell 1688fdd5767SH Hartley Sweetenif BACKLIGHT_CLASS_DEVICE 1698fdd5767SH Hartley Sweeten 170a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC 171a9a84c37SDavid Brownell bool "Atmel LCDC Contrast-as-Backlight control" 1728fdd5767SH Hartley Sweeten depends on FB_ATMEL 173a9a84c37SDavid Brownell help 174a9a84c37SDavid Brownell This provides a backlight control internal to the Atmel LCDC 175a9a84c37SDavid Brownell driver. If the LCD "contrast control" on your board is wired 176a9a84c37SDavid Brownell so it controls the backlight brightness, select this option to 177a9a84c37SDavid Brownell export this as a PWM-based backlight control. 178a9a84c37SDavid Brownell 179a9a84c37SDavid Brownell If in doubt, it's safe to enable this option; it doesn't kick 180a9a84c37SDavid Brownell in unless the board's description says it's wired that way. 181a9a84c37SDavid Brownell 18208b3924bSH Hartley Sweetenconfig BACKLIGHT_EP93XX 18308b3924bSH Hartley Sweeten tristate "Cirrus EP93xx Backlight Driver" 18408b3924bSH Hartley Sweeten depends on FB_EP93XX 18508b3924bSH Hartley Sweeten help 18608b3924bSH Hartley Sweeten If you have a LCD backlight connected to the BRIGHT output of 18708b3924bSH Hartley Sweeten the EP93xx, say Y here to enable this driver. 18808b3924bSH Hartley Sweeten 18908b3924bSH Hartley Sweeten To compile this driver as a module, choose M here: the module will 19008b3924bSH Hartley Sweeten be called ep93xx_bl. 19108b3924bSH Hartley Sweeten 192d00ba726SRichard Purdieconfig BACKLIGHT_GENERIC 193d00ba726SRichard Purdie tristate "Generic (aka Sharp Corgi) Backlight Driver" 194d00ba726SRichard Purdie default y 1951da177e4SLinus Torvalds help 196c3f8f650SRichard Purdie Say y to enable the generic platform backlight driver previously 197c3f8f650SRichard Purdie known as the Corgi backlight driver. If you have a Sharp Zaurus 198d00ba726SRichard Purdie SL-C7xx, SL-Cxx00 or SL-6000x say y. 19945e2a9b4SEric Miao 2002188a988SLinus Walleijconfig BACKLIGHT_IPAQ_MICRO 2012188a988SLinus Walleij tristate "iPAQ microcontroller backlight driver" 2022188a988SLinus Walleij depends on MFD_IPAQ_MICRO 2032188a988SLinus Walleij default y 2042188a988SLinus Walleij help 2052188a988SLinus Walleij Say y to enable the backlight driver for Compaq iPAQ handheld 2062188a988SLinus Walleij computers. Say yes if you have one of the h3100/h3600/h3700 2072188a988SLinus Walleij machines. 2082188a988SLinus Walleij 2097f26c970SJohan Hovoldconfig BACKLIGHT_LM3533 2107f26c970SJohan Hovold tristate "Backlight Driver for LM3533" 2117f26c970SJohan Hovold depends on BACKLIGHT_CLASS_DEVICE 2127f26c970SJohan Hovold depends on MFD_LM3533 2137f26c970SJohan Hovold help 2147f26c970SJohan Hovold Say Y to enable the backlight driver for National Semiconductor / TI 2157f26c970SJohan Hovold LM3533 Lighting Power chips. 2167f26c970SJohan Hovold 2177f26c970SJohan Hovold The backlights can be controlled directly, through PWM input, or by 2187f26c970SJohan Hovold the ambient-light-sensor interface. The chip supports 256 brightness 2197f26c970SJohan Hovold levels. 2207f26c970SJohan Hovold 221e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO 222e4423781SRichard Purdie tristate "Sharp LOCOMO LCD/Backlight Driver" 2238fdd5767SH Hartley Sweeten depends on SHARP_LOCOMO 224e4423781SRichard Purdie default y 225e4423781SRichard Purdie help 226e4423781SRichard Purdie If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to 227e4423781SRichard Purdie enable the LCD/backlight driver. 228e4423781SRichard Purdie 229ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1 230ec072b0fSAndrzej Zaborowski tristate "OMAP1 PWL-based LCD Backlight" 2318fdd5767SH Hartley Sweeten depends on ARCH_OMAP1 232ec072b0fSAndrzej Zaborowski default y 233ec072b0fSAndrzej Zaborowski help 234ec072b0fSAndrzej Zaborowski This driver controls the LCD backlight level and power for 235ec072b0fSAndrzej Zaborowski the PWL module of OMAP1 processors. Say Y if your board 236ec072b0fSAndrzej Zaborowski uses this hardware. 237ec072b0fSAndrzej Zaborowski 23806c6f900SAndriy Skulyshconfig BACKLIGHT_HP680 23906c6f900SAndriy Skulysh tristate "HP Jornada 680 Backlight Driver" 2408fdd5767SH Hartley Sweeten depends on SH_HP6XX 24106c6f900SAndriy Skulysh default y 24206c6f900SAndriy Skulysh help 24306c6f900SAndriy Skulysh If you have a HP Jornada 680, say y to enable the 24406c6f900SAndriy Skulysh backlight driver. 24506c6f900SAndriy Skulysh 24613a7b5dcSKristoffer Ericsonconfig BACKLIGHT_HP700 24713a7b5dcSKristoffer Ericson tristate "HP Jornada 700 series Backlight Driver" 24813a7b5dcSKristoffer Ericson depends on SA1100_JORNADA720_SSP && !PREEMPT 24913a7b5dcSKristoffer Ericson default y 25013a7b5dcSKristoffer Ericson help 25113a7b5dcSKristoffer Ericson If you have an HP Jornada 700 series, 25213a7b5dcSKristoffer Ericson say Y to include backlight control driver. 25313a7b5dcSKristoffer Ericson 254dbe7e429SAlan Hourihaneconfig BACKLIGHT_CARILLO_RANCH 255dbe7e429SAlan Hourihane tristate "Intel Carillo Ranch Backlight Driver" 2568fdd5767SH Hartley Sweeten depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578 257dbe7e429SAlan Hourihane help 258dbe7e429SAlan Hourihane If you have a Intel LE80578 (Carillo Ranch) say Y to enable the 259dbe7e429SAlan Hourihane backlight driver. 26042796d37Seric miao 26142796d37Seric miaoconfig BACKLIGHT_PWM 26242796d37Seric miao tristate "Generic PWM based Backlight Driver" 2633e3ed6cdSThierry Reding depends on PWM 26442796d37Seric miao help 26542796d37Seric miao If you have a LCD backlight adjustable by PWM, say Y to enable 26642796d37Seric miao this driver. 2677be35c72SMatthew Garrett 268923ae48bSMike Rapoportconfig BACKLIGHT_DA903X 269923ae48bSMike Rapoport tristate "Backlight Driver for DA9030/DA9034 using WLED" 2708fdd5767SH Hartley Sweeten depends on PMIC_DA903X 271923ae48bSMike Rapoport help 272923ae48bSMike Rapoport If you have a LCD backlight connected to the WLED output of DA9030 273923ae48bSMike Rapoport or DA9034 WLED output, say Y here to enable this driver. 274923ae48bSMike Rapoport 2756ede3d83SAshish Jangamconfig BACKLIGHT_DA9052 2766ede3d83SAshish Jangam tristate "Dialog DA9052/DA9053 WLED" 2776ede3d83SAshish Jangam depends on PMIC_DA9052 2786ede3d83SAshish Jangam help 2796ede3d83SAshish Jangam Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs. 2806ede3d83SAshish Jangam 2814f811ef0SHaojian Zhuangconfig BACKLIGHT_MAX8925 2824f811ef0SHaojian Zhuang tristate "Backlight driver for MAX8925" 2838fdd5767SH Hartley Sweeten depends on MFD_MAX8925 2844f811ef0SHaojian Zhuang help 2854f811ef0SHaojian Zhuang If you have a LCD backlight connected to the WLED output of MAX8925 2864f811ef0SHaojian Zhuang WLED output, say Y here to enable this driver. 2874f811ef0SHaojian Zhuang 28839b3dee7SMatthew Garrettconfig BACKLIGHT_APPLE 28939b3dee7SMatthew Garrett tristate "Apple Backlight Driver" 290b372412eSRandy Dunlap depends on X86 && ACPI 2917be35c72SMatthew Garrett help 29239b3dee7SMatthew Garrett If you have an Intel-based Apple say Y to enable a driver for its 293b372412eSRandy Dunlap backlight. 2947be35c72SMatthew Garrett 295fbd1b17bSDmitry Baryshkovconfig BACKLIGHT_TOSA 296fbd1b17bSDmitry Baryshkov tristate "Sharp SL-6000 Backlight Driver" 2978fdd5767SH Hartley Sweeten depends on I2C && MACH_TOSA && LCD_TOSA 298fbd1b17bSDmitry Baryshkov help 299fbd1b17bSDmitry Baryshkov If you have an Sharp SL-6000 Zaurus say Y to enable a driver 300fbd1b17bSDmitry Baryshkov for its backlight 301fbd1b17bSDmitry Baryshkov 302*7ddbc242SBjorn Anderssonconfig BACKLIGHT_PM8941_WLED 303*7ddbc242SBjorn Andersson tristate "Qualcomm PM8941 WLED Driver" 304*7ddbc242SBjorn Andersson select REGMAP 305*7ddbc242SBjorn Andersson help 306*7ddbc242SBjorn Andersson If you have the Qualcomm PM8941, say Y to enable a driver for the 307*7ddbc242SBjorn Andersson WLED block. 308*7ddbc242SBjorn Andersson 309d03ebb12SClaudio Niederconfig BACKLIGHT_SAHARA 310d03ebb12SClaudio Nieder tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" 3118fdd5767SH Hartley Sweeten depends on X86 312d03ebb12SClaudio Nieder help 313d03ebb12SClaudio Nieder If you have a Tabletkiosk Sahara Touch-iT, say y to enable the 314d03ebb12SClaudio Nieder backlight driver. 315a4f3d55cSMark Brown 316a4f3d55cSMark Brownconfig BACKLIGHT_WM831X 317a4f3d55cSMark Brown tristate "WM831x PMIC Backlight Driver" 3188fdd5767SH Hartley Sweeten depends on MFD_WM831X 319a4f3d55cSMark Brown help 320a4f3d55cSMark Brown If you have a backlight driven by the ISINK and DCDC of a 321a4f3d55cSMark Brown WM831x PMIC say y to enable the backlight driver for it. 3223b96ea9eSThierry Reding 323a7998cecSMichael Hennerichconfig BACKLIGHT_ADP5520 324a7998cecSMichael Hennerich tristate "Backlight Driver for ADP5520/ADP5501 using WLED" 3258fdd5767SH Hartley Sweeten depends on PMIC_ADP5520 326a7998cecSMichael Hennerich help 327a7998cecSMichael Hennerich If you have a LCD backlight connected to the BST/BL_SNK output of 328a7998cecSMichael Hennerich ADP5520 or ADP5501, say Y here to enable this driver. 329a7998cecSMichael Hennerich 330a7998cecSMichael Hennerich To compile this driver as a module, choose M here: the module will 331a7998cecSMichael Hennerich be called adp5520_bl. 332a7998cecSMichael Hennerich 33382fd53b7SMichael Hennerichconfig BACKLIGHT_ADP8860 334c7c06d8aSMichael Hennerich tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED" 33582fd53b7SMichael Hennerich depends on BACKLIGHT_CLASS_DEVICE && I2C 33682fd53b7SMichael Hennerich select NEW_LEDS 33782fd53b7SMichael Hennerich select LEDS_CLASS 33882fd53b7SMichael Hennerich help 339c7c06d8aSMichael Hennerich If you have a LCD backlight connected to the ADP8860, ADP8861 or 340c7c06d8aSMichael Hennerich ADP8863 say Y here to enable this driver. 34182fd53b7SMichael Hennerich 34282fd53b7SMichael Hennerich To compile this driver as a module, choose M here: the module will 34382fd53b7SMichael Hennerich be called adp8860_bl. 34482fd53b7SMichael Hennerich 345a59ec1e7SMichael Hennerichconfig BACKLIGHT_ADP8870 346a59ec1e7SMichael Hennerich tristate "Backlight Driver for ADP8870 using WLED" 347a59ec1e7SMichael Hennerich depends on BACKLIGHT_CLASS_DEVICE && I2C 348a59ec1e7SMichael Hennerich select NEW_LEDS 349a59ec1e7SMichael Hennerich select LEDS_CLASS 350a59ec1e7SMichael Hennerich help 351a59ec1e7SMichael Hennerich If you have a LCD backlight connected to the ADP8870, 352a59ec1e7SMichael Hennerich say Y here to enable this driver. 353a59ec1e7SMichael Hennerich 354a59ec1e7SMichael Hennerich To compile this driver as a module, choose M here: the module will 355a59ec1e7SMichael Hennerich be called adp8870_bl. 356a59ec1e7SMichael Hennerich 357d07e8bf8SHaojian Zhuangconfig BACKLIGHT_88PM860X 358d07e8bf8SHaojian Zhuang tristate "Backlight Driver for 88PM8606 using WLED" 3598fdd5767SH Hartley Sweeten depends on MFD_88PM860X 360d07e8bf8SHaojian Zhuang help 361d07e8bf8SHaojian Zhuang Say Y to enable the backlight driver for Marvell 88PM8606. 362d07e8bf8SHaojian Zhuang 3632ddfd12fSLars-Peter Clausenconfig BACKLIGHT_PCF50633 3642ddfd12fSLars-Peter Clausen tristate "Backlight driver for NXP PCF50633 MFD" 3652ddfd12fSLars-Peter Clausen depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633 3662ddfd12fSLars-Peter Clausen help 3672ddfd12fSLars-Peter Clausen If you have a backlight driven by a NXP PCF50633 MFD, say Y here to 3682ddfd12fSLars-Peter Clausen enable its driver. 3692ddfd12fSLars-Peter Clausen 3704b0d711bSJin Parkconfig BACKLIGHT_AAT2870 37170d32719SAndrew Morton tristate "AnalogicTech AAT2870 Backlight" 3724b0d711bSJin Park depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE 3734b0d711bSJin Park help 3744b0d711bSJin Park If you have a AnalogicTech AAT2870 say Y to enable the 3754b0d711bSJin Park backlight driver. 3764b0d711bSJin Park 37728e64a68SDaniel Jeongconfig BACKLIGHT_LM3630A 37828e64a68SDaniel Jeong tristate "Backlight Driver for LM3630A" 37905c4cc0fSPeter Griffin depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM 3800c2a665aSG.Shark Jeong select REGMAP_I2C 3810c2a665aSG.Shark Jeong help 38228e64a68SDaniel Jeong This supports TI LM3630A Backlight Driver 3830c2a665aSG.Shark Jeong 3840f59858dSG.Shark Jeongconfig BACKLIGHT_LM3639 3850f59858dSG.Shark Jeong tristate "Backlight Driver for LM3639" 3860f59858dSG.Shark Jeong depends on BACKLIGHT_CLASS_DEVICE && I2C 3870f59858dSG.Shark Jeong select REGMAP_I2C 3880f59858dSG.Shark Jeong select NEW_LEDS 3890f59858dSG.Shark Jeong select LEDS_CLASS 3900f59858dSG.Shark Jeong help 3910f59858dSG.Shark Jeong This supports TI LM3639 Backlight + 1.5A Flash LED Driver 3920f59858dSG.Shark Jeong 3937be865abSKim, Miloconfig BACKLIGHT_LP855X 3947be865abSKim, Milo tristate "Backlight driver for TI LP855X" 39591a57dc1SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM 3967be865abSKim, Milo help 3975812c13aSMilo Kim This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and 3985812c13aSMilo Kim LP8557 backlight driver. 3997be865abSKim, Milo 400c5a51053SKim, Miloconfig BACKLIGHT_LP8788 401c5a51053SKim, Milo tristate "Backlight driver for TI LP8788 MFD" 40251319936SPeter Griffin depends on BACKLIGHT_CLASS_DEVICE && MFD_LP8788 && PWM 403c5a51053SKim, Milo help 404c5a51053SKim, Milo This supports TI LP8788 backlight driver. 405c5a51053SKim, Milo 406c8df7428SChristian Gmeinerconfig BACKLIGHT_OT200 407c8df7428SChristian Gmeiner tristate "Backlight driver for ot200 visualisation device" 4082df5e129SRandy Dunlap depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535 409c8df7428SChristian Gmeiner help 410c8df7428SChristian Gmeiner To compile this driver as a module, choose M here: the module will be 411c8df7428SChristian Gmeiner called ot200_bl. 412c8df7428SChristian Gmeiner 41335c1682cSGrazvydas Ignotasconfig BACKLIGHT_PANDORA 41435c1682cSGrazvydas Ignotas tristate "Backlight driver for Pandora console" 41535c1682cSGrazvydas Ignotas depends on TWL4030_CORE 41635c1682cSGrazvydas Ignotas help 41735c1682cSGrazvydas Ignotas If you have a Pandora console, say Y to enable the 41835c1682cSGrazvydas Ignotas backlight driver. 41935c1682cSGrazvydas Ignotas 420f705806cSGyungoh Yooconfig BACKLIGHT_SKY81452 421f705806cSGyungoh Yoo tristate "Backlight driver for SKY81452" 422f705806cSGyungoh Yoo depends on BACKLIGHT_CLASS_DEVICE && MFD_SKY81452 423f705806cSGyungoh Yoo help 424f705806cSGyungoh Yoo If you have a Skyworks SKY81452, say Y to enable the 425f705806cSGyungoh Yoo backlight driver. 426f705806cSGyungoh Yoo 427f705806cSGyungoh Yoo To compile this driver as a module, choose M here: the module will 428f705806cSGyungoh Yoo be called sky81452-backlight 429f705806cSGyungoh Yoo 430eebfdc17SMatthias Kaehlckeconfig BACKLIGHT_TPS65217 431eebfdc17SMatthias Kaehlcke tristate "TPS65217 Backlight" 432eebfdc17SMatthias Kaehlcke depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217 433eebfdc17SMatthias Kaehlcke help 434eebfdc17SMatthias Kaehlcke If you have a Texas Instruments TPS65217 say Y to enable the 435eebfdc17SMatthias Kaehlcke backlight driver. 436eebfdc17SMatthias Kaehlcke 437de474b5bSGuennadi Liakhovetskiconfig BACKLIGHT_AS3711 438de474b5bSGuennadi Liakhovetski tristate "AS3711 Backlight" 439de474b5bSGuennadi Liakhovetski depends on BACKLIGHT_CLASS_DEVICE && MFD_AS3711 440de474b5bSGuennadi Liakhovetski help 441de474b5bSGuennadi Liakhovetski If you have an Austrian Microsystems AS3711 say Y to enable the 442de474b5bSGuennadi Liakhovetski backlight driver. 443de474b5bSGuennadi Liakhovetski 4448b770e3cSLaurent Pinchartconfig BACKLIGHT_GPIO 4458b770e3cSLaurent Pinchart tristate "Generic GPIO based Backlight Driver" 4460e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 4478b770e3cSLaurent Pinchart help 4488b770e3cSLaurent Pinchart If you have a LCD backlight adjustable by GPIO, say Y to enable 4498b770e3cSLaurent Pinchart this driver. 4508b770e3cSLaurent Pinchart 45182e5c40dSLaurent Pinchartconfig BACKLIGHT_LV5207LP 45282e5c40dSLaurent Pinchart tristate "Sanyo LV5207LP Backlight" 45382e5c40dSLaurent Pinchart depends on I2C 45482e5c40dSLaurent Pinchart help 45582e5c40dSLaurent Pinchart If you have a Sanyo LV5207LP say Y to enable the backlight driver. 45682e5c40dSLaurent Pinchart 45767b43e59SLaurent Pinchartconfig BACKLIGHT_BD6107 45867b43e59SLaurent Pinchart tristate "Rohm BD6107 Backlight" 45967b43e59SLaurent Pinchart depends on I2C 46067b43e59SLaurent Pinchart help 46167b43e59SLaurent Pinchart If you have a Rohm BD6107 say Y to enable the backlight driver. 46267b43e59SLaurent Pinchart 4638fdd5767SH Hartley Sweetenendif # BACKLIGHT_CLASS_DEVICE 4648fdd5767SH Hartley Sweeten 4658fdd5767SH Hartley Sweetenendif # BACKLIGHT_LCD_SUPPORT 466