xref: /linux/drivers/video/backlight/Kconfig (revision 8c5dc8d9f19c7992b5ed557b865127a80149041b)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Backlight & LCD drivers configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5*8c5dc8d9SAlexander Shiyanmenu "Backlight & LCD device support"
68fdd5767SH Hartley Sweeten
7fa9133c2SDavid Brownell#
8fa9133c2SDavid Brownell# LCD
9fa9133c2SDavid Brownell#
101da177e4SLinus Torvaldsconfig LCD_CLASS_DEVICE
111da177e4SLinus Torvalds        tristate "Lowlevel LCD controls"
121da177e4SLinus Torvalds	default m
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
93fbd1b17bSDmitry Baryshkovconfig LCD_TOSA
94fbd1b17bSDmitry Baryshkov	tristate "Sharp SL-6000 LCD Driver"
955fc05780SArnd Bergmann	depends on I2C && SPI && MACH_TOSA
96fbd1b17bSDmitry Baryshkov	help
97fbd1b17bSDmitry Baryshkov	  If you have an Sharp SL-6000 Zaurus say Y to enable a driver
98fbd1b17bSDmitry Baryshkov	  for its LCD.
99fbd1b17bSDmitry Baryshkov
1009e124435SKristoffer Ericsonconfig LCD_HP700
1019e124435SKristoffer Ericson	tristate "HP Jornada 700 series LCD Driver"
1029e124435SKristoffer Ericson	depends on SA1100_JORNADA720_SSP && !PREEMPT
1039e124435SKristoffer Ericson	default y
1049e124435SKristoffer Ericson	help
1059e124435SKristoffer Ericson	  If you have an HP Jornada 700 series handheld (710/720/728)
1069e124435SKristoffer Ericson	  say Y to enable LCD control driver.
1079e124435SKristoffer Ericson
108a4c8aaa5SJingoo Hanconfig LCD_AMS369FG06
109a4c8aaa5SJingoo Han	tristate "AMS369FG06 AMOLED LCD Driver"
110a4c8aaa5SJingoo Han	depends on SPI && BACKLIGHT_CLASS_DEVICE
111a4c8aaa5SJingoo Han	default n
112a4c8aaa5SJingoo Han	help
113a4c8aaa5SJingoo Han	  If you have an AMS369FG06 AMOLED Panel, say Y to enable its
114a4c8aaa5SJingoo Han	  LCD control driver.
115a4c8aaa5SJingoo Han
1161be9ca25SJingoo Hanconfig LCD_LMS501KF03
1171be9ca25SJingoo Han	tristate "LMS501KF03 LCD Driver"
1181be9ca25SJingoo Han	depends on SPI
1191be9ca25SJingoo Han	default n
1201be9ca25SJingoo Han	help
1211be9ca25SJingoo Han	  If you have an LMS501KF03 LCD Panel, say Y to enable its
1221be9ca25SJingoo Han	  LCD control driver.
1231be9ca25SJingoo Han
1248a6c1dd5SMaxime Ripardconfig LCD_HX8357
1258a6c1dd5SMaxime Ripard	tristate "Himax HX-8357 LCD Driver"
1268a6c1dd5SMaxime Ripard	depends on SPI
1278a6c1dd5SMaxime Ripard	help
1288a6c1dd5SMaxime Ripard	  If you have a HX-8357 LCD panel, say Y to enable its LCD control
1298a6c1dd5SMaxime Ripard	  driver.
1308a6c1dd5SMaxime Ripard
131e943da47SFelix Brack  config LCD_OTM3225A
132e943da47SFelix Brack  	tristate "ORISE Technology OTM3225A support"
133e943da47SFelix Brack  	depends on SPI
134e943da47SFelix Brack  	help
135e943da47SFelix Brack  	  If you have a panel based on the OTM3225A controller
136e943da47SFelix Brack  	  chip then say y to include a driver for it.
137e943da47SFelix Brack
1388fdd5767SH Hartley Sweetenendif # LCD_CLASS_DEVICE
1398fdd5767SH Hartley Sweeten
140fa9133c2SDavid Brownell#
141fa9133c2SDavid Brownell# Backlight
142fa9133c2SDavid Brownell#
143fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE
144fa9133c2SDavid Brownell        tristate "Lowlevel Backlight controls"
145fa9133c2SDavid Brownell	default m
146fa9133c2SDavid Brownell	help
147fa9133c2SDavid Brownell	  This framework adds support for low-level control of the LCD
148fa9133c2SDavid Brownell          backlight. This includes support for brightness and power.
149fa9133c2SDavid Brownell
150fa9133c2SDavid Brownell	  To have support for your specific LCD panel you will have to
151fa9133c2SDavid Brownell	  select the proper drivers which depend on this option.
152fa9133c2SDavid Brownell
1538fdd5767SH Hartley Sweetenif BACKLIGHT_CLASS_DEVICE
1548fdd5767SH Hartley Sweeten
155a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC
156a9a84c37SDavid Brownell	bool "Atmel LCDC Contrast-as-Backlight control"
1578fdd5767SH Hartley Sweeten	depends on FB_ATMEL
158a9a84c37SDavid Brownell	help
159a9a84c37SDavid Brownell	  This provides a backlight control internal to the Atmel LCDC
160a9a84c37SDavid Brownell	  driver.  If the LCD "contrast control" on your board is wired
161a9a84c37SDavid Brownell	  so it controls the backlight brightness, select this option to
162a9a84c37SDavid Brownell	  export this as a PWM-based backlight control.
163a9a84c37SDavid Brownell
164a9a84c37SDavid Brownell	  If in doubt, it's safe to enable this option; it doesn't kick
165a9a84c37SDavid Brownell	  in unless the board's description says it's wired that way.
166a9a84c37SDavid Brownell
16708b3924bSH Hartley Sweetenconfig BACKLIGHT_EP93XX
16808b3924bSH Hartley Sweeten	tristate "Cirrus EP93xx Backlight Driver"
16908b3924bSH Hartley Sweeten	depends on FB_EP93XX
17008b3924bSH Hartley Sweeten	help
17108b3924bSH Hartley Sweeten	  If you have a LCD backlight connected to the BRIGHT output of
17208b3924bSH Hartley Sweeten	  the EP93xx, say Y here to enable this driver.
17308b3924bSH Hartley Sweeten
17408b3924bSH Hartley Sweeten	  To compile this driver as a module, choose M here: the module will
17508b3924bSH Hartley Sweeten	  be called ep93xx_bl.
17608b3924bSH Hartley Sweeten
177d00ba726SRichard Purdieconfig BACKLIGHT_GENERIC
178d00ba726SRichard Purdie	tristate "Generic (aka Sharp Corgi) Backlight Driver"
179d00ba726SRichard Purdie	default y
1801da177e4SLinus Torvalds	help
181c3f8f650SRichard Purdie	  Say y to enable the generic platform backlight driver previously
182c3f8f650SRichard Purdie	  known as the Corgi backlight driver. If you have a Sharp Zaurus
183d00ba726SRichard Purdie	  SL-C7xx, SL-Cxx00 or SL-6000x say y.
18445e2a9b4SEric Miao
1852188a988SLinus Walleijconfig BACKLIGHT_IPAQ_MICRO
1862188a988SLinus Walleij	tristate "iPAQ microcontroller backlight driver"
1872188a988SLinus Walleij	depends on MFD_IPAQ_MICRO
1882188a988SLinus Walleij	default y
1892188a988SLinus Walleij	help
1902188a988SLinus Walleij	  Say y to enable the backlight driver for Compaq iPAQ handheld
1912188a988SLinus Walleij	  computers. Say yes if you have one of the h3100/h3600/h3700
1922188a988SLinus Walleij	  machines.
1932188a988SLinus Walleij
1947f26c970SJohan Hovoldconfig BACKLIGHT_LM3533
1957f26c970SJohan Hovold	tristate "Backlight Driver for LM3533"
1967f26c970SJohan Hovold	depends on BACKLIGHT_CLASS_DEVICE
1977f26c970SJohan Hovold	depends on MFD_LM3533
1987f26c970SJohan Hovold	help
1997f26c970SJohan Hovold	  Say Y to enable the backlight driver for National Semiconductor / TI
2007f26c970SJohan Hovold	  LM3533 Lighting Power chips.
2017f26c970SJohan Hovold
2027f26c970SJohan Hovold	  The backlights can be controlled directly, through PWM input, or by
2037f26c970SJohan Hovold	  the ambient-light-sensor interface. The chip supports 256 brightness
2047f26c970SJohan Hovold	  levels.
2057f26c970SJohan Hovold
206e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO
207e4423781SRichard Purdie	tristate "Sharp LOCOMO LCD/Backlight Driver"
2088fdd5767SH Hartley Sweeten	depends on SHARP_LOCOMO
209e4423781SRichard Purdie	default y
210e4423781SRichard Purdie	help
211e4423781SRichard Purdie	  If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
212e4423781SRichard Purdie	  enable the LCD/backlight driver.
213e4423781SRichard Purdie
214ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1
215ec072b0fSAndrzej Zaborowski	tristate "OMAP1 PWL-based LCD Backlight"
2168fdd5767SH Hartley Sweeten	depends on ARCH_OMAP1
217ec072b0fSAndrzej Zaborowski	default y
218ec072b0fSAndrzej Zaborowski	help
219ec072b0fSAndrzej Zaborowski	  This driver controls the LCD backlight level and power for
220ec072b0fSAndrzej Zaborowski	  the PWL module of OMAP1 processors.  Say Y if your board
221ec072b0fSAndrzej Zaborowski	  uses this hardware.
222ec072b0fSAndrzej Zaborowski
22306c6f900SAndriy Skulyshconfig BACKLIGHT_HP680
22406c6f900SAndriy Skulysh	tristate "HP Jornada 680 Backlight Driver"
2258fdd5767SH Hartley Sweeten	depends on SH_HP6XX
22606c6f900SAndriy Skulysh	default y
22706c6f900SAndriy Skulysh	help
22806c6f900SAndriy Skulysh	  If you have a HP Jornada 680, say y to enable the
22906c6f900SAndriy Skulysh	  backlight driver.
23006c6f900SAndriy Skulysh
23113a7b5dcSKristoffer Ericsonconfig BACKLIGHT_HP700
23213a7b5dcSKristoffer Ericson	tristate "HP Jornada 700 series Backlight Driver"
23313a7b5dcSKristoffer Ericson	depends on SA1100_JORNADA720_SSP && !PREEMPT
23413a7b5dcSKristoffer Ericson	default y
23513a7b5dcSKristoffer Ericson	help
23613a7b5dcSKristoffer Ericson	  If you have an HP Jornada 700 series,
23713a7b5dcSKristoffer Ericson	  say Y to include backlight control driver.
23813a7b5dcSKristoffer Ericson
239dbe7e429SAlan Hourihaneconfig BACKLIGHT_CARILLO_RANCH
240dbe7e429SAlan Hourihane	tristate "Intel Carillo Ranch Backlight Driver"
2418fdd5767SH Hartley Sweeten	depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
242dbe7e429SAlan Hourihane	help
243dbe7e429SAlan Hourihane	  If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
244dbe7e429SAlan Hourihane	  backlight driver.
24542796d37Seric miao
24642796d37Seric miaoconfig BACKLIGHT_PWM
24742796d37Seric miao	tristate "Generic PWM based Backlight Driver"
2483e3ed6cdSThierry Reding	depends on PWM
24942796d37Seric miao	help
25042796d37Seric miao	  If you have a LCD backlight adjustable by PWM, say Y to enable
25142796d37Seric miao	  this driver.
2527be35c72SMatthew Garrett
253923ae48bSMike Rapoportconfig BACKLIGHT_DA903X
254923ae48bSMike Rapoport	tristate "Backlight Driver for DA9030/DA9034 using WLED"
2558fdd5767SH Hartley Sweeten	depends on PMIC_DA903X
256923ae48bSMike Rapoport	help
257923ae48bSMike Rapoport	  If you have a LCD backlight connected to the WLED output of DA9030
258923ae48bSMike Rapoport	  or DA9034 WLED output, say Y here to enable this driver.
259923ae48bSMike Rapoport
2606ede3d83SAshish Jangamconfig BACKLIGHT_DA9052
2616ede3d83SAshish Jangam	tristate "Dialog DA9052/DA9053 WLED"
2626ede3d83SAshish Jangam	depends on PMIC_DA9052
2636ede3d83SAshish Jangam	help
2646ede3d83SAshish Jangam	  Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
2656ede3d83SAshish Jangam
2664f811ef0SHaojian Zhuangconfig BACKLIGHT_MAX8925
2674f811ef0SHaojian Zhuang	tristate "Backlight driver for MAX8925"
2688fdd5767SH Hartley Sweeten	depends on MFD_MAX8925
2694f811ef0SHaojian Zhuang	help
2704f811ef0SHaojian Zhuang	  If you have a LCD backlight connected to the WLED output of MAX8925
2714f811ef0SHaojian Zhuang	  WLED output, say Y here to enable this driver.
2724f811ef0SHaojian Zhuang
27339b3dee7SMatthew Garrettconfig BACKLIGHT_APPLE
27439b3dee7SMatthew Garrett       tristate "Apple Backlight Driver"
275b372412eSRandy Dunlap       depends on X86 && ACPI
2767be35c72SMatthew Garrett       help
27739b3dee7SMatthew Garrett         If you have an Intel-based Apple say Y to enable a driver for its
278b372412eSRandy Dunlap	 backlight.
2797be35c72SMatthew Garrett
280fbd1b17bSDmitry Baryshkovconfig BACKLIGHT_TOSA
281fbd1b17bSDmitry Baryshkov	tristate "Sharp SL-6000 Backlight Driver"
2828fdd5767SH Hartley Sweeten	depends on I2C && MACH_TOSA && LCD_TOSA
283fbd1b17bSDmitry Baryshkov	help
284fbd1b17bSDmitry Baryshkov	  If you have an Sharp SL-6000 Zaurus say Y to enable a driver
285fbd1b17bSDmitry Baryshkov	  for its backlight
286fbd1b17bSDmitry Baryshkov
2877ddbc242SBjorn Anderssonconfig BACKLIGHT_PM8941_WLED
2887ddbc242SBjorn Andersson	tristate "Qualcomm PM8941 WLED Driver"
2897ddbc242SBjorn Andersson	select REGMAP
2907ddbc242SBjorn Andersson	help
2917ddbc242SBjorn Andersson	  If you have the Qualcomm PM8941, say Y to enable a driver for the
2927ddbc242SBjorn Andersson	  WLED block.
2937ddbc242SBjorn Andersson
294d03ebb12SClaudio Niederconfig BACKLIGHT_SAHARA
295d03ebb12SClaudio Nieder	tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
2968fdd5767SH Hartley Sweeten	depends on X86
297d03ebb12SClaudio Nieder	help
298d03ebb12SClaudio Nieder	  If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
299d03ebb12SClaudio Nieder	  backlight driver.
300a4f3d55cSMark Brown
301a4f3d55cSMark Brownconfig BACKLIGHT_WM831X
302a4f3d55cSMark Brown	tristate "WM831x PMIC Backlight Driver"
3038fdd5767SH Hartley Sweeten	depends on MFD_WM831X
304a4f3d55cSMark Brown	help
305a4f3d55cSMark Brown	  If you have a backlight driven by the ISINK and DCDC of a
306a4f3d55cSMark Brown	  WM831x PMIC say y to enable the backlight driver for it.
3073b96ea9eSThierry Reding
308a7998cecSMichael Hennerichconfig BACKLIGHT_ADP5520
309a7998cecSMichael Hennerich	tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
3108fdd5767SH Hartley Sweeten	depends on PMIC_ADP5520
311a7998cecSMichael Hennerich	help
312a7998cecSMichael Hennerich	  If you have a LCD backlight connected to the BST/BL_SNK output of
313a7998cecSMichael Hennerich	  ADP5520 or ADP5501, say Y here to enable this driver.
314a7998cecSMichael Hennerich
315a7998cecSMichael Hennerich	  To compile this driver as a module, choose M here: the module will
316a7998cecSMichael Hennerich	  be called adp5520_bl.
317a7998cecSMichael Hennerich
31882fd53b7SMichael Hennerichconfig BACKLIGHT_ADP8860
319c7c06d8aSMichael Hennerich	tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
32082fd53b7SMichael Hennerich	depends on BACKLIGHT_CLASS_DEVICE && I2C
32182fd53b7SMichael Hennerich	select NEW_LEDS
32282fd53b7SMichael Hennerich	select LEDS_CLASS
32382fd53b7SMichael Hennerich	help
324c7c06d8aSMichael Hennerich	  If you have a LCD backlight connected to the ADP8860, ADP8861 or
325c7c06d8aSMichael Hennerich	  ADP8863 say Y here to enable this driver.
32682fd53b7SMichael Hennerich
32782fd53b7SMichael Hennerich	  To compile this driver as a module, choose M here: the module will
32882fd53b7SMichael Hennerich	  be called adp8860_bl.
32982fd53b7SMichael Hennerich
330a59ec1e7SMichael Hennerichconfig BACKLIGHT_ADP8870
331a59ec1e7SMichael Hennerich	tristate "Backlight Driver for ADP8870 using WLED"
332a59ec1e7SMichael Hennerich	depends on BACKLIGHT_CLASS_DEVICE && I2C
333a59ec1e7SMichael Hennerich	select NEW_LEDS
334a59ec1e7SMichael Hennerich	select LEDS_CLASS
335a59ec1e7SMichael Hennerich	help
336a59ec1e7SMichael Hennerich	  If you have a LCD backlight connected to the ADP8870,
337a59ec1e7SMichael Hennerich	  say Y here to enable this driver.
338a59ec1e7SMichael Hennerich
339a59ec1e7SMichael Hennerich	  To compile this driver as a module, choose M here: the module will
340a59ec1e7SMichael Hennerich	  be called adp8870_bl.
341a59ec1e7SMichael Hennerich
342d07e8bf8SHaojian Zhuangconfig BACKLIGHT_88PM860X
343d07e8bf8SHaojian Zhuang	tristate "Backlight Driver for 88PM8606 using WLED"
3448fdd5767SH Hartley Sweeten	depends on MFD_88PM860X
345d07e8bf8SHaojian Zhuang	help
346d07e8bf8SHaojian Zhuang	  Say Y to enable the backlight driver for Marvell 88PM8606.
347d07e8bf8SHaojian Zhuang
3482ddfd12fSLars-Peter Clausenconfig BACKLIGHT_PCF50633
3492ddfd12fSLars-Peter Clausen	tristate "Backlight driver for NXP PCF50633 MFD"
3502ddfd12fSLars-Peter Clausen	depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633
3512ddfd12fSLars-Peter Clausen	help
3522ddfd12fSLars-Peter Clausen	  If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
3532ddfd12fSLars-Peter Clausen	  enable its driver.
3542ddfd12fSLars-Peter Clausen
3554b0d711bSJin Parkconfig BACKLIGHT_AAT2870
35670d32719SAndrew Morton	tristate "AnalogicTech AAT2870 Backlight"
3574b0d711bSJin Park	depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE
3584b0d711bSJin Park	help
3594b0d711bSJin Park	  If you have a AnalogicTech AAT2870 say Y to enable the
3604b0d711bSJin Park	  backlight driver.
3614b0d711bSJin Park
36228e64a68SDaniel Jeongconfig BACKLIGHT_LM3630A
36328e64a68SDaniel Jeong	tristate "Backlight Driver for LM3630A"
36405c4cc0fSPeter Griffin	depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
3650c2a665aSG.Shark Jeong	select REGMAP_I2C
3660c2a665aSG.Shark Jeong	help
36728e64a68SDaniel Jeong	  This supports TI LM3630A Backlight Driver
3680c2a665aSG.Shark Jeong
3690f59858dSG.Shark Jeongconfig BACKLIGHT_LM3639
3700f59858dSG.Shark Jeong	tristate "Backlight Driver for LM3639"
3710f59858dSG.Shark Jeong	depends on BACKLIGHT_CLASS_DEVICE && I2C
3720f59858dSG.Shark Jeong	select REGMAP_I2C
3730f59858dSG.Shark Jeong	select NEW_LEDS
3740f59858dSG.Shark Jeong	select LEDS_CLASS
3750f59858dSG.Shark Jeong	help
3760f59858dSG.Shark Jeong	  This supports TI LM3639 Backlight + 1.5A Flash LED Driver
3770f59858dSG.Shark Jeong
3787be865abSKim, Miloconfig BACKLIGHT_LP855X
3797be865abSKim, Milo	tristate "Backlight driver for TI LP855X"
38091a57dc1SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
3817be865abSKim, Milo	help
3825812c13aSMilo Kim	  This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and
3835812c13aSMilo Kim	  LP8557 backlight driver.
3847be865abSKim, Milo
385c5a51053SKim, Miloconfig BACKLIGHT_LP8788
386c5a51053SKim, Milo	tristate "Backlight driver for TI LP8788 MFD"
38751319936SPeter Griffin	depends on BACKLIGHT_CLASS_DEVICE && MFD_LP8788 && PWM
388c5a51053SKim, Milo	help
389c5a51053SKim, Milo	  This supports TI LP8788 backlight driver.
390c5a51053SKim, Milo
391c8df7428SChristian Gmeinerconfig BACKLIGHT_OT200
392c8df7428SChristian Gmeiner	tristate "Backlight driver for ot200 visualisation device"
3932df5e129SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535
394c8df7428SChristian Gmeiner	help
395c8df7428SChristian Gmeiner	  To compile this driver as a module, choose M here: the module will be
396c8df7428SChristian Gmeiner	  called ot200_bl.
397c8df7428SChristian Gmeiner
39835c1682cSGrazvydas Ignotasconfig BACKLIGHT_PANDORA
39935c1682cSGrazvydas Ignotas	tristate "Backlight driver for Pandora console"
40035c1682cSGrazvydas Ignotas	depends on TWL4030_CORE
40135c1682cSGrazvydas Ignotas	help
40235c1682cSGrazvydas Ignotas	  If you have a Pandora console, say Y to enable the
40335c1682cSGrazvydas Ignotas	  backlight driver.
40435c1682cSGrazvydas Ignotas
405f705806cSGyungoh Yooconfig BACKLIGHT_SKY81452
406f705806cSGyungoh Yoo	tristate "Backlight driver for SKY81452"
407f705806cSGyungoh Yoo	depends on BACKLIGHT_CLASS_DEVICE && MFD_SKY81452
408f705806cSGyungoh Yoo	help
409f705806cSGyungoh Yoo	  If you have a Skyworks SKY81452, say Y to enable the
410f705806cSGyungoh Yoo	  backlight driver.
411f705806cSGyungoh Yoo
412f705806cSGyungoh Yoo	  To compile this driver as a module, choose M here: the module will
413f705806cSGyungoh Yoo	  be called sky81452-backlight
414f705806cSGyungoh Yoo
415eebfdc17SMatthias Kaehlckeconfig BACKLIGHT_TPS65217
416eebfdc17SMatthias Kaehlcke	tristate "TPS65217 Backlight"
417eebfdc17SMatthias Kaehlcke	depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217
418eebfdc17SMatthias Kaehlcke	help
419eebfdc17SMatthias Kaehlcke	  If you have a Texas Instruments TPS65217 say Y to enable the
420eebfdc17SMatthias Kaehlcke	  backlight driver.
421eebfdc17SMatthias Kaehlcke
422de474b5bSGuennadi Liakhovetskiconfig BACKLIGHT_AS3711
423de474b5bSGuennadi Liakhovetski	tristate "AS3711 Backlight"
424de474b5bSGuennadi Liakhovetski	depends on BACKLIGHT_CLASS_DEVICE && MFD_AS3711
425de474b5bSGuennadi Liakhovetski	help
426de474b5bSGuennadi Liakhovetski	  If you have an Austrian Microsystems AS3711 say Y to enable the
427de474b5bSGuennadi Liakhovetski	  backlight driver.
428de474b5bSGuennadi Liakhovetski
4298b770e3cSLaurent Pinchartconfig BACKLIGHT_GPIO
4308b770e3cSLaurent Pinchart	tristate "Generic GPIO based Backlight Driver"
4310e441665SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
4328b770e3cSLaurent Pinchart	help
4338b770e3cSLaurent Pinchart	  If you have a LCD backlight adjustable by GPIO, say Y to enable
4348b770e3cSLaurent Pinchart	  this driver.
4358b770e3cSLaurent Pinchart
43682e5c40dSLaurent Pinchartconfig BACKLIGHT_LV5207LP
43782e5c40dSLaurent Pinchart	tristate "Sanyo LV5207LP Backlight"
43882e5c40dSLaurent Pinchart	depends on I2C
43982e5c40dSLaurent Pinchart	help
44082e5c40dSLaurent Pinchart	  If you have a Sanyo LV5207LP say Y to enable the backlight driver.
44182e5c40dSLaurent Pinchart
44267b43e59SLaurent Pinchartconfig BACKLIGHT_BD6107
44367b43e59SLaurent Pinchart	tristate "Rohm BD6107 Backlight"
44467b43e59SLaurent Pinchart	depends on I2C
44567b43e59SLaurent Pinchart	help
44667b43e59SLaurent Pinchart	  If you have a Rohm BD6107 say Y to enable the backlight driver.
44767b43e59SLaurent Pinchart
448e739c5bbSOlimpiu Dejeuconfig BACKLIGHT_ARCXCNN
449e739c5bbSOlimpiu Dejeu	tristate "Backlight driver for the Arctic Sands ARCxCnnnn family"
450e739c5bbSOlimpiu Dejeu	depends on I2C
451e739c5bbSOlimpiu Dejeu	help
452e739c5bbSOlimpiu Dejeu	  If you have an ARCxCnnnn family backlight say Y to enable
453e739c5bbSOlimpiu Dejeu	  the backlight driver.
454e739c5bbSOlimpiu Dejeu
4556552d314SAndrey Smirnovconfig BACKLIGHT_RAVE_SP
4566552d314SAndrey Smirnov	tristate "RAVE SP Backlight driver"
4576552d314SAndrey Smirnov	depends on RAVE_SP_CORE
4586552d314SAndrey Smirnov	help
4596552d314SAndrey Smirnov	  Support for backlight control on RAVE SP device.
4606552d314SAndrey Smirnov
4618fdd5767SH Hartley Sweetenendif # BACKLIGHT_CLASS_DEVICE
4628fdd5767SH Hartley Sweeten
463*8c5dc8d9SAlexander Shiyanendmenu
464