Merge branch 'sony-laptop' into release
[safe/jmp/linux-2.6] / drivers / platform / x86 / Kconfig
1 #
2 # X86 Platform Specific Drivers
3 #
4
5 menuconfig X86_PLATFORM_DEVICES
6         bool "X86 Platform Specific Device Drivers"
7         default y
8         ---help---
9           Say Y here to get to see options for device drivers for various
10           x86 platforms, including vendor-specific laptop extension drivers.
11           This option alone does not add any kernel code.
12
13           If you say N, all options in this submenu will be skipped and disabled.
14
15 if X86_PLATFORM_DEVICES
16
17 config ACER_WMI
18         tristate "Acer WMI Laptop Extras"
19         depends on ACPI
20         depends on LEDS_CLASS
21         depends on NEW_LEDS
22         depends on BACKLIGHT_CLASS_DEVICE
23         depends on SERIO_I8042
24         depends on RFKILL
25         select ACPI_WMI
26         ---help---
27           This is a driver for newer Acer (and Wistron) laptops. It adds
28           wireless radio and bluetooth control, and on some laptops,
29           exposes the mail LED and LCD backlight.
30
31           For more information about this driver see
32           <file:Documentation/laptops/acer-wmi.txt>
33
34           If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
35           here.
36
37 config ASUS_LAPTOP
38         tristate "Asus Laptop Extras (EXPERIMENTAL)"
39         depends on ACPI
40         depends on EXPERIMENTAL && !ACPI_ASUS
41         select LEDS_CLASS
42         select NEW_LEDS
43         select BACKLIGHT_CLASS_DEVICE
44         depends on INPUT
45         ---help---
46           This is the new Linux driver for Asus laptops. It may also support some
47           MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
48           standard ACPI events that go through /proc/acpi/events. It also adds
49           support for video output switching, LCD backlight control, Bluetooth and
50           Wlan control, and most importantly, allows you to blink those fancy LEDs.
51
52           For more information and a userspace daemon for handling the extra
53           buttons see <http://acpi4asus.sf.net/>.
54
55           If you have an ACPI-compatible ASUS laptop, say Y or M here.
56
57 config DELL_LAPTOP
58         tristate "Dell Laptop Extras (EXPERIMENTAL)"
59         depends on X86
60         depends on DCDBAS
61         depends on EXPERIMENTAL
62         depends on BACKLIGHT_CLASS_DEVICE
63         depends on RFKILL
64         depends on POWER_SUPPLY
65         default n
66         ---help---
67         This driver adds support for rfkill and backlight control to Dell
68         laptops.
69
70 config FUJITSU_LAPTOP
71         tristate "Fujitsu Laptop Extras"
72         depends on ACPI
73         depends on INPUT
74         depends on BACKLIGHT_CLASS_DEVICE
75         ---help---
76           This is a driver for laptops built by Fujitsu:
77
78             * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
79             * Possibly other Fujitsu laptop models
80             * Tested with S6410 and S7020
81
82           It adds support for LCD brightness control and some hotkeys.
83
84           If you have a Fujitsu laptop, say Y or M here.
85
86 config FUJITSU_LAPTOP_DEBUG
87         bool "Verbose debug mode for Fujitsu Laptop Extras"
88         depends on FUJITSU_LAPTOP
89         default n
90         ---help---
91           Enables extra debug output from the fujitsu extras driver, at the
92           expense of a slight increase in driver size.
93
94           If you are not sure, say N here.
95
96 config TC1100_WMI
97         tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
98         depends on !X86_64
99         depends on EXPERIMENTAL
100         depends on ACPI
101         select ACPI_WMI
102         ---help---
103           This is a driver for the WMI extensions (wireless and bluetooth power
104           control) of the HP Compaq TC1100 tablet.
105
106 config HP_WMI
107         tristate "HP WMI extras"
108         depends on ACPI_WMI
109         depends on INPUT
110         depends on RFKILL
111         help
112          Say Y here if you want to support WMI-based hotkeys on HP laptops and
113          to read data from WMI such as docking or ambient light sensor state.
114
115          To compile this driver as a module, choose M here: the module will
116          be called hp-wmi.
117
118 config MSI_LAPTOP
119         tristate "MSI Laptop Extras"
120         depends on ACPI
121         depends on BACKLIGHT_CLASS_DEVICE
122         ---help---
123           This is a driver for laptops built by MSI (MICRO-STAR
124           INTERNATIONAL):
125
126           MSI MegaBook S270 (MS-1013)
127           Cytron/TCM/Medion/Tchibo MD96100/SAM2000
128
129           It adds support for Bluetooth, WLAN and LCD brightness control.
130
131           More information about this driver is available at
132           <http://0pointer.de/lennart/tchibo.html>.
133
134           If you have an MSI S270 laptop, say Y or M here.
135
136 config PANASONIC_LAPTOP
137         tristate "Panasonic Laptop Extras"
138         depends on INPUT && ACPI
139         depends on BACKLIGHT_CLASS_DEVICE
140         ---help---
141           This driver adds support for access to backlight control and hotkeys
142           on Panasonic Let's Note laptops.
143
144           If you have a Panasonic Let's note laptop (such as the R1(N variant),
145           R2, R3, R5, T2, W2 and Y2 series), say Y.
146
147 config COMPAL_LAPTOP
148         tristate "Compal Laptop Extras"
149         depends on ACPI
150         depends on BACKLIGHT_CLASS_DEVICE
151         ---help---
152           This is a driver for laptops built by Compal:
153
154           Compal FL90/IFL90
155           Compal FL91/IFL91
156           Compal FL92/JFL92
157           Compal FT00/IFT00
158
159           It adds support for Bluetooth, WLAN and LCD brightness control.
160
161           If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
162
163 config SONY_LAPTOP
164         tristate "Sony Laptop Extras"
165         depends on ACPI
166         select BACKLIGHT_CLASS_DEVICE
167         depends on INPUT
168         depends on RFKILL
169           ---help---
170           This mini-driver drives the SNC and SPIC devices present in the ACPI
171           BIOS of the Sony Vaio laptops.
172
173           It gives access to some extra laptop functionalities like Bluetooth,
174           screen brightness control, Fn keys and allows powering on/off some
175           devices.
176
177           Read <file:Documentation/laptops/sony-laptop.txt> for more information.
178
179 config SONYPI_COMPAT
180         bool "Sonypi compatibility"
181         depends on SONY_LAPTOP
182           ---help---
183           Build the sonypi driver compatibility code into the sony-laptop driver.
184
185 config THINKPAD_ACPI
186         tristate "ThinkPad ACPI Laptop Extras"
187         depends on ACPI
188         depends on INPUT
189         select BACKLIGHT_LCD_SUPPORT
190         select BACKLIGHT_CLASS_DEVICE
191         select HWMON
192         select NVRAM
193         select NEW_LEDS
194         select LEDS_CLASS
195         select NET
196         select RFKILL
197         ---help---
198           This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
199           support for Fn-Fx key combinations, Bluetooth control, video
200           output switching, ThinkLight control, UltraBay eject and more.
201           For more information about this driver see
202           <file:Documentation/laptops/thinkpad-acpi.txt> and
203           <http://ibm-acpi.sf.net/> .
204
205           This driver was formerly known as ibm-acpi.
206
207           If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
208
209 config THINKPAD_ACPI_DEBUGFACILITIES
210         bool "Maintainer debug facilities"
211         depends on THINKPAD_ACPI
212         default n
213         ---help---
214           Enables extra stuff in the thinkpad-acpi which is completely useless
215           for normal use.  Read the driver source to find out what it does.
216
217           Say N here, unless you were told by a kernel maintainer to do
218           otherwise.
219
220 config THINKPAD_ACPI_DEBUG
221         bool "Verbose debug mode"
222         depends on THINKPAD_ACPI
223         default n
224         ---help---
225           Enables extra debugging information, at the expense of a slightly
226           increase in driver size.
227
228           If you are not sure, say N here.
229
230 config THINKPAD_ACPI_UNSAFE_LEDS
231         bool "Allow control of important LEDs (unsafe)"
232         depends on THINKPAD_ACPI
233         default n
234         ---help---
235           Overriding LED state on ThinkPads can mask important
236           firmware alerts (like critical battery condition), or misled
237           the user into damaging the hardware (undocking or ejecting
238           the bay while buses are still active), etc.
239
240           LED control on the ThinkPad is write-only (with very few
241           exceptions on very ancient models), which makes it
242           impossible to know beforehand if important information will
243           be lost when one changes LED state.
244
245           Users that know what they are doing can enable this option
246           and the driver will allow control of every LED, including
247           the ones on the dock stations.
248
249           Never enable this option on a distribution kernel.
250
251           Say N here, unless you are building a kernel for your own
252           use, and need to control the important firmware LEDs.
253
254 config THINKPAD_ACPI_DOCK
255         bool "Legacy Docking Station Support"
256         depends on THINKPAD_ACPI
257         depends on ACPI_DOCK=n
258         default n
259         ---help---
260           Allows the thinkpad_acpi driver to handle docking station events.
261           This support was made obsolete by the generic ACPI docking station
262           support (CONFIG_ACPI_DOCK).  It will allow locking and removing the
263           laptop from the docking station, but will not properly connect PCI
264           devices.
265
266           If you are not sure, say N here.
267
268 config THINKPAD_ACPI_BAY
269         bool "Legacy Removable Bay Support"
270         depends on THINKPAD_ACPI
271         default y
272         ---help---
273           Allows the thinkpad_acpi driver to handle removable bays.  It will
274           electrically disable the device in the bay, and also generate
275           notifications when the bay lever is ejected or inserted.
276
277           If you are not sure, say Y here.
278
279 config THINKPAD_ACPI_VIDEO
280         bool "Video output control support"
281         depends on THINKPAD_ACPI
282         default y
283         ---help---
284           Allows the thinkpad_acpi driver to provide an interface to control
285           the various video output ports.
286
287           This feature often won't work well, depending on ThinkPad model,
288           display state, video output devices in use, whether there is a X
289           server running, phase of the moon, and the current mood of
290           Schroedinger's cat.  If you can use X.org's RandR to control
291           your ThinkPad's video output ports instead of this feature,
292           don't think twice: do it and say N here to save some memory.
293
294           If you are not sure, say Y here.
295
296 config THINKPAD_ACPI_HOTKEY_POLL
297         bool "Support NVRAM polling for hot keys"
298         depends on THINKPAD_ACPI
299         default y
300         ---help---
301           Some thinkpad models benefit from NVRAM polling to detect a few of
302           the hot key press events.  If you know your ThinkPad model does not
303           need to do NVRAM polling to support any of the hot keys you use,
304           unselecting this option will save about 1kB of memory.
305
306           ThinkPads T40 and newer, R52 and newer, and X31 and newer are
307           unlikely to need NVRAM polling in their latest BIOS versions.
308
309           NVRAM polling can detect at most the following keys: ThinkPad/Access
310           IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
311           Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
312
313           If you are not sure, say Y here.  The driver enables polling only if
314           it is strictly necessary to do so.
315
316 config INTEL_MENLOW
317         tristate "Thermal Management driver for Intel menlow platform"
318         depends on ACPI_THERMAL
319         select THERMAL
320         ---help---
321           ACPI thermal management enhancement driver on
322           Intel Menlow platform.
323
324           If unsure, say N.
325
326 config EEEPC_LAPTOP
327         tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
328         depends on ACPI
329         depends on INPUT
330         depends on EXPERIMENTAL
331         select BACKLIGHT_CLASS_DEVICE
332         select HWMON
333         select RFKILL
334         ---help---
335           This driver supports the Fn-Fx keys on Eee PC laptops.
336           It also adds the ability to switch camera/wlan on/off.
337
338           If you have an Eee PC laptop, say Y or M here.
339
340
341 config ACPI_WMI
342         tristate "WMI"
343         depends on ACPI
344         help
345           This driver adds support for the ACPI-WMI (Windows Management
346           Instrumentation) mapper device (PNP0C14) found on some systems.
347
348           ACPI-WMI is a proprietary extension to ACPI to expose parts of the
349           ACPI firmware to userspace - this is done through various vendor
350           defined methods and data blocks in a PNP0C14 device, which are then
351           made available for userspace to call.
352
353           The implementation of this in Linux currently only exposes this to
354           other kernel space drivers.
355
356           This driver is a required dependency to build the firmware specific
357           drivers needed on many machines, including Acer and HP laptops.
358
359           It is safe to enable this driver even if your DSDT doesn't define
360           any ACPI-WMI devices.
361
362 config ACPI_ASUS
363         tristate "ASUS/Medion Laptop Extras"
364         depends on ACPI
365         select BACKLIGHT_CLASS_DEVICE
366         ---help---
367           This driver provides support for extra features of ACPI-compatible
368           ASUS laptops. As some of Medion laptops are made by ASUS, it may also
369           support some Medion laptops (such as 9675 for example).  It makes all
370           the extra buttons generate standard ACPI events that go through
371           /proc/acpi/events, and (on some models) adds support for changing the
372           display brightness and output, switching the LCD backlight on and off,
373           and most importantly, allows you to blink those fancy LEDs intended
374           for reporting mail and wireless status.
375
376           Note: display switching code is currently considered EXPERIMENTAL,
377           toying with these values may even lock your machine.
378
379           All settings are changed via /proc/acpi/asus directory entries. Owner
380           and group for these entries can be set with asus_uid and asus_gid
381           parameters.
382
383           More information and a userspace daemon for handling the extra buttons
384           at <http://sourceforge.net/projects/acpi4asus/>.
385
386           If you have an ACPI-compatible ASUS laptop, say Y or M here. This
387           driver is still under development, so if your laptop is unsupported or
388           something works not quite as expected, please use the mailing list
389           available on the above page (acpi4asus-user@lists.sourceforge.net).
390
391           NOTE: This driver is deprecated and will probably be removed soon,
392           use asus-laptop instead.
393
394 config ACPI_TOSHIBA
395         tristate "Toshiba Laptop Extras"
396         depends on ACPI
397         depends on INPUT
398         select INPUT_POLLDEV
399         select NET
400         select RFKILL
401         select BACKLIGHT_CLASS_DEVICE
402         ---help---
403           This driver adds support for access to certain system settings
404           on "legacy free" Toshiba laptops.  These laptops can be recognized by
405           their lack of a BIOS setup menu and APM support.
406
407           On these machines, all system configuration is handled through the
408           ACPI.  This driver is required for access to controls not covered
409           by the general ACPI drivers, such as LCD brightness, video output,
410           etc.
411
412           This driver differs from the non-ACPI Toshiba laptop driver (located
413           under "Processor type and features") in several aspects.
414           Configuration is accessed by reading and writing text files in the
415           /proc tree instead of by program interface to /dev.  Furthermore, no
416           power management functions are exposed, as those are handled by the
417           general ACPI drivers.
418
419           More information about this driver is available at
420           <http://memebeam.org/toys/ToshibaAcpiDriver>.
421
422           If you have a legacy free Toshiba laptop (such as the Libretto L1
423           series), say Y.
424 endif # X86_PLATFORM_DEVICES