]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/video/backlight/Kconfig
lcd: add SPI-based LCD and backlight driver for SHARP corgi/spitz
[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 #
12 # LCD
13 #
14 config LCD_CLASS_DEVICE
15         tristate "Lowlevel LCD controls"
16         depends on BACKLIGHT_LCD_SUPPORT
17         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
27 config LCD_CORGI
28         tristate "LCD Panel support for SHARP corgi/spitz model"
29         depends on LCD_CLASS_DEVICE && SPI_MASTER && PXA_SHARPSL
30         help
31           Say y here to support the LCD panels usually found on SHARP
32           corgi (C7x0) and spitz (Cxx00) models.
33
34 config LCD_LTV350QV
35         tristate "Samsung LTV350QV LCD Panel"
36         depends on LCD_CLASS_DEVICE && SPI_MASTER
37         default n
38         help
39           If you have a Samsung LTV350QV LCD panel, say y to include a
40           power control driver for it.  The panel starts up in power
41           off state, so you need this driver in order to see any
42           output.
43
44           The LTV350QV panel is present on all ATSTK1000 boards.
45
46 config LCD_ILI9320
47         tristate
48         depends on LCD_CLASS_DEVICE && BACKLIGHT_LCD_SUPPORT
49         default n
50         help
51           If you have a panel based on the ILI9320 controller chip
52           then say y to include a power driver for it.
53
54 config LCD_VGG2432A4
55         tristate "VGG2432A4 LCM device support"
56         depends on BACKLIGHT_LCD_SUPPORT && LCD_CLASS_DEVICE && SPI_MASTER
57         select LCD_ILI9320
58         default n
59         help
60           If you have a VGG2432A4 panel based on the ILI9320 controller chip
61           then say y to include a power driver for it.
62
63 config LCD_PLATFORM
64         tristate "Platform LCD controls"
65         depends on LCD_CLASS_DEVICE
66         help
67           This driver provides a platform-device registered LCD power
68           control interface.
69
70 #
71 # Backlight
72 #
73 config BACKLIGHT_CLASS_DEVICE
74         tristate "Lowlevel Backlight controls"
75         depends on BACKLIGHT_LCD_SUPPORT
76         default m
77         help
78           This framework adds support for low-level control of the LCD
79           backlight. This includes support for brightness and power.
80
81           To have support for your specific LCD panel you will have to
82           select the proper drivers which depend on this option.
83
84 config BACKLIGHT_ATMEL_LCDC
85         bool "Atmel LCDC Contrast-as-Backlight control"
86         depends on BACKLIGHT_CLASS_DEVICE && FB_ATMEL
87         default y if MACH_SAM9261EK || MACH_SAM9263EK
88         help
89           This provides a backlight control internal to the Atmel LCDC
90           driver.  If the LCD "contrast control" on your board is wired
91           so it controls the backlight brightness, select this option to
92           export this as a PWM-based backlight control.
93
94           If in doubt, it's safe to enable this option; it doesn't kick
95           in unless the board's description says it's wired that way.
96
97 config BACKLIGHT_ATMEL_PWM
98         tristate "Atmel PWM backlight control"
99         depends on BACKLIGHT_CLASS_DEVICE && ATMEL_PWM
100         default n
101         help
102           Say Y here if you want to use the PWM peripheral in Atmel AT91 and
103           AVR32 devices. This driver will need additional platform data to know
104           which PWM instance to use and how to configure it.
105
106           To compile this driver as a module, choose M here: the module will be
107           called atmel-pwm-bl.
108
109 config BACKLIGHT_CORGI
110         tristate "Generic (aka Sharp Corgi) Backlight Driver"
111         depends on BACKLIGHT_CLASS_DEVICE
112         default n
113         help
114           Say y to enable the generic platform backlight driver previously
115           known as the Corgi backlight driver. If you have a Sharp Zaurus
116           SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n.
117
118 config BACKLIGHT_LOCOMO
119         tristate "Sharp LOCOMO LCD/Backlight Driver"
120         depends on BACKLIGHT_CLASS_DEVICE && SHARP_LOCOMO
121         default y
122         help
123           If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
124           enable the LCD/backlight driver.
125
126 config BACKLIGHT_OMAP1
127         tristate "OMAP1 PWL-based LCD Backlight"
128         depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1
129         default y
130         help
131           This driver controls the LCD backlight level and power for
132           the PWL module of OMAP1 processors.  Say Y if your board
133           uses this hardware.
134
135 config BACKLIGHT_HP680
136         tristate "HP Jornada 680 Backlight Driver"
137         depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX
138         default y
139         help
140           If you have a HP Jornada 680, say y to enable the
141           backlight driver.
142
143 config BACKLIGHT_PROGEAR
144         tristate "Frontpath ProGear Backlight Driver"
145         depends on BACKLIGHT_CLASS_DEVICE && PCI && X86
146         default n
147         help
148           If you have a Frontpath ProGear say Y to enable the
149           backlight driver.
150
151 config BACKLIGHT_CARILLO_RANCH
152         tristate "Intel Carillo Ranch Backlight Driver"
153         depends on BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
154         default n
155         help
156           If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
157           backlight driver.
158
159 config BACKLIGHT_PWM
160         tristate "Generic PWM based Backlight Driver"
161         depends on BACKLIGHT_CLASS_DEVICE && HAVE_PWM
162         help
163           If you have a LCD backlight adjustable by PWM, say Y to enable
164           this driver.
165
166 config BACKLIGHT_MBP_NVIDIA
167        tristate "MacBook Pro Nvidia Backlight Driver"
168        depends on BACKLIGHT_CLASS_DEVICE && X86
169        default n
170        help
171          If you have an Apple Macbook Pro with Nvidia graphics hardware say Y
172          to enable a driver for its backlight
173