]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/video/backlight/Kconfig
Merge omap-drivers
[linux-2.6-omap-h63xx.git] / drivers / video / backlight / Kconfig
1 #
2 # Backlight & LCD drivers configuration
3 #
4
5 menuconfig 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
11 config BACKLIGHT_CLASS_DEVICE
12         tristate "Lowlevel Backlight controls"
13         depends on BACKLIGHT_LCD_SUPPORT
14         default m
15         help
16           This framework adds support for low-level control of the LCD
17           backlight. This includes support for brightness and power.
18
19           To have support for your specific LCD panel you will have to
20           select the proper drivers which depend on this option.
21
22 config LCD_CLASS_DEVICE
23         tristate "Lowlevel LCD controls"
24         depends on BACKLIGHT_LCD_SUPPORT
25         default m
26         help
27           This framework adds support for low-level control of LCD.
28           Some framebuffer devices connect to platform-specific LCD modules
29           in order to have a platform-specific way to control the flat panel
30           (contrast and applying power to the LCD (not to the backlight!)).
31
32           To have support for your specific LCD panel you will have to
33           select the proper drivers which depend on this option.
34
35 config BACKLIGHT_CORGI
36         tristate "Sharp Corgi Backlight Driver (SL Series)"
37         depends on BACKLIGHT_CLASS_DEVICE && PXA_SHARPSL
38         default y
39         help
40           If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y to enable the
41           backlight driver.
42
43 config BACKLIGHT_LOCOMO
44         tristate "Sharp LOCOMO LCD/Backlight Driver"
45         depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
46         default y
47         help
48           If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
49           enable the LCD/backlight driver.
50
51 config BACKLIGHT_HP680
52         tristate "HP Jornada 680 Backlight Driver"
53         depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
54         default y
55         help
56           If you have a HP Jornada 680, say y to enable the
57           backlight driver.
58
59 config BACKLIGHT_OMAP
60         tristate "OMAP LCD Backlight"
61         depends on BACKLIGHT_DEVICE && (ARCH_OMAP1 || ARCH_OMAP2)
62         default y
63         help
64           This driver controls the LCD backlight level and power
65           for the PWL module of OMAP processors.  Say Y if you plan
66           to use power saving.
67
68 config BACKLIGHT_PROGEAR
69         tristate "Frontpath ProGear Backlight Driver"
70         depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
71         default n
72         help
73           If you have a Frontpath ProGear say Y to enable the
74           backlight driver.
75
76 config BACKLIGHT_CARILLO_RANCH
77         tristate "Intel Carillo Ranch Backlight Driver"
78         depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
79         default n
80         help
81           If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
82           backlight driver.