1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Backlight & LCD drivers configuration 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 68c5dc8d9SAlexander Shiyanmenu "Backlight & LCD device support" 78fdd5767SH Hartley Sweeten 8fa9133c2SDavid Brownell# 9fa9133c2SDavid Brownell# LCD 10fa9133c2SDavid Brownell# 111da177e4SLinus Torvaldsconfig LCD_CLASS_DEVICE 121da177e4SLinus Torvalds tristate "Lowlevel LCD controls" 131da177e4SLinus Torvalds help 141da177e4SLinus Torvalds This framework adds support for low-level control of LCD. 151da177e4SLinus Torvalds Some framebuffer devices connect to platform-specific LCD modules 161da177e4SLinus Torvalds in order to have a platform-specific way to control the flat panel 171da177e4SLinus Torvalds (contrast and applying power to the LCD (not to the backlight!)). 181da177e4SLinus Torvalds 191da177e4SLinus Torvalds To have support for your specific LCD panel you will have to 201da177e4SLinus Torvalds select the proper drivers which depend on this option. 211da177e4SLinus Torvalds 228fdd5767SH Hartley Sweetenif LCD_CLASS_DEVICE 238fdd5767SH Hartley Sweeten 24b18250a8SEric Miaoconfig LCD_CORGI 25b18250a8SEric Miao tristate "LCD Panel support for SHARP corgi/spitz model" 26e6162f3eSArnd Bergmann depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE 27b18250a8SEric Miao help 28b18250a8SEric Miao Say y here to support the LCD panels usually found on SHARP 29b18250a8SEric Miao corgi (C7x0) and spitz (Cxx00) models. 30b18250a8SEric Miao 31e7fb9c4aSAlberto Panizzoconfig LCD_L4F00242T03 32e7fb9c4aSAlberto Panizzo tristate "Epson L4F00242T03 LCD" 330e441665SGeert Uytterhoeven depends on SPI_MASTER 340e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 35e7fb9c4aSAlberto Panizzo help 36e7fb9c4aSAlberto Panizzo SPI driver for Epson L4F00242T03. This provides basic support 37e7fb9c4aSAlberto Panizzo for init and powering the LCD up/down through a sysfs interface. 38e7fb9c4aSAlberto Panizzo 395036cc41SMarek Vasutconfig LCD_LMS283GF05 405036cc41SMarek Vasut tristate "Samsung LMS283GF05 LCD" 410e441665SGeert Uytterhoeven depends on SPI_MASTER 420e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 435036cc41SMarek Vasut help 445036cc41SMarek Vasut SPI driver for Samsung LMS283GF05. This provides basic support 455036cc41SMarek Vasut for powering the LCD up/down through a sysfs interface. 465036cc41SMarek Vasut 4718f65c79SHaavard Skinnemoenconfig LCD_LTV350QV 4818f65c79SHaavard Skinnemoen tristate "Samsung LTV350QV LCD Panel" 498fdd5767SH Hartley Sweeten depends on SPI_MASTER 5018f65c79SHaavard Skinnemoen help 5118f65c79SHaavard Skinnemoen If you have a Samsung LTV350QV LCD panel, say y to include a 5218f65c79SHaavard Skinnemoen power control driver for it. The panel starts up in power 5318f65c79SHaavard Skinnemoen off state, so you need this driver in order to see any 5418f65c79SHaavard Skinnemoen output. 5518f65c79SHaavard Skinnemoen 5618f65c79SHaavard Skinnemoen The LTV350QV panel is present on all ATSTK1000 boards. 5718f65c79SHaavard Skinnemoen 584cfbfa97SStefano Babicconfig LCD_ILI922X 594cfbfa97SStefano Babic tristate "ILI Technology ILI9221/ILI9222 support" 604cfbfa97SStefano Babic depends on SPI 614cfbfa97SStefano Babic help 624cfbfa97SStefano Babic If you have a panel based on the ILI9221/9222 controller 634cfbfa97SStefano Babic chip then say y to include a driver for it. 644cfbfa97SStefano Babic 65cccb6d3cSBen Dooksconfig LCD_ILI9320 66fd6de530SJingoo Han tristate "ILI Technology ILI9320 controller support" 67fd6de530SJingoo Han depends on SPI 68cccb6d3cSBen Dooks help 69cccb6d3cSBen Dooks If you have a panel based on the ILI9320 controller chip 70cccb6d3cSBen Dooks then say y to include a power driver for it. 71cccb6d3cSBen Dooks 72dd89ccb2SEric Miaoconfig LCD_TDO24M 73f4f6bda0SMike Rapoport tristate "Toppoly TDO24M and TDO35S LCD Panels support" 748fdd5767SH Hartley Sweeten depends on SPI_MASTER 75dd89ccb2SEric Miao help 76f4f6bda0SMike Rapoport If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to 77dd89ccb2SEric Miao include the support for it. 78dd89ccb2SEric Miao 79cccb6d3cSBen Dooksconfig LCD_VGG2432A4 80cccb6d3cSBen Dooks tristate "VGG2432A4 LCM device support" 818fdd5767SH Hartley Sweeten depends on SPI_MASTER 82cccb6d3cSBen Dooks select LCD_ILI9320 83cccb6d3cSBen Dooks help 84cccb6d3cSBen Dooks If you have a VGG2432A4 panel based on the ILI9320 controller chip 85cccb6d3cSBen Dooks then say y to include a power driver for it. 86cccb6d3cSBen Dooks 87c25826a7SBen Dooksconfig LCD_PLATFORM 88c25826a7SBen Dooks tristate "Platform LCD controls" 89c25826a7SBen Dooks help 90c25826a7SBen Dooks This driver provides a platform-device registered LCD power 91c25826a7SBen Dooks control interface. 92c25826a7SBen Dooks 939e124435SKristoffer Ericsonconfig LCD_HP700 949e124435SKristoffer Ericson tristate "HP Jornada 700 series LCD Driver" 9553e49291SThomas Gleixner depends on SA1100_JORNADA720_SSP && !PREEMPTION 969e124435SKristoffer Ericson default y 979e124435SKristoffer Ericson help 989e124435SKristoffer Ericson If you have an HP Jornada 700 series handheld (710/720/728) 999e124435SKristoffer Ericson say Y to enable LCD control driver. 1009e124435SKristoffer Ericson 101a4c8aaa5SJingoo Hanconfig LCD_AMS369FG06 102a4c8aaa5SJingoo Han tristate "AMS369FG06 AMOLED LCD Driver" 103a4c8aaa5SJingoo Han depends on SPI && BACKLIGHT_CLASS_DEVICE 104a4c8aaa5SJingoo Han default n 105a4c8aaa5SJingoo Han help 106a4c8aaa5SJingoo Han If you have an AMS369FG06 AMOLED Panel, say Y to enable its 107a4c8aaa5SJingoo Han LCD control driver. 108a4c8aaa5SJingoo Han 1091be9ca25SJingoo Hanconfig LCD_LMS501KF03 1101be9ca25SJingoo Han tristate "LMS501KF03 LCD Driver" 1111be9ca25SJingoo Han depends on SPI 1121be9ca25SJingoo Han default n 1131be9ca25SJingoo Han help 1141be9ca25SJingoo Han If you have an LMS501KF03 LCD Panel, say Y to enable its 1151be9ca25SJingoo Han LCD control driver. 1161be9ca25SJingoo Han 1178a6c1dd5SMaxime Ripardconfig LCD_HX8357 1188a6c1dd5SMaxime Ripard tristate "Himax HX-8357 LCD Driver" 1198a6c1dd5SMaxime Ripard depends on SPI 1208a6c1dd5SMaxime Ripard help 1218a6c1dd5SMaxime Ripard If you have a HX-8357 LCD panel, say Y to enable its LCD control 1228a6c1dd5SMaxime Ripard driver. 1238a6c1dd5SMaxime Ripard 124e943da47SFelix Brackconfig LCD_OTM3225A 125e943da47SFelix Brack tristate "ORISE Technology OTM3225A support" 126e943da47SFelix Brack depends on SPI 127e943da47SFelix Brack help 128e943da47SFelix Brack If you have a panel based on the OTM3225A controller 129e943da47SFelix Brack chip then say y to include a driver for it. 130e943da47SFelix Brack 1318fdd5767SH Hartley Sweetenendif # LCD_CLASS_DEVICE 1328fdd5767SH Hartley Sweeten 133fa9133c2SDavid Brownell# 134fa9133c2SDavid Brownell# Backlight 135fa9133c2SDavid Brownell# 136fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE 137fa9133c2SDavid Brownell tristate "Lowlevel Backlight controls" 138fa9133c2SDavid Brownell help 139fa9133c2SDavid Brownell This framework adds support for low-level control of the LCD 140fa9133c2SDavid Brownell backlight. This includes support for brightness and power. 141fa9133c2SDavid Brownell 142fa9133c2SDavid Brownell To have support for your specific LCD panel you will have to 143fa9133c2SDavid Brownell select the proper drivers which depend on this option. 144fa9133c2SDavid Brownell 1458fdd5767SH Hartley Sweetenif BACKLIGHT_CLASS_DEVICE 1468fdd5767SH Hartley Sweeten 147a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC 148a9a84c37SDavid Brownell bool "Atmel LCDC Contrast-as-Backlight control" 1498fdd5767SH Hartley Sweeten depends on FB_ATMEL 150a9a84c37SDavid Brownell help 151a9a84c37SDavid Brownell This provides a backlight control internal to the Atmel LCDC 152a9a84c37SDavid Brownell driver. If the LCD "contrast control" on your board is wired 153a9a84c37SDavid Brownell so it controls the backlight brightness, select this option to 154a9a84c37SDavid Brownell export this as a PWM-based backlight control. 155a9a84c37SDavid Brownell 156a9a84c37SDavid Brownell If in doubt, it's safe to enable this option; it doesn't kick 157a9a84c37SDavid Brownell in unless the board's description says it's wired that way. 158a9a84c37SDavid Brownell 15908b3924bSH Hartley Sweetenconfig BACKLIGHT_EP93XX 16008b3924bSH Hartley Sweeten tristate "Cirrus EP93xx Backlight Driver" 16108b3924bSH Hartley Sweeten depends on FB_EP93XX 16208b3924bSH Hartley Sweeten help 16308b3924bSH Hartley Sweeten If you have a LCD backlight connected to the BRIGHT output of 16408b3924bSH Hartley Sweeten the EP93xx, say Y here to enable this driver. 16508b3924bSH Hartley Sweeten 16608b3924bSH Hartley Sweeten To compile this driver as a module, choose M here: the module will 16708b3924bSH Hartley Sweeten be called ep93xx_bl. 16808b3924bSH Hartley Sweeten 1692188a988SLinus Walleijconfig BACKLIGHT_IPAQ_MICRO 1702188a988SLinus Walleij tristate "iPAQ microcontroller backlight driver" 1712188a988SLinus Walleij depends on MFD_IPAQ_MICRO 1722188a988SLinus Walleij default y 1732188a988SLinus Walleij help 1742188a988SLinus Walleij Say y to enable the backlight driver for Compaq iPAQ handheld 1752188a988SLinus Walleij computers. Say yes if you have one of the h3100/h3600/h3700 1762188a988SLinus Walleij machines. 1772188a988SLinus Walleij 1785317f37eSLinus Walleijconfig BACKLIGHT_KTD253 1795317f37eSLinus Walleij tristate "Backlight Driver for Kinetic KTD253" 1805317f37eSLinus Walleij depends on GPIOLIB || COMPILE_TEST 1815317f37eSLinus Walleij help 1825317f37eSLinus Walleij Say y to enabled the backlight driver for the Kinetic KTD253 1835317f37eSLinus Walleij which is a 1-wire GPIO-controlled backlight found in some mobile 1845317f37eSLinus Walleij phones. 1855317f37eSLinus Walleij 186a5554f1bSDuje Mihanovićconfig BACKLIGHT_KTD2801 187a5554f1bSDuje Mihanović tristate "Backlight Driver for Kinetic KTD2801" 188a5554f1bSDuje Mihanović select LEDS_EXPRESSWIRE 189a5554f1bSDuje Mihanović help 190a5554f1bSDuje Mihanović Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire 191a5554f1bSDuje Mihanović GPIO-controlled backlight found in Samsung Galaxy Core Prime VE LTE. 192a5554f1bSDuje Mihanović 193f8449c8fSJianhua Luconfig BACKLIGHT_KTZ8866 194f8449c8fSJianhua Lu tristate "Backlight Driver for Kinetic KTZ8866" 195f8449c8fSJianhua Lu depends on I2C 196f8449c8fSJianhua Lu select REGMAP_I2C 197f8449c8fSJianhua Lu help 198f8449c8fSJianhua Lu Say Y to enable the backlight driver for the Kinetic KTZ8866 199f8449c8fSJianhua Lu found in Xiaomi Mi Pad 5 series. 200f8449c8fSJianhua Lu 2017f26c970SJohan Hovoldconfig BACKLIGHT_LM3533 2027f26c970SJohan Hovold tristate "Backlight Driver for LM3533" 2037f26c970SJohan Hovold depends on MFD_LM3533 2047f26c970SJohan Hovold help 2057f26c970SJohan Hovold Say Y to enable the backlight driver for National Semiconductor / TI 2067f26c970SJohan Hovold LM3533 Lighting Power chips. 2077f26c970SJohan Hovold 2087f26c970SJohan Hovold The backlights can be controlled directly, through PWM input, or by 2097f26c970SJohan Hovold the ambient-light-sensor interface. The chip supports 256 brightness 2107f26c970SJohan Hovold levels. 2117f26c970SJohan Hovold 212e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO 213e4423781SRichard Purdie tristate "Sharp LOCOMO LCD/Backlight Driver" 2148fdd5767SH Hartley Sweeten depends on SHARP_LOCOMO 215e4423781SRichard Purdie default y 216e4423781SRichard Purdie help 217e4423781SRichard Purdie If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to 218e4423781SRichard Purdie enable the LCD/backlight driver. 219e4423781SRichard Purdie 220ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1 221ec072b0fSAndrzej Zaborowski tristate "OMAP1 PWL-based LCD Backlight" 222804f7f19SArnd Bergmann depends on ARCH_OMAP1 || COMPILE_TEST 223804f7f19SArnd Bergmann default ARCH_OMAP1 224ec072b0fSAndrzej Zaborowski help 225ec072b0fSAndrzej Zaborowski This driver controls the LCD backlight level and power for 226ec072b0fSAndrzej Zaborowski the PWL module of OMAP1 processors. Say Y if your board 227ec072b0fSAndrzej Zaborowski uses this hardware. 228ec072b0fSAndrzej Zaborowski 22906c6f900SAndriy Skulyshconfig BACKLIGHT_HP680 23006c6f900SAndriy Skulysh tristate "HP Jornada 680 Backlight Driver" 2318fdd5767SH Hartley Sweeten depends on SH_HP6XX 23206c6f900SAndriy Skulysh default y 23306c6f900SAndriy Skulysh help 23406c6f900SAndriy Skulysh If you have a HP Jornada 680, say y to enable the 23506c6f900SAndriy Skulysh backlight driver. 23606c6f900SAndriy Skulysh 23713a7b5dcSKristoffer Ericsonconfig BACKLIGHT_HP700 23813a7b5dcSKristoffer Ericson tristate "HP Jornada 700 series Backlight Driver" 23953e49291SThomas Gleixner depends on SA1100_JORNADA720_SSP && !PREEMPTION 24013a7b5dcSKristoffer Ericson default y 24113a7b5dcSKristoffer Ericson help 24213a7b5dcSKristoffer Ericson If you have an HP Jornada 700 series, 24313a7b5dcSKristoffer Ericson say Y to include backlight control driver. 24413a7b5dcSKristoffer Ericson 24542796d37Seric miaoconfig BACKLIGHT_PWM 24642796d37Seric miao tristate "Generic PWM based Backlight Driver" 2473e3ed6cdSThierry Reding depends on PWM 24842796d37Seric miao help 24942796d37Seric miao If you have a LCD backlight adjustable by PWM, say Y to enable 25042796d37Seric miao this driver. 2517be35c72SMatthew Garrett 252923ae48bSMike Rapoportconfig BACKLIGHT_DA903X 253923ae48bSMike Rapoport tristate "Backlight Driver for DA9030/DA9034 using WLED" 2548fdd5767SH Hartley Sweeten depends on PMIC_DA903X 255923ae48bSMike Rapoport help 256923ae48bSMike Rapoport If you have a LCD backlight connected to the WLED output of DA9030 257923ae48bSMike Rapoport or DA9034 WLED output, say Y here to enable this driver. 258923ae48bSMike Rapoport 2596ede3d83SAshish Jangamconfig BACKLIGHT_DA9052 2606ede3d83SAshish Jangam tristate "Dialog DA9052/DA9053 WLED" 2616ede3d83SAshish Jangam depends on PMIC_DA9052 2626ede3d83SAshish Jangam help 2636ede3d83SAshish Jangam Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs. 2646ede3d83SAshish Jangam 2654f811ef0SHaojian Zhuangconfig BACKLIGHT_MAX8925 2664f811ef0SHaojian Zhuang tristate "Backlight driver for MAX8925" 2678fdd5767SH Hartley Sweeten depends on MFD_MAX8925 2684f811ef0SHaojian Zhuang help 2694f811ef0SHaojian Zhuang If you have a LCD backlight connected to the WLED output of MAX8925 2704f811ef0SHaojian Zhuang WLED output, say Y here to enable this driver. 2714f811ef0SHaojian Zhuang 272e7647de0SChiaEn Wuconfig BACKLIGHT_MT6370 273e7647de0SChiaEn Wu tristate "MediaTek MT6370 Backlight Driver" 274e7647de0SChiaEn Wu depends on MFD_MT6370 275e7647de0SChiaEn Wu help 276e7647de0SChiaEn Wu This enables support for Mediatek MT6370 Backlight driver. 277e7647de0SChiaEn Wu It's commonly used to drive the display WLED. There are 4 channels 278e7647de0SChiaEn Wu inside, and each channel supports up to 30mA of current capability 279e7647de0SChiaEn Wu with 2048 current steps (only for MT6370/MT6371) or 16384 current 280e7647de0SChiaEn Wu steps (only for MT6372) in exponential or linear mapping curves. 281e7647de0SChiaEn Wu 282e7647de0SChiaEn Wu This driver can also be built as a module. If so, the module 283e7647de0SChiaEn Wu will be called "mt6370-backlight". 284e7647de0SChiaEn Wu 28539b3dee7SMatthew Garrettconfig BACKLIGHT_APPLE 28639b3dee7SMatthew Garrett tristate "Apple Backlight Driver" 287b372412eSRandy Dunlap depends on X86 && ACPI 2883608a2cdSHans de Goede depends on ACPI_VIDEO=n || ACPI_VIDEO 2897be35c72SMatthew Garrett help 29039b3dee7SMatthew Garrett If you have an Intel-based Apple say Y to enable a driver for its 291b372412eSRandy Dunlap backlight. 2927be35c72SMatthew Garrett 293*ea45d216SNick Chanconfig BACKLIGHT_APPLE_DWI 294*ea45d216SNick Chan tristate "Apple DWI 2-Wire Interface Backlight Driver" 295*ea45d216SNick Chan depends on ARCH_APPLE || COMPILE_TEST 296*ea45d216SNick Chan help 297*ea45d216SNick Chan Say Y to enable the backlight driver for backlight controllers 298*ea45d216SNick Chan attached via the Apple DWI 2-wire interface which is found in some 299*ea45d216SNick Chan Apple iPhones, iPads and iPod touches. 300*ea45d216SNick Chan 301*ea45d216SNick Chan To compile this driver as a module, choose M here: the module will 302*ea45d216SNick Chan be called apple_dwi_bl. 303*ea45d216SNick Chan 30451c0ddc7SKiran Gundaconfig BACKLIGHT_QCOM_WLED 30551c0ddc7SKiran Gunda tristate "Qualcomm PMIC WLED Driver" 3067ddbc242SBjorn Andersson select REGMAP 3077ddbc242SBjorn Andersson help 30851c0ddc7SKiran Gunda If you have the Qualcomm PMIC, say Y to enable a driver for the 30951c0ddc7SKiran Gunda WLED block. Currently it supports PM8941 and PMI8998. 3107ddbc242SBjorn Andersson 311190ccab3SChiYuan Huangconfig BACKLIGHT_RT4831 312190ccab3SChiYuan Huang tristate "Richtek RT4831 Backlight Driver" 313190ccab3SChiYuan Huang depends on MFD_RT4831 314190ccab3SChiYuan Huang help 315190ccab3SChiYuan Huang This enables support for Richtek RT4831 Backlight driver. 316190ccab3SChiYuan Huang It's commonly used to drive the display WLED. There're four channels 317190ccab3SChiYuan Huang inisde, and each channel can provide up to 30mA current. 318190ccab3SChiYuan Huang 319d03ebb12SClaudio Niederconfig BACKLIGHT_SAHARA 320d03ebb12SClaudio Nieder tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" 3218fdd5767SH Hartley Sweeten depends on X86 322d03ebb12SClaudio Nieder help 323d03ebb12SClaudio Nieder If you have a Tabletkiosk Sahara Touch-iT, say y to enable the 324d03ebb12SClaudio Nieder backlight driver. 325a4f3d55cSMark Brown 326a4f3d55cSMark Brownconfig BACKLIGHT_WM831X 327a4f3d55cSMark Brown tristate "WM831x PMIC Backlight Driver" 3288fdd5767SH Hartley Sweeten depends on MFD_WM831X 329a4f3d55cSMark Brown help 330a4f3d55cSMark Brown If you have a backlight driven by the ISINK and DCDC of a 331a4f3d55cSMark Brown WM831x PMIC say y to enable the backlight driver for it. 3323b96ea9eSThierry Reding 333a7998cecSMichael Hennerichconfig BACKLIGHT_ADP5520 334a7998cecSMichael Hennerich tristate "Backlight Driver for ADP5520/ADP5501 using WLED" 3358fdd5767SH Hartley Sweeten depends on PMIC_ADP5520 336a7998cecSMichael Hennerich help 337a7998cecSMichael Hennerich If you have a LCD backlight connected to the BST/BL_SNK output of 338a7998cecSMichael Hennerich ADP5520 or ADP5501, say Y here to enable this driver. 339a7998cecSMichael Hennerich 340a7998cecSMichael Hennerich To compile this driver as a module, choose M here: the module will 341a7998cecSMichael Hennerich be called adp5520_bl. 342a7998cecSMichael Hennerich 34382fd53b7SMichael Hennerichconfig BACKLIGHT_ADP8860 344c7c06d8aSMichael Hennerich tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED" 345bc32286cSAlexander Shiyan depends on I2C 34682fd53b7SMichael Hennerich select NEW_LEDS 34782fd53b7SMichael Hennerich select LEDS_CLASS 34882fd53b7SMichael Hennerich help 349c7c06d8aSMichael Hennerich If you have a LCD backlight connected to the ADP8860, ADP8861 or 350c7c06d8aSMichael Hennerich ADP8863 say Y here to enable this driver. 35182fd53b7SMichael Hennerich 35282fd53b7SMichael Hennerich To compile this driver as a module, choose M here: the module will 35382fd53b7SMichael Hennerich be called adp8860_bl. 35482fd53b7SMichael Hennerich 355a59ec1e7SMichael Hennerichconfig BACKLIGHT_ADP8870 356a59ec1e7SMichael Hennerich tristate "Backlight Driver for ADP8870 using WLED" 357bc32286cSAlexander Shiyan depends on I2C 358a59ec1e7SMichael Hennerich select NEW_LEDS 359a59ec1e7SMichael Hennerich select LEDS_CLASS 360a59ec1e7SMichael Hennerich help 361a59ec1e7SMichael Hennerich If you have a LCD backlight connected to the ADP8870, 362a59ec1e7SMichael Hennerich say Y here to enable this driver. 363a59ec1e7SMichael Hennerich 364a59ec1e7SMichael Hennerich To compile this driver as a module, choose M here: the module will 365a59ec1e7SMichael Hennerich be called adp8870_bl. 366a59ec1e7SMichael Hennerich 367d07e8bf8SHaojian Zhuangconfig BACKLIGHT_88PM860X 368d07e8bf8SHaojian Zhuang tristate "Backlight Driver for 88PM8606 using WLED" 3698fdd5767SH Hartley Sweeten depends on MFD_88PM860X 370d07e8bf8SHaojian Zhuang help 371d07e8bf8SHaojian Zhuang Say Y to enable the backlight driver for Marvell 88PM8606. 372d07e8bf8SHaojian Zhuang 3734b0d711bSJin Parkconfig BACKLIGHT_AAT2870 37470d32719SAndrew Morton tristate "AnalogicTech AAT2870 Backlight" 375bc32286cSAlexander Shiyan depends on MFD_AAT2870_CORE 3764b0d711bSJin Park help 3774b0d711bSJin Park If you have a AnalogicTech AAT2870 say Y to enable the 3784b0d711bSJin Park backlight driver. 3794b0d711bSJin Park 380b72755f5SPatrick Ganstererconfig BACKLIGHT_LM3509 381b72755f5SPatrick Gansterer tristate "Backlight Driver for LM3509" 382b72755f5SPatrick Gansterer depends on I2C 383b72755f5SPatrick Gansterer select REGMAP_I2C 384b72755f5SPatrick Gansterer help 385b72755f5SPatrick Gansterer This supports TI LM3509 Backlight Driver 386b72755f5SPatrick Gansterer 38728e64a68SDaniel Jeongconfig BACKLIGHT_LM3630A 38828e64a68SDaniel Jeong tristate "Backlight Driver for LM3630A" 389bc32286cSAlexander Shiyan depends on I2C && PWM 3900c2a665aSG.Shark Jeong select REGMAP_I2C 3910c2a665aSG.Shark Jeong help 39228e64a68SDaniel Jeong This supports TI LM3630A Backlight Driver 3930c2a665aSG.Shark Jeong 3940f59858dSG.Shark Jeongconfig BACKLIGHT_LM3639 3950f59858dSG.Shark Jeong tristate "Backlight Driver for LM3639" 396bc32286cSAlexander Shiyan depends on I2C 3970f59858dSG.Shark Jeong select REGMAP_I2C 3980f59858dSG.Shark Jeong select NEW_LEDS 3990f59858dSG.Shark Jeong select LEDS_CLASS 4000f59858dSG.Shark Jeong help 4010f59858dSG.Shark Jeong This supports TI LM3639 Backlight + 1.5A Flash LED Driver 4020f59858dSG.Shark Jeong 4037be865abSKim, Miloconfig BACKLIGHT_LP855X 4047be865abSKim, Milo tristate "Backlight driver for TI LP855X" 405bc32286cSAlexander Shiyan depends on I2C && PWM 4067be865abSKim, Milo help 4075812c13aSMilo Kim This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and 4085812c13aSMilo Kim LP8557 backlight driver. 4097be865abSKim, Milo 410c5a51053SKim, Miloconfig BACKLIGHT_LP8788 411c5a51053SKim, Milo tristate "Backlight driver for TI LP8788 MFD" 412bc32286cSAlexander Shiyan depends on MFD_LP8788 && PWM 413c5a51053SKim, Milo help 414c5a51053SKim, Milo This supports TI LP8788 backlight driver. 415c5a51053SKim, Milo 4162e914516SFlavio Suligoiconfig BACKLIGHT_MP3309C 4172e914516SFlavio Suligoi tristate "Backlight Driver for MPS MP3309C" 4182e914516SFlavio Suligoi depends on I2C && PWM 4192e914516SFlavio Suligoi select REGMAP_I2C 4202e914516SFlavio Suligoi help 4212e914516SFlavio Suligoi This supports MPS MP3309C backlight WLED driver in both PWM and 4222e914516SFlavio Suligoi analog/I2C dimming modes. 4232e914516SFlavio Suligoi 4242e914516SFlavio Suligoi To compile this driver as a module, choose M here: the module will 4252e914516SFlavio Suligoi be called mp3309c. 4262e914516SFlavio Suligoi 42735c1682cSGrazvydas Ignotasconfig BACKLIGHT_PANDORA 42835c1682cSGrazvydas Ignotas tristate "Backlight driver for Pandora console" 42935c1682cSGrazvydas Ignotas depends on TWL4030_CORE 43035c1682cSGrazvydas Ignotas help 43135c1682cSGrazvydas Ignotas If you have a Pandora console, say Y to enable the 43235c1682cSGrazvydas Ignotas backlight driver. 43335c1682cSGrazvydas Ignotas 434f705806cSGyungoh Yooconfig BACKLIGHT_SKY81452 435f705806cSGyungoh Yoo tristate "Backlight driver for SKY81452" 436bc32286cSAlexander Shiyan depends on MFD_SKY81452 437f705806cSGyungoh Yoo help 438f705806cSGyungoh Yoo If you have a Skyworks SKY81452, say Y to enable the 439f705806cSGyungoh Yoo backlight driver. 440f705806cSGyungoh Yoo 441f705806cSGyungoh Yoo To compile this driver as a module, choose M here: the module will 442f705806cSGyungoh Yoo be called sky81452-backlight 443f705806cSGyungoh Yoo 444eebfdc17SMatthias Kaehlckeconfig BACKLIGHT_TPS65217 445eebfdc17SMatthias Kaehlcke tristate "TPS65217 Backlight" 446bc32286cSAlexander Shiyan depends on MFD_TPS65217 447eebfdc17SMatthias Kaehlcke help 448eebfdc17SMatthias Kaehlcke If you have a Texas Instruments TPS65217 say Y to enable the 449eebfdc17SMatthias Kaehlcke backlight driver. 450eebfdc17SMatthias Kaehlcke 451de474b5bSGuennadi Liakhovetskiconfig BACKLIGHT_AS3711 452de474b5bSGuennadi Liakhovetski tristate "AS3711 Backlight" 453bc32286cSAlexander Shiyan depends on MFD_AS3711 454de474b5bSGuennadi Liakhovetski help 455de474b5bSGuennadi Liakhovetski If you have an Austrian Microsystems AS3711 say Y to enable the 456de474b5bSGuennadi Liakhovetski backlight driver. 457de474b5bSGuennadi Liakhovetski 4588b770e3cSLaurent Pinchartconfig BACKLIGHT_GPIO 4598b770e3cSLaurent Pinchart tristate "Generic GPIO based Backlight Driver" 4600e441665SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 4618b770e3cSLaurent Pinchart help 4628b770e3cSLaurent Pinchart If you have a LCD backlight adjustable by GPIO, say Y to enable 4638b770e3cSLaurent Pinchart this driver. 4648b770e3cSLaurent Pinchart 46582e5c40dSLaurent Pinchartconfig BACKLIGHT_LV5207LP 46682e5c40dSLaurent Pinchart tristate "Sanyo LV5207LP Backlight" 46782e5c40dSLaurent Pinchart depends on I2C 46882e5c40dSLaurent Pinchart help 46982e5c40dSLaurent Pinchart If you have a Sanyo LV5207LP say Y to enable the backlight driver. 47082e5c40dSLaurent Pinchart 47167b43e59SLaurent Pinchartconfig BACKLIGHT_BD6107 47267b43e59SLaurent Pinchart tristate "Rohm BD6107 Backlight" 47367b43e59SLaurent Pinchart depends on I2C 47467b43e59SLaurent Pinchart help 47567b43e59SLaurent Pinchart If you have a Rohm BD6107 say Y to enable the backlight driver. 47667b43e59SLaurent Pinchart 477e739c5bbSOlimpiu Dejeuconfig BACKLIGHT_ARCXCNN 478e739c5bbSOlimpiu Dejeu tristate "Backlight driver for the Arctic Sands ARCxCnnnn family" 479e739c5bbSOlimpiu Dejeu depends on I2C 480e739c5bbSOlimpiu Dejeu help 481e739c5bbSOlimpiu Dejeu If you have an ARCxCnnnn family backlight say Y to enable 482e739c5bbSOlimpiu Dejeu the backlight driver. 483e739c5bbSOlimpiu Dejeu 4846552d314SAndrey Smirnovconfig BACKLIGHT_RAVE_SP 4856552d314SAndrey Smirnov tristate "RAVE SP Backlight driver" 4866552d314SAndrey Smirnov depends on RAVE_SP_CORE 4876552d314SAndrey Smirnov help 4886552d314SAndrey Smirnov Support for backlight control on RAVE SP device. 4896552d314SAndrey Smirnov 490ae232e45STomi Valkeinenconfig BACKLIGHT_LED 491ae232e45STomi Valkeinen tristate "Generic LED based Backlight Driver" 492ae232e45STomi Valkeinen depends on LEDS_CLASS && OF 493ae232e45STomi Valkeinen help 494ae232e45STomi Valkeinen If you have a LCD backlight adjustable by LED class driver, say Y 495ae232e45STomi Valkeinen to enable this driver. 496ae232e45STomi Valkeinen 4978fdd5767SH Hartley Sweetenendif # BACKLIGHT_CLASS_DEVICE 4988fdd5767SH Hartley Sweeten 4998c5dc8d9SAlexander Shiyanendmenu 500