2 # X86 Platform Specific Drivers
5 menuconfig X86_PLATFORM_DEVICES
6 bool "X86 Platform Specific Device Drivers"
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.
13 If you say N, all options in this submenu will be skipped and disabled.
15 if X86_PLATFORM_DEVICES
18 tristate "Acer WMI Laptop Extras"
22 depends on BACKLIGHT_CLASS_DEVICE
23 depends on SERIO_I8042
24 depends on RFKILL || RFKILL = n
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.
31 For more information about this driver see
32 <file:Documentation/laptops/acer-wmi.txt>
34 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
38 tristate "Acer Aspire One temperature and fan driver"
39 depends on THERMAL && THERMAL_HWMON && ACPI
41 This is a driver for Acer Aspire One netbooks. It allows to access
42 the temperature sensor and to control the fan.
44 After loading this driver the BIOS is still in control of the fan.
45 To let the kernel handle the fan, do:
46 echo -n enabled > /sys/class/thermal/thermal_zone0/mode
48 For more information about this driver see
49 <http://piie.net/files/acerhdf_README.txt>
51 If you have an Acer Aspire One netbook, say Y or M
55 tristate "Asus Laptop Extras"
60 select BACKLIGHT_CLASS_DEVICE
63 This is the new Linux driver for Asus laptops. It may also support some
64 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
65 standard ACPI events and input events. It also adds
66 support for video output switching, LCD backlight control, Bluetooth and
67 Wlan control, and most importantly, allows you to blink those fancy LEDs.
69 For more information and a userspace daemon for handling the extra
70 buttons see <http://acpi4asus.sf.net>.
72 If you have an ACPI-compatible ASUS laptop, say Y or M here.
75 tristate "Dell Laptop Extras (EXPERIMENTAL)"
78 depends on EXPERIMENTAL
79 depends on BACKLIGHT_CLASS_DEVICE
80 depends on RFKILL || RFKILL = n
81 depends on POWER_SUPPLY
84 This driver adds support for rfkill and backlight control to Dell
88 tristate "Dell WMI extras"
92 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
94 To compile this driver as a module, choose M here: the module will
98 tristate "Fujitsu Laptop Extras"
101 depends on BACKLIGHT_CLASS_DEVICE
102 depends on LEDS_CLASS || LEDS_CLASS=n
104 This is a driver for laptops built by Fujitsu:
106 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
107 * Possibly other Fujitsu laptop models
108 * Tested with S6410 and S7020
110 It adds support for LCD brightness control and some hotkeys.
112 If you have a Fujitsu laptop, say Y or M here.
114 config FUJITSU_LAPTOP_DEBUG
115 bool "Verbose debug mode for Fujitsu Laptop Extras"
116 depends on FUJITSU_LAPTOP
119 Enables extra debug output from the fujitsu extras driver, at the
120 expense of a slight increase in driver size.
122 If you are not sure, say N here.
125 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
127 depends on EXPERIMENTAL
131 This is a driver for the WMI extensions (wireless and bluetooth power
132 control) of the HP Compaq TC1100 tablet.
135 tristate "HP WMI extras"
138 depends on RFKILL || RFKILL = n
140 Say Y here if you want to support WMI-based hotkeys on HP laptops and
141 to read data from WMI such as docking or ambient light sensor state.
143 To compile this driver as a module, choose M here: the module will
147 tristate "MSI Laptop Extras"
149 depends on BACKLIGHT_CLASS_DEVICE
151 This is a driver for laptops built by MSI (MICRO-STAR
154 MSI MegaBook S270 (MS-1013)
155 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
157 It adds support for Bluetooth, WLAN and LCD brightness control.
159 More information about this driver is available at
160 <http://0pointer.de/lennart/tchibo.html>.
162 If you have an MSI S270 laptop, say Y or M here.
164 config PANASONIC_LAPTOP
165 tristate "Panasonic Laptop Extras"
166 depends on INPUT && ACPI
167 depends on BACKLIGHT_CLASS_DEVICE
169 This driver adds support for access to backlight control and hotkeys
170 on Panasonic Let's Note laptops.
172 If you have a Panasonic Let's note laptop (such as the R1(N variant),
173 R2, R3, R5, T2, W2 and Y2 series), say Y.
176 tristate "Compal Laptop Extras"
178 depends on BACKLIGHT_CLASS_DEVICE
180 This is a driver for laptops built by Compal:
187 It adds support for Bluetooth, WLAN and LCD brightness control.
189 If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
192 tristate "Sony Laptop Extras"
194 select BACKLIGHT_CLASS_DEVICE
198 This mini-driver drives the SNC and SPIC devices present in the ACPI
199 BIOS of the Sony Vaio laptops.
201 It gives access to some extra laptop functionalities like Bluetooth,
202 screen brightness control, Fn keys and allows powering on/off some
205 Read <file:Documentation/laptops/sony-laptop.txt> for more information.
208 bool "Sonypi compatibility"
209 depends on SONY_LAPTOP
211 Build the sonypi driver compatibility code into the sony-laptop driver.
214 tristate "ThinkPad ACPI Laptop Extras"
217 depends on RFKILL || RFKILL = n
218 select BACKLIGHT_LCD_SUPPORT
219 select BACKLIGHT_CLASS_DEVICE
225 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
226 support for Fn-Fx key combinations, Bluetooth control, video
227 output switching, ThinkLight control, UltraBay eject and more.
228 For more information about this driver see
229 <file:Documentation/laptops/thinkpad-acpi.txt> and
230 <http://ibm-acpi.sf.net/> .
232 This driver was formerly known as ibm-acpi.
234 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
236 config THINKPAD_ACPI_DEBUGFACILITIES
237 bool "Maintainer debug facilities"
238 depends on THINKPAD_ACPI
241 Enables extra stuff in the thinkpad-acpi which is completely useless
242 for normal use. Read the driver source to find out what it does.
244 Say N here, unless you were told by a kernel maintainer to do
247 config THINKPAD_ACPI_DEBUG
248 bool "Verbose debug mode"
249 depends on THINKPAD_ACPI
252 Enables extra debugging information, at the expense of a slightly
253 increase in driver size.
255 If you are not sure, say N here.
257 config THINKPAD_ACPI_UNSAFE_LEDS
258 bool "Allow control of important LEDs (unsafe)"
259 depends on THINKPAD_ACPI
262 Overriding LED state on ThinkPads can mask important
263 firmware alerts (like critical battery condition), or misled
264 the user into damaging the hardware (undocking or ejecting
265 the bay while buses are still active), etc.
267 LED control on the ThinkPad is write-only (with very few
268 exceptions on very ancient models), which makes it
269 impossible to know beforehand if important information will
270 be lost when one changes LED state.
272 Users that know what they are doing can enable this option
273 and the driver will allow control of every LED, including
274 the ones on the dock stations.
276 Never enable this option on a distribution kernel.
278 Say N here, unless you are building a kernel for your own
279 use, and need to control the important firmware LEDs.
281 config THINKPAD_ACPI_VIDEO
282 bool "Video output control support"
283 depends on THINKPAD_ACPI
286 Allows the thinkpad_acpi driver to provide an interface to control
287 the various video output ports.
289 This feature often won't work well, depending on ThinkPad model,
290 display state, video output devices in use, whether there is a X
291 server running, phase of the moon, and the current mood of
292 Schroedinger's cat. If you can use X.org's RandR to control
293 your ThinkPad's video output ports instead of this feature,
294 don't think twice: do it and say N here to save some memory.
296 If you are not sure, say Y here.
298 config THINKPAD_ACPI_HOTKEY_POLL
299 bool "Support NVRAM polling for hot keys"
300 depends on THINKPAD_ACPI
303 Some thinkpad models benefit from NVRAM polling to detect a few of
304 the hot key press events. If you know your ThinkPad model does not
305 need to do NVRAM polling to support any of the hot keys you use,
306 unselecting this option will save about 1kB of memory.
308 ThinkPads T40 and newer, R52 and newer, and X31 and newer are
309 unlikely to need NVRAM polling in their latest BIOS versions.
311 NVRAM polling can detect at most the following keys: ThinkPad/Access
312 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
313 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
315 If you are not sure, say Y here. The driver enables polling only if
316 it is strictly necessary to do so.
319 tristate "Thermal Management driver for Intel menlow platform"
320 depends on ACPI_THERMAL
323 ACPI thermal management enhancement driver on
324 Intel Menlow platform.
329 tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
332 depends on EXPERIMENTAL
333 depends on RFKILL || RFKILL = n
334 depends on HOTPLUG_PCI
335 select BACKLIGHT_CLASS_DEVICE
340 This driver supports the Fn-Fx keys on Eee PC laptops.
342 It also gives access to some extra laptop functionalities like
343 Bluetooth, backlight and allows powering on/off some other
346 If you have an Eee PC laptop, say Y or M here.
353 This driver adds support for the ACPI-WMI (Windows Management
354 Instrumentation) mapper device (PNP0C14) found on some systems.
356 ACPI-WMI is a proprietary extension to ACPI to expose parts of the
357 ACPI firmware to userspace - this is done through various vendor
358 defined methods and data blocks in a PNP0C14 device, which are then
359 made available for userspace to call.
361 The implementation of this in Linux currently only exposes this to
362 other kernel space drivers.
364 This driver is a required dependency to build the firmware specific
365 drivers needed on many machines, including Acer and HP laptops.
367 It is safe to enable this driver even if your DSDT doesn't define
368 any ACPI-WMI devices.
371 tristate "MSI WMI extras"
374 depends on BACKLIGHT_CLASS_DEVICE
375 select INPUT_SPARSEKMAP
377 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
379 To compile this driver as a module, choose M here: the module will
383 tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
385 select BACKLIGHT_CLASS_DEVICE
387 This driver provides support for extra features of ACPI-compatible
388 ASUS laptops. As some of Medion laptops are made by ASUS, it may also
389 support some Medion laptops (such as 9675 for example). It makes all
390 the extra buttons generate standard ACPI events that go through
391 /proc/acpi/events, and (on some models) adds support for changing the
392 display brightness and output, switching the LCD backlight on and off,
393 and most importantly, allows you to blink those fancy LEDs intended
394 for reporting mail and wireless status.
396 Note: display switching code is currently considered EXPERIMENTAL,
397 toying with these values may even lock your machine.
399 All settings are changed via /proc/acpi/asus directory entries. Owner
400 and group for these entries can be set with asus_uid and asus_gid
403 More information and a userspace daemon for handling the extra buttons
404 at <http://acpi4asus.sf.net>.
406 If you have an ACPI-compatible ASUS laptop, say Y or M here. This
407 driver is still under development, so if your laptop is unsupported or
408 something works not quite as expected, please use the mailing list
411 NOTE: This driver is deprecated and will probably be removed soon,
412 use asus-laptop instead.
414 config TOPSTAR_LAPTOP
415 tristate "Topstar Laptop Extras"
419 This driver adds support for hotkeys found on Topstar laptops.
421 If you have a Topstar laptop, say Y or M here.
424 tristate "Toshiba Laptop Extras"
427 depends on RFKILL || RFKILL = n
429 select BACKLIGHT_CLASS_DEVICE
431 This driver adds support for access to certain system settings
432 on "legacy free" Toshiba laptops. These laptops can be recognized by
433 their lack of a BIOS setup menu and APM support.
435 On these machines, all system configuration is handled through the
436 ACPI. This driver is required for access to controls not covered
437 by the general ACPI drivers, such as LCD brightness, video output,
440 This driver differs from the non-ACPI Toshiba laptop driver (located
441 under "Processor type and features") in several aspects.
442 Configuration is accessed by reading and writing text files in the
443 /proc tree instead of by program interface to /dev. Furthermore, no
444 power management functions are exposed, as those are handled by the
445 general ACPI drivers.
447 More information about this driver is available at
448 <http://memebeam.org/toys/ToshibaAcpiDriver>.
450 If you have a legacy free Toshiba laptop (such as the Libretto L1
453 config TOSHIBA_BT_RFKILL
454 tristate "Toshiba Bluetooth RFKill switch support"
457 This driver adds support for Bluetooth events for the RFKill
458 switch on modern Toshiba laptops with full ACPI support and
461 This driver handles RFKill events for the TOS6205 Bluetooth,
462 and re-enables it when the switch is set back to the 'on'
465 If you have a modern Toshiba laptop with a Bluetooth and an
466 RFKill switch (such as the Portege R500), say Y.
467 endif # X86_PLATFORM_DEVICES