blob: 2580f5fa2486e4caefbed82b3bbd357901926151 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the
9 backlight and the LCD panel on some platforms, for example on PDAs.
10
David Brownellfa9133c2007-05-29 23:07:10 +010011#
12# LCD
13#
Linus Torvalds1da177e2005-04-16 15:20:36 -070014config LCD_CLASS_DEVICE
15 tristate "Lowlevel LCD controls"
Antonino A. Daplas256154f2006-07-30 03:04:17 -070016 depends on BACKLIGHT_LCD_SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 default m
18 help
19 This framework adds support for low-level control of LCD.
20 Some framebuffer devices connect to platform-specific LCD modules
21 in order to have a platform-specific way to control the flat panel
22 (contrast and applying power to the LCD (not to the backlight!)).
23
24 To have support for your specific LCD panel you will have to
25 select the proper drivers which depend on this option.
26
David Brownellfa9133c2007-05-29 23:07:10 +010027#
28# Backlight
29#
30config BACKLIGHT_CLASS_DEVICE
31 tristate "Lowlevel Backlight controls"
32 depends on BACKLIGHT_LCD_SUPPORT
33 default m
34 help
35 This framework adds support for low-level control of the LCD
36 backlight. This includes support for brightness and power.
37
38 To have support for your specific LCD panel you will have to
39 select the proper drivers which depend on this option.
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041config BACKLIGHT_CORGI
Richard Purdie2c0f5fb2006-03-31 02:31:51 -080042 tristate "Sharp Corgi Backlight Driver (SL Series)"
Richard Purdie34f18a72007-02-09 09:40:30 +000043 depends on BACKLIGHT_CLASS_DEVICE && PXA_SHARPSL
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 default y
45 help
Richard Purdie2c0f5fb2006-03-31 02:31:51 -080046 If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y to enable the
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 backlight driver.
48
Richard Purdiee4423782006-06-26 00:26:27 -070049config BACKLIGHT_LOCOMO
50 tristate "Sharp LOCOMO LCD/Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +000051 depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
Richard Purdiee4423782006-06-26 00:26:27 -070052 default y
53 help
54 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
55 enable the LCD/backlight driver.
56
Andriy Skulysh06c6f902006-02-01 03:06:53 -080057config BACKLIGHT_HP680
58 tristate "HP Jornada 680 Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +000059 depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
Andriy Skulysh06c6f902006-02-01 03:06:53 -080060 default y
61 help
62 If you have a HP Jornada 680, say y to enable the
63 backlight driver.
64
Marcin Juszkiewicz7a208462007-02-07 22:24:01 +000065config BACKLIGHT_PROGEAR
66 tristate "Frontpath ProGear Backlight Driver"
Richard Purdie34f18a72007-02-09 09:40:30 +000067 depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
Marcin Juszkiewicz7a208462007-02-07 22:24:01 +000068 default n
69 help
70 If you have a Frontpath ProGear say Y to enable the
71 backlight driver.
Alan Hourihanedbe7e422007-05-08 00:39:25 -070072
73config BACKLIGHT_CARILLO_RANCH
74 tristate "Intel Carillo Ranch Backlight Driver"
75 depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
76 default n
77 help
78 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
79 backlight driver.