xref: /linux/drivers/video/backlight/Kconfig (revision ee378a5c6550dcbfe6fa9c71b84ca2eb19cb288e)
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"
328fdd5767SH Hartley Sweeten	depends on SPI_MASTER && PXA_SHARPSL
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"
398fdd5767SH Hartley Sweeten	depends on SPI_MASTER && GENERIC_GPIO
40e7fb9c4aSAlberto Panizzo	help
41e7fb9c4aSAlberto Panizzo	  SPI driver for Epson L4F00242T03. This provides basic support
42e7fb9c4aSAlberto Panizzo	  for init and powering the LCD up/down through a sysfs interface.
43e7fb9c4aSAlberto Panizzo
445036cc41SMarek Vasutconfig LCD_LMS283GF05
455036cc41SMarek Vasut	tristate "Samsung LMS283GF05 LCD"
468fdd5767SH Hartley Sweeten	depends on SPI_MASTER && GENERIC_GPIO
475036cc41SMarek Vasut	help
485036cc41SMarek Vasut	  SPI driver for Samsung LMS283GF05. This provides basic support
495036cc41SMarek Vasut	  for powering the LCD up/down through a sysfs interface.
505036cc41SMarek Vasut
5118f65c79SHaavard Skinnemoenconfig LCD_LTV350QV
5218f65c79SHaavard Skinnemoen	tristate "Samsung LTV350QV LCD Panel"
538fdd5767SH Hartley Sweeten	depends on SPI_MASTER
5418f65c79SHaavard Skinnemoen	help
5518f65c79SHaavard Skinnemoen	  If you have a Samsung LTV350QV LCD panel, say y to include a
5618f65c79SHaavard Skinnemoen	  power control driver for it.  The panel starts up in power
5718f65c79SHaavard Skinnemoen	  off state, so you need this driver in order to see any
5818f65c79SHaavard Skinnemoen	  output.
5918f65c79SHaavard Skinnemoen
6018f65c79SHaavard Skinnemoen	  The LTV350QV panel is present on all ATSTK1000 boards.
6118f65c79SHaavard Skinnemoen
62cccb6d3cSBen Dooksconfig LCD_ILI9320
63cccb6d3cSBen Dooks	tristate
64cccb6d3cSBen Dooks	help
65cccb6d3cSBen Dooks	  If you have a panel based on the ILI9320 controller chip
66cccb6d3cSBen Dooks	  then say y to include a power driver for it.
67cccb6d3cSBen Dooks
68dd89ccb2SEric Miaoconfig LCD_TDO24M
69f4f6bda0SMike Rapoport	tristate "Toppoly TDO24M  and TDO35S LCD Panels support"
708fdd5767SH Hartley Sweeten	depends on SPI_MASTER
71dd89ccb2SEric Miao	help
72f4f6bda0SMike Rapoport	  If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
73dd89ccb2SEric Miao	  include the support for it.
74dd89ccb2SEric Miao
75cccb6d3cSBen Dooksconfig LCD_VGG2432A4
76cccb6d3cSBen Dooks	tristate "VGG2432A4 LCM device support"
778fdd5767SH Hartley Sweeten	depends on SPI_MASTER
78cccb6d3cSBen Dooks	select LCD_ILI9320
79cccb6d3cSBen Dooks	help
80cccb6d3cSBen Dooks	  If you have a VGG2432A4 panel based on the ILI9320 controller chip
81cccb6d3cSBen Dooks	  then say y to include a power driver for it.
82cccb6d3cSBen Dooks
83c25826a7SBen Dooksconfig LCD_PLATFORM
84c25826a7SBen Dooks	tristate "Platform LCD controls"
85c25826a7SBen Dooks	help
86c25826a7SBen Dooks	  This driver provides a platform-device registered LCD power
87c25826a7SBen Dooks	  control interface.
88c25826a7SBen Dooks
89fbd1b17bSDmitry Baryshkovconfig LCD_TOSA
90fbd1b17bSDmitry Baryshkov	tristate "Sharp SL-6000 LCD Driver"
918fdd5767SH Hartley Sweeten	depends on SPI && MACH_TOSA
92fbd1b17bSDmitry Baryshkov	help
93fbd1b17bSDmitry Baryshkov	  If you have an Sharp SL-6000 Zaurus say Y to enable a driver
94fbd1b17bSDmitry Baryshkov	  for its LCD.
95fbd1b17bSDmitry Baryshkov
969e124435SKristoffer Ericsonconfig LCD_HP700
979e124435SKristoffer Ericson	tristate "HP Jornada 700 series LCD Driver"
989e124435SKristoffer Ericson	depends on SA1100_JORNADA720_SSP && !PREEMPT
999e124435SKristoffer Ericson	default y
1009e124435SKristoffer Ericson	help
1019e124435SKristoffer Ericson	  If you have an HP Jornada 700 series handheld (710/720/728)
1029e124435SKristoffer Ericson	  say Y to enable LCD control driver.
1039e124435SKristoffer Ericson
104*ee378a5cSInKi Daeconfig LCD_S6E63M0
105*ee378a5cSInKi Dae	tristate "S6E63M0 AMOLED LCD Driver"
106*ee378a5cSInKi Dae	depends on SPI && BACKLIGHT_CLASS_DEVICE
107*ee378a5cSInKi Dae	default n
108*ee378a5cSInKi Dae	help
109*ee378a5cSInKi Dae	  If you have an S6E63M0 LCD Panel, say Y to enable its
110*ee378a5cSInKi Dae	  LCD control driver.
111*ee378a5cSInKi Dae
1128fdd5767SH Hartley Sweetenendif # LCD_CLASS_DEVICE
1138fdd5767SH Hartley Sweeten
114fa9133c2SDavid Brownell#
115fa9133c2SDavid Brownell# Backlight
116fa9133c2SDavid Brownell#
117fa9133c2SDavid Brownellconfig BACKLIGHT_CLASS_DEVICE
118fa9133c2SDavid Brownell        tristate "Lowlevel Backlight controls"
119fa9133c2SDavid Brownell	default m
120fa9133c2SDavid Brownell	help
121fa9133c2SDavid Brownell	  This framework adds support for low-level control of the LCD
122fa9133c2SDavid Brownell          backlight. This includes support for brightness and power.
123fa9133c2SDavid Brownell
124fa9133c2SDavid Brownell	  To have support for your specific LCD panel you will have to
125fa9133c2SDavid Brownell	  select the proper drivers which depend on this option.
126fa9133c2SDavid Brownell
1278fdd5767SH Hartley Sweetenif BACKLIGHT_CLASS_DEVICE
1288fdd5767SH Hartley Sweeten
129a9a84c37SDavid Brownellconfig BACKLIGHT_ATMEL_LCDC
130a9a84c37SDavid Brownell	bool "Atmel LCDC Contrast-as-Backlight control"
1318fdd5767SH Hartley Sweeten	depends on FB_ATMEL
132915190f7SNicolas Ferre	default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK
133a9a84c37SDavid Brownell	help
134a9a84c37SDavid Brownell	  This provides a backlight control internal to the Atmel LCDC
135a9a84c37SDavid Brownell	  driver.  If the LCD "contrast control" on your board is wired
136a9a84c37SDavid Brownell	  so it controls the backlight brightness, select this option to
137a9a84c37SDavid Brownell	  export this as a PWM-based backlight control.
138a9a84c37SDavid Brownell
139a9a84c37SDavid Brownell	  If in doubt, it's safe to enable this option; it doesn't kick
140a9a84c37SDavid Brownell	  in unless the board's description says it's wired that way.
141a9a84c37SDavid Brownell
1423e074058SHans-Christian Egtvedtconfig BACKLIGHT_ATMEL_PWM
1433e074058SHans-Christian Egtvedt	tristate "Atmel PWM backlight control"
1448fdd5767SH Hartley Sweeten	depends on ATMEL_PWM
1453e074058SHans-Christian Egtvedt	help
1463e074058SHans-Christian Egtvedt	  Say Y here if you want to use the PWM peripheral in Atmel AT91 and
1473e074058SHans-Christian Egtvedt	  AVR32 devices. This driver will need additional platform data to know
1483e074058SHans-Christian Egtvedt	  which PWM instance to use and how to configure it.
1493e074058SHans-Christian Egtvedt
1503e074058SHans-Christian Egtvedt	  To compile this driver as a module, choose M here: the module will be
1513e074058SHans-Christian Egtvedt	  called atmel-pwm-bl.
1523e074058SHans-Christian Egtvedt
15308b3924bSH Hartley Sweetenconfig BACKLIGHT_EP93XX
15408b3924bSH Hartley Sweeten	tristate "Cirrus EP93xx Backlight Driver"
15508b3924bSH Hartley Sweeten	depends on FB_EP93XX
15608b3924bSH Hartley Sweeten	help
15708b3924bSH Hartley Sweeten	  If you have a LCD backlight connected to the BRIGHT output of
15808b3924bSH Hartley Sweeten	  the EP93xx, say Y here to enable this driver.
15908b3924bSH Hartley Sweeten
16008b3924bSH Hartley Sweeten	  To compile this driver as a module, choose M here: the module will
16108b3924bSH Hartley Sweeten	  be called ep93xx_bl.
16208b3924bSH Hartley Sweeten
163d00ba726SRichard Purdieconfig BACKLIGHT_GENERIC
164d00ba726SRichard Purdie	tristate "Generic (aka Sharp Corgi) Backlight Driver"
165d00ba726SRichard Purdie	default y
1661da177e4SLinus Torvalds	help
167c3f8f650SRichard Purdie	  Say y to enable the generic platform backlight driver previously
168c3f8f650SRichard Purdie	  known as the Corgi backlight driver. If you have a Sharp Zaurus
169d00ba726SRichard Purdie	  SL-C7xx, SL-Cxx00 or SL-6000x say y.
17045e2a9b4SEric Miao
171e4423781SRichard Purdieconfig BACKLIGHT_LOCOMO
172e4423781SRichard Purdie	tristate "Sharp LOCOMO LCD/Backlight Driver"
1738fdd5767SH Hartley Sweeten	depends on SHARP_LOCOMO
174e4423781SRichard Purdie	default y
175e4423781SRichard Purdie	help
176e4423781SRichard Purdie	  If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
177e4423781SRichard Purdie	  enable the LCD/backlight driver.
178e4423781SRichard Purdie
179ec072b0fSAndrzej Zaborowskiconfig BACKLIGHT_OMAP1
180ec072b0fSAndrzej Zaborowski	tristate "OMAP1 PWL-based LCD Backlight"
1818fdd5767SH Hartley Sweeten	depends on ARCH_OMAP1
182ec072b0fSAndrzej Zaborowski	default y
183ec072b0fSAndrzej Zaborowski	help
184ec072b0fSAndrzej Zaborowski	  This driver controls the LCD backlight level and power for
185ec072b0fSAndrzej Zaborowski	  the PWL module of OMAP1 processors.  Say Y if your board
186ec072b0fSAndrzej Zaborowski	  uses this hardware.
187ec072b0fSAndrzej Zaborowski
18806c6f900SAndriy Skulyshconfig BACKLIGHT_HP680
18906c6f900SAndriy Skulysh	tristate "HP Jornada 680 Backlight Driver"
1908fdd5767SH Hartley Sweeten	depends on SH_HP6XX
19106c6f900SAndriy Skulysh	default y
19206c6f900SAndriy Skulysh	help
19306c6f900SAndriy Skulysh	  If you have a HP Jornada 680, say y to enable the
19406c6f900SAndriy Skulysh	  backlight driver.
19506c6f900SAndriy Skulysh
19613a7b5dcSKristoffer Ericsonconfig BACKLIGHT_HP700
19713a7b5dcSKristoffer Ericson	tristate "HP Jornada 700 series Backlight Driver"
19813a7b5dcSKristoffer Ericson	depends on SA1100_JORNADA720_SSP && !PREEMPT
19913a7b5dcSKristoffer Ericson	default y
20013a7b5dcSKristoffer Ericson	help
20113a7b5dcSKristoffer Ericson	  If you have an HP Jornada 700 series,
20213a7b5dcSKristoffer Ericson	  say Y to include backlight control driver.
20313a7b5dcSKristoffer Ericson
2047a208463SMarcin Juszkiewiczconfig BACKLIGHT_PROGEAR
2057a208463SMarcin Juszkiewicz	tristate "Frontpath ProGear Backlight Driver"
2068fdd5767SH Hartley Sweeten	depends on PCI && X86
2077a208463SMarcin Juszkiewicz	help
2087a208463SMarcin Juszkiewicz	  If you have a Frontpath ProGear say Y to enable the
2097a208463SMarcin Juszkiewicz	  backlight driver.
210dbe7e429SAlan Hourihane
211dbe7e429SAlan Hourihaneconfig BACKLIGHT_CARILLO_RANCH
212dbe7e429SAlan Hourihane	tristate "Intel Carillo Ranch Backlight Driver"
2138fdd5767SH Hartley Sweeten	depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
214dbe7e429SAlan Hourihane	help
215dbe7e429SAlan Hourihane	  If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
216dbe7e429SAlan Hourihane	  backlight driver.
21742796d37Seric miao
21842796d37Seric miaoconfig BACKLIGHT_PWM
21942796d37Seric miao	tristate "Generic PWM based Backlight Driver"
2208fdd5767SH Hartley Sweeten	depends on HAVE_PWM
22142796d37Seric miao	help
22242796d37Seric miao	  If you have a LCD backlight adjustable by PWM, say Y to enable
22342796d37Seric miao	  this driver.
2247be35c72SMatthew Garrett
225923ae48bSMike Rapoportconfig BACKLIGHT_DA903X
226923ae48bSMike Rapoport	tristate "Backlight Driver for DA9030/DA9034 using WLED"
2278fdd5767SH Hartley Sweeten	depends on PMIC_DA903X
228923ae48bSMike Rapoport	help
229923ae48bSMike Rapoport	  If you have a LCD backlight connected to the WLED output of DA9030
230923ae48bSMike Rapoport	  or DA9034 WLED output, say Y here to enable this driver.
231923ae48bSMike Rapoport
2324f811ef0SHaojian Zhuangconfig BACKLIGHT_MAX8925
2334f811ef0SHaojian Zhuang	tristate "Backlight driver for MAX8925"
2348fdd5767SH Hartley Sweeten	depends on MFD_MAX8925
2354f811ef0SHaojian Zhuang	help
2364f811ef0SHaojian Zhuang	  If you have a LCD backlight connected to the WLED output of MAX8925
2374f811ef0SHaojian Zhuang	  WLED output, say Y here to enable this driver.
2384f811ef0SHaojian Zhuang
2397be35c72SMatthew Garrettconfig BACKLIGHT_MBP_NVIDIA
2407be35c72SMatthew Garrett       tristate "MacBook Pro Nvidia Backlight Driver"
2418fdd5767SH Hartley Sweeten       depends on X86
2427be35c72SMatthew Garrett       help
2437be35c72SMatthew Garrett         If you have an Apple Macbook Pro with Nvidia graphics hardware say Y
2447be35c72SMatthew Garrett	 to enable a driver for its backlight
2457be35c72SMatthew Garrett
246fbd1b17bSDmitry Baryshkovconfig BACKLIGHT_TOSA
247fbd1b17bSDmitry Baryshkov	tristate "Sharp SL-6000 Backlight Driver"
2488fdd5767SH Hartley Sweeten	depends on I2C && MACH_TOSA && LCD_TOSA
249fbd1b17bSDmitry Baryshkov	help
250fbd1b17bSDmitry Baryshkov	  If you have an Sharp SL-6000 Zaurus say Y to enable a driver
251fbd1b17bSDmitry Baryshkov	  for its backlight
252fbd1b17bSDmitry Baryshkov
253d03ebb12SClaudio Niederconfig BACKLIGHT_SAHARA
254d03ebb12SClaudio Nieder	tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
2558fdd5767SH Hartley Sweeten	depends on X86
256d03ebb12SClaudio Nieder	help
257d03ebb12SClaudio Nieder	  If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
258d03ebb12SClaudio Nieder	  backlight driver.
259a4f3d55cSMark Brown
260a4f3d55cSMark Brownconfig BACKLIGHT_WM831X
261a4f3d55cSMark Brown	tristate "WM831x PMIC Backlight Driver"
2628fdd5767SH Hartley Sweeten	depends on MFD_WM831X
263a4f3d55cSMark Brown	help
264a4f3d55cSMark Brown	  If you have a backlight driven by the ISINK and DCDC of a
265a4f3d55cSMark Brown	  WM831x PMIC say y to enable the backlight driver for it.
2663b96ea9eSThierry Reding
2673b96ea9eSThierry Redingconfig BACKLIGHT_ADX
2683b96ea9eSThierry Reding	tristate "Avionic Design Xanthos Backlight Driver"
2698fdd5767SH Hartley Sweeten	depends on ARCH_PXA_ADX
2703b96ea9eSThierry Reding	default y
2713b96ea9eSThierry Reding	help
2723b96ea9eSThierry Reding	  Say Y to enable the backlight driver on Avionic Design Xanthos-based
2733b96ea9eSThierry Reding	  boards.
274a7998cecSMichael Hennerich
275a7998cecSMichael Hennerichconfig BACKLIGHT_ADP5520
276a7998cecSMichael Hennerich	tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
2778fdd5767SH Hartley Sweeten	depends on PMIC_ADP5520
278a7998cecSMichael Hennerich	help
279a7998cecSMichael Hennerich	  If you have a LCD backlight connected to the BST/BL_SNK output of
280a7998cecSMichael Hennerich	  ADP5520 or ADP5501, say Y here to enable this driver.
281a7998cecSMichael Hennerich
282a7998cecSMichael Hennerich	  To compile this driver as a module, choose M here: the module will
283a7998cecSMichael Hennerich	  be called adp5520_bl.
284a7998cecSMichael Hennerich
28582fd53b7SMichael Hennerichconfig BACKLIGHT_ADP8860
286c7c06d8aSMichael Hennerich	tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
28782fd53b7SMichael Hennerich	depends on BACKLIGHT_CLASS_DEVICE && I2C
28882fd53b7SMichael Hennerich	select NEW_LEDS
28982fd53b7SMichael Hennerich	select LEDS_CLASS
29082fd53b7SMichael Hennerich	help
291c7c06d8aSMichael Hennerich	  If you have a LCD backlight connected to the ADP8860, ADP8861 or
292c7c06d8aSMichael Hennerich	  ADP8863 say Y here to enable this driver.
29382fd53b7SMichael Hennerich
29482fd53b7SMichael Hennerich	  To compile this driver as a module, choose M here: the module will
29582fd53b7SMichael Hennerich	  be called adp8860_bl.
29682fd53b7SMichael Hennerich
297d07e8bf8SHaojian Zhuangconfig BACKLIGHT_88PM860X
298d07e8bf8SHaojian Zhuang	tristate "Backlight Driver for 88PM8606 using WLED"
2998fdd5767SH Hartley Sweeten	depends on MFD_88PM860X
300d07e8bf8SHaojian Zhuang	help
301d07e8bf8SHaojian Zhuang	  Say Y to enable the backlight driver for Marvell 88PM8606.
302d07e8bf8SHaojian Zhuang
3038fdd5767SH Hartley Sweetenendif # BACKLIGHT_CLASS_DEVICE
3048fdd5767SH Hartley Sweeten
3058fdd5767SH Hartley Sweetenendif # BACKLIGHT_LCD_SUPPORT
306