blob: f6444af1136fc64626818a4f122a60478304655d [file] [log] [blame]
Len Brown41b16dc2008-12-01 00:09:47 -05001#
2# X86 Platform Specific Drivers
3#
4
5menuconfig 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
15if X86_PLATFORM_DEVICES
16
17config ACER_WMI
Carlos Corbacho54b1ec82009-02-14 09:53:59 +000018 tristate "Acer WMI Laptop Extras"
Len Brown41b16dc2008-12-01 00:09:47 -050019 depends on ACPI
20 depends on LEDS_CLASS
21 depends on NEW_LEDS
22 depends on BACKLIGHT_CLASS_DEVICE
23 depends on SERIO_I8042
Johannes Berg19d337d2009-06-02 13:01:37 +020024 depends on RFKILL || RFKILL = n
Len Brown41b16dc2008-12-01 00:09:47 -050025 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
Peter Feuerere86435e2009-06-21 18:53:03 +020037config ACERHDF
38 tristate "Acer Aspire One temperature and fan driver"
39 depends on THERMAL && THERMAL_HWMON && ACPI
40 ---help---
41 This is a driver for Acer Aspire One netbooks. It allows to access
42 the temperature sensor and to control the fan.
43
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
47
48 For more information about this driver see
49 <http://piie.net/files/acerhdf_README.txt>
50
51 If you have an Acer Aspire One netbook, say Y or M
52 here.
53
Len Brown41b16dc2008-12-01 00:09:47 -050054config ASUS_LAPTOP
Corentin Chary6122af32009-06-16 19:28:48 +000055 tristate "Asus Laptop Extras"
Len Brown41b16dc2008-12-01 00:09:47 -050056 depends on ACPI
Corentin Chary21ab01e2009-06-19 14:52:11 +020057 depends on !ACPI_ASUS
Corentin Charye73e2c62009-02-15 19:30:21 +010058 select LEDS_CLASS
59 select NEW_LEDS
60 select BACKLIGHT_CLASS_DEVICE
Corentin Chary12d6f352009-01-20 16:17:44 +010061 depends on INPUT
Corentin Chary18e13112010-01-25 23:29:24 +010062 depends on RFKILL || RFKILL = n
Corentin Chary66a71dd2010-01-25 22:50:11 +010063 select INPUT_SPARSEKMAP
Len Brown41b16dc2008-12-01 00:09:47 -050064 ---help---
65 This is the new Linux driver for Asus laptops. It may also support some
66 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
Corentin Chary76593d62009-06-16 19:28:47 +000067 standard ACPI events and input events. It also adds
Len Brown41b16dc2008-12-01 00:09:47 -050068 support for video output switching, LCD backlight control, Bluetooth and
69 Wlan control, and most importantly, allows you to blink those fancy LEDs.
70
71 For more information and a userspace daemon for handling the extra
Corentin Chary76593d62009-06-16 19:28:47 +000072 buttons see <http://acpi4asus.sf.net>.
Len Brown41b16dc2008-12-01 00:09:47 -050073
74 If you have an ACPI-compatible ASUS laptop, say Y or M here.
75
Len Browncad73122009-01-09 17:23:38 -050076config DELL_LAPTOP
77 tristate "Dell Laptop Extras (EXPERIMENTAL)"
78 depends on X86
79 depends on DCDBAS
80 depends on EXPERIMENTAL
81 depends on BACKLIGHT_CLASS_DEVICE
Johannes Berg19d337d2009-06-02 13:01:37 +020082 depends on RFKILL || RFKILL = n
Randy Dunlap310d8c92009-02-18 14:48:39 -080083 depends on POWER_SUPPLY
Matthew Garrett814cb8a2009-12-09 18:23:36 +000084 depends on SERIO_I8042
Len Browncad73122009-01-09 17:23:38 -050085 default n
86 ---help---
87 This driver adds support for rfkill and backlight control to Dell
88 laptops.
89
Matthew Garrett0b3f6102009-01-09 20:17:11 +000090config DELL_WMI
91 tristate "Dell WMI extras"
92 depends on ACPI_WMI
93 depends on INPUT
94 ---help---
95 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
96
97 To compile this driver as a module, choose M here: the module will
98 be called dell-wmi.
99
Len Brown41b16dc2008-12-01 00:09:47 -0500100config FUJITSU_LAPTOP
101 tristate "Fujitsu Laptop Extras"
102 depends on ACPI
103 depends on INPUT
104 depends on BACKLIGHT_CLASS_DEVICE
Jonathan Woithec1b53102009-08-27 18:45:33 -0400105 depends on LEDS_CLASS || LEDS_CLASS=n
Len Brown41b16dc2008-12-01 00:09:47 -0500106 ---help---
107 This is a driver for laptops built by Fujitsu:
108
109 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
110 * Possibly other Fujitsu laptop models
111 * Tested with S6410 and S7020
112
113 It adds support for LCD brightness control and some hotkeys.
114
115 If you have a Fujitsu laptop, say Y or M here.
116
117config FUJITSU_LAPTOP_DEBUG
118 bool "Verbose debug mode for Fujitsu Laptop Extras"
119 depends on FUJITSU_LAPTOP
120 default n
121 ---help---
122 Enables extra debug output from the fujitsu extras driver, at the
123 expense of a slight increase in driver size.
124
125 If you are not sure, say N here.
126
127config TC1100_WMI
128 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
129 depends on !X86_64
130 depends on EXPERIMENTAL
131 depends on ACPI
132 select ACPI_WMI
133 ---help---
134 This is a driver for the WMI extensions (wireless and bluetooth power
135 control) of the HP Compaq TC1100 tablet.
136
137config HP_WMI
138 tristate "HP WMI extras"
139 depends on ACPI_WMI
140 depends on INPUT
Johannes Berg19d337d2009-06-02 13:01:37 +0200141 depends on RFKILL || RFKILL = n
Len Brown41b16dc2008-12-01 00:09:47 -0500142 help
143 Say Y here if you want to support WMI-based hotkeys on HP laptops and
144 to read data from WMI such as docking or ambient light sensor state.
145
146 To compile this driver as a module, choose M here: the module will
147 be called hp-wmi.
148
149config MSI_LAPTOP
150 tristate "MSI Laptop Extras"
151 depends on ACPI
152 depends on BACKLIGHT_CLASS_DEVICE
Randy Dunlap410c1762010-02-03 14:24:28 -0800153 depends on RFKILL
Randy Dunlap81f61482010-05-23 16:33:17 -0700154 depends on SERIO_I8042
Len Brown41b16dc2008-12-01 00:09:47 -0500155 ---help---
156 This is a driver for laptops built by MSI (MICRO-STAR
157 INTERNATIONAL):
158
159 MSI MegaBook S270 (MS-1013)
160 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
161
162 It adds support for Bluetooth, WLAN and LCD brightness control.
163
164 More information about this driver is available at
165 <http://0pointer.de/lennart/tchibo.html>.
166
167 If you have an MSI S270 laptop, say Y or M here.
168
169config PANASONIC_LAPTOP
170 tristate "Panasonic Laptop Extras"
171 depends on INPUT && ACPI
172 depends on BACKLIGHT_CLASS_DEVICE
173 ---help---
174 This driver adds support for access to backlight control and hotkeys
175 on Panasonic Let's Note laptops.
176
177 If you have a Panasonic Let's note laptop (such as the R1(N variant),
178 R2, R3, R5, T2, W2 and Y2 series), say Y.
179
180config COMPAL_LAPTOP
181 tristate "Compal Laptop Extras"
182 depends on ACPI
183 depends on BACKLIGHT_CLASS_DEVICE
Ingo Molnar51c14102010-03-02 09:53:45 -0500184 depends on RFKILL
Randy Dunlapc2834142010-07-20 15:19:39 -0700185 depends on HWMON
Randy Dunlap5ca56712010-07-23 09:41:34 -0700186 depends on POWER_SUPPLY
Len Brown41b16dc2008-12-01 00:09:47 -0500187 ---help---
188 This is a driver for laptops built by Compal:
189
190 Compal FL90/IFL90
191 Compal FL91/IFL91
192 Compal FL92/JFL92
193 Compal FT00/IFT00
194
195 It adds support for Bluetooth, WLAN and LCD brightness control.
196
197 If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
198
199config SONY_LAPTOP
200 tristate "Sony Laptop Extras"
201 depends on ACPI
202 select BACKLIGHT_CLASS_DEVICE
203 depends on INPUT
Alexander Beregalov14bd3132009-04-01 22:10:46 +0900204 depends on RFKILL
Len Brown41b16dc2008-12-01 00:09:47 -0500205 ---help---
206 This mini-driver drives the SNC and SPIC devices present in the ACPI
207 BIOS of the Sony Vaio laptops.
208
209 It gives access to some extra laptop functionalities like Bluetooth,
210 screen brightness control, Fn keys and allows powering on/off some
211 devices.
212
213 Read <file:Documentation/laptops/sony-laptop.txt> for more information.
214
215config SONYPI_COMPAT
216 bool "Sonypi compatibility"
217 depends on SONY_LAPTOP
218 ---help---
219 Build the sonypi driver compatibility code into the sony-laptop driver.
220
221config THINKPAD_ACPI
222 tristate "ThinkPad ACPI Laptop Extras"
223 depends on ACPI
Corentin Charyd263da32009-02-25 09:37:09 +0100224 depends on INPUT
Johannes Berg19d337d2009-06-02 13:01:37 +0200225 depends on RFKILL || RFKILL = n
Len Brown41b16dc2008-12-01 00:09:47 -0500226 select BACKLIGHT_LCD_SUPPORT
227 select BACKLIGHT_CLASS_DEVICE
228 select HWMON
229 select NVRAM
Len Brown41b16dc2008-12-01 00:09:47 -0500230 select NEW_LEDS
231 select LEDS_CLASS
Len Brown41b16dc2008-12-01 00:09:47 -0500232 ---help---
233 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
234 support for Fn-Fx key combinations, Bluetooth control, video
235 output switching, ThinkLight control, UltraBay eject and more.
236 For more information about this driver see
237 <file:Documentation/laptops/thinkpad-acpi.txt> and
238 <http://ibm-acpi.sf.net/> .
239
240 This driver was formerly known as ibm-acpi.
241
Henrique de Moraes Holschuh6e5b08e2009-12-26 22:52:17 -0200242 Extra functionality will be available if the rfkill (CONFIG_RFKILL)
243 and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
244 Note that if you want ThinkPad-ACPI to be built-in instead of
245 modular, ALSA and rfkill will also have to be built-in.
246
Len Brown41b16dc2008-12-01 00:09:47 -0500247 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
248
Henrique de Moraes Holschuhff850c32009-12-26 22:52:15 -0200249config THINKPAD_ACPI_ALSA_SUPPORT
250 bool "Console audio control ALSA interface"
251 depends on THINKPAD_ACPI
252 depends on SND
253 depends on SND = y || THINKPAD_ACPI = SND
254 default y
255 ---help---
256 Enables monitoring of the built-in console audio output control
257 (headphone and speakers), which is operated by the mute and (in
258 some ThinkPad models) volume hotkeys.
259
260 If this option is enabled, ThinkPad-ACPI will export an ALSA card
261 with a single read-only mixer control, which should be used for
262 on-screen-display feedback purposes by the Desktop Environment.
263
264 Optionally, the driver will also allow software control (the
265 ALSA mixer will be made read-write). Please refer to the driver
266 documentation for details.
267
268 All IBM models have both volume and mute control. Newer Lenovo
269 models only have mute control (the volume hotkeys are just normal
270 keys and volume control is done through the main HDA mixer).
271
Henrique de Moraes Holschuha73f3092009-01-11 03:01:00 -0200272config THINKPAD_ACPI_DEBUGFACILITIES
273 bool "Maintainer debug facilities"
274 depends on THINKPAD_ACPI
275 default n
276 ---help---
277 Enables extra stuff in the thinkpad-acpi which is completely useless
278 for normal use. Read the driver source to find out what it does.
279
280 Say N here, unless you were told by a kernel maintainer to do
281 otherwise.
282
Len Brown41b16dc2008-12-01 00:09:47 -0500283config THINKPAD_ACPI_DEBUG
284 bool "Verbose debug mode"
285 depends on THINKPAD_ACPI
286 default n
287 ---help---
288 Enables extra debugging information, at the expense of a slightly
289 increase in driver size.
290
291 If you are not sure, say N here.
292
Henrique de Moraes Holschuha4d5eff2009-04-04 04:25:49 +0000293config THINKPAD_ACPI_UNSAFE_LEDS
294 bool "Allow control of important LEDs (unsafe)"
295 depends on THINKPAD_ACPI
296 default n
297 ---help---
298 Overriding LED state on ThinkPads can mask important
299 firmware alerts (like critical battery condition), or misled
300 the user into damaging the hardware (undocking or ejecting
301 the bay while buses are still active), etc.
302
303 LED control on the ThinkPad is write-only (with very few
304 exceptions on very ancient models), which makes it
305 impossible to know beforehand if important information will
306 be lost when one changes LED state.
307
308 Users that know what they are doing can enable this option
309 and the driver will allow control of every LED, including
310 the ones on the dock stations.
311
312 Never enable this option on a distribution kernel.
313
314 Say N here, unless you are building a kernel for your own
315 use, and need to control the important firmware LEDs.
316
Len Brown41b16dc2008-12-01 00:09:47 -0500317config THINKPAD_ACPI_VIDEO
318 bool "Video output control support"
319 depends on THINKPAD_ACPI
320 default y
321 ---help---
322 Allows the thinkpad_acpi driver to provide an interface to control
323 the various video output ports.
324
325 This feature often won't work well, depending on ThinkPad model,
326 display state, video output devices in use, whether there is a X
327 server running, phase of the moon, and the current mood of
328 Schroedinger's cat. If you can use X.org's RandR to control
329 your ThinkPad's video output ports instead of this feature,
Henrique de Moraes Holschuhb525c062010-02-25 22:22:22 -0300330 don't think twice: do it and say N here to save memory and avoid
331 bad interactions with X.org.
Len Brown41b16dc2008-12-01 00:09:47 -0500332
Henrique de Moraes Holschuhb525c062010-02-25 22:22:22 -0300333 NOTE: access to this feature is limited to processes with the
334 CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
335 where it interacts badly with X.org.
336
337 If you are not sure, say Y here but do try to check if you could
338 be using X.org RandR instead.
Len Brown41b16dc2008-12-01 00:09:47 -0500339
340config THINKPAD_ACPI_HOTKEY_POLL
341 bool "Support NVRAM polling for hot keys"
342 depends on THINKPAD_ACPI
343 default y
344 ---help---
345 Some thinkpad models benefit from NVRAM polling to detect a few of
346 the hot key press events. If you know your ThinkPad model does not
347 need to do NVRAM polling to support any of the hot keys you use,
348 unselecting this option will save about 1kB of memory.
349
350 ThinkPads T40 and newer, R52 and newer, and X31 and newer are
351 unlikely to need NVRAM polling in their latest BIOS versions.
352
353 NVRAM polling can detect at most the following keys: ThinkPad/Access
354 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
355 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
356
357 If you are not sure, say Y here. The driver enables polling only if
358 it is strictly necessary to do so.
359
360config INTEL_MENLOW
361 tristate "Thermal Management driver for Intel menlow platform"
362 depends on ACPI_THERMAL
363 select THERMAL
364 ---help---
365 ACPI thermal management enhancement driver on
366 Intel Menlow platform.
367
368 If unsure, say N.
369
370config EEEPC_LAPTOP
371 tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
372 depends on ACPI
Alexey Dobriyan3a5093e2009-02-18 14:48:22 -0800373 depends on INPUT
Len Brown41b16dc2008-12-01 00:09:47 -0500374 depends on EXPERIMENTAL
Johannes Berg19d337d2009-06-02 13:01:37 +0200375 depends on RFKILL || RFKILL = n
Ingo Molnar44b36152009-06-29 10:07:54 +0200376 depends on HOTPLUG_PCI
Len Brownd97c0de2009-01-09 04:01:26 -0500377 select BACKLIGHT_CLASS_DEVICE
378 select HWMON
Corentin Chary3c0eb512009-12-03 07:44:52 +0000379 select LEDS_CLASS
380 select NEW_LEDS
Dmitry Torokhov642e0442010-01-06 22:07:39 +0100381 select INPUT_SPARSEKMAP
Len Brown41b16dc2008-12-01 00:09:47 -0500382 ---help---
383 This driver supports the Fn-Fx keys on Eee PC laptops.
Corentin Chary76593d62009-06-16 19:28:47 +0000384
385 It also gives access to some extra laptop functionalities like
386 Bluetooth, backlight and allows powering on/off some other
387 devices.
Len Brown41b16dc2008-12-01 00:09:47 -0500388
389 If you have an Eee PC laptop, say Y or M here.
390
Yong Wangee027e42010-03-21 10:26:34 +0800391config EEEPC_WMI
392 tristate "Eee PC WMI Hotkey Driver (EXPERIMENTAL)"
393 depends on ACPI_WMI
394 depends on INPUT
395 depends on EXPERIMENTAL
Randy Dunlap89a76442010-05-07 11:24:11 -0700396 depends on BACKLIGHT_CLASS_DEVICE
Ingo Molnarfb48aef2010-04-07 16:22:45 +0200397 select INPUT_SPARSEKMAP
Yong Wangee027e42010-03-21 10:26:34 +0800398 ---help---
399 Say Y here if you want to support WMI-based hotkeys on Eee PC laptops.
400
401 To compile this driver as a module, choose M here: the module will
402 be called eeepc-wmi.
Len Brownb4f9fe12008-12-11 14:37:26 -0500403
404config ACPI_WMI
Carlos Corbacho5fcdd172009-02-14 09:53:53 +0000405 tristate "WMI"
Len Brownb4f9fe12008-12-11 14:37:26 -0500406 depends on ACPI
Len Brownb4f9fe12008-12-11 14:37:26 -0500407 help
408 This driver adds support for the ACPI-WMI (Windows Management
409 Instrumentation) mapper device (PNP0C14) found on some systems.
410
411 ACPI-WMI is a proprietary extension to ACPI to expose parts of the
412 ACPI firmware to userspace - this is done through various vendor
413 defined methods and data blocks in a PNP0C14 device, which are then
414 made available for userspace to call.
415
416 The implementation of this in Linux currently only exposes this to
417 other kernel space drivers.
418
419 This driver is a required dependency to build the firmware specific
420 drivers needed on many machines, including Acer and HP laptops.
421
422 It is safe to enable this driver even if your DSDT doesn't define
423 any ACPI-WMI devices.
424
Thomas Renningerd12d8ba2009-12-10 14:18:13 +0100425config MSI_WMI
426 tristate "MSI WMI extras"
427 depends on ACPI_WMI
428 depends on INPUT
Anisse Astierde078e52009-12-14 10:21:39 +0100429 depends on BACKLIGHT_CLASS_DEVICE
Anisse Astierc30116c2009-12-10 14:18:19 +0100430 select INPUT_SPARSEKMAP
Thomas Renningerd12d8ba2009-12-10 14:18:13 +0100431 help
432 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
433
434 To compile this driver as a module, choose M here: the module will
435 be called msi-wmi.
436
Len Brownb4f9fe12008-12-11 14:37:26 -0500437config ACPI_ASUS
Corentin Chary6122af32009-06-16 19:28:48 +0000438 tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
Len Brownb4f9fe12008-12-11 14:37:26 -0500439 depends on ACPI
440 select BACKLIGHT_CLASS_DEVICE
441 ---help---
442 This driver provides support for extra features of ACPI-compatible
443 ASUS laptops. As some of Medion laptops are made by ASUS, it may also
444 support some Medion laptops (such as 9675 for example). It makes all
445 the extra buttons generate standard ACPI events that go through
446 /proc/acpi/events, and (on some models) adds support for changing the
447 display brightness and output, switching the LCD backlight on and off,
448 and most importantly, allows you to blink those fancy LEDs intended
449 for reporting mail and wireless status.
450
451 Note: display switching code is currently considered EXPERIMENTAL,
452 toying with these values may even lock your machine.
453
454 All settings are changed via /proc/acpi/asus directory entries. Owner
455 and group for these entries can be set with asus_uid and asus_gid
456 parameters.
457
458 More information and a userspace daemon for handling the extra buttons
Corentin Chary76593d62009-06-16 19:28:47 +0000459 at <http://acpi4asus.sf.net>.
Len Brownb4f9fe12008-12-11 14:37:26 -0500460
461 If you have an ACPI-compatible ASUS laptop, say Y or M here. This
462 driver is still under development, so if your laptop is unsupported or
463 something works not quite as expected, please use the mailing list
464 available on the above page (acpi4asus-user@lists.sourceforge.net).
465
466 NOTE: This driver is deprecated and will probably be removed soon,
467 use asus-laptop instead.
468
Herton Ronaldo Krzesinski9caeb532009-09-14 21:11:21 -0300469config TOPSTAR_LAPTOP
470 tristate "Topstar Laptop Extras"
471 depends on ACPI
472 depends on INPUT
473 ---help---
474 This driver adds support for hotkeys found on Topstar laptops.
475
476 If you have a Topstar laptop, say Y or M here.
477
Len Brownb4f9fe12008-12-11 14:37:26 -0500478config ACPI_TOSHIBA
479 tristate "Toshiba Laptop Extras"
480 depends on ACPI
481 depends on INPUT
Johannes Berg19d337d2009-06-02 13:01:37 +0200482 depends on RFKILL || RFKILL = n
Len Brownb4f9fe12008-12-11 14:37:26 -0500483 select INPUT_POLLDEV
Len Brownb4f9fe12008-12-11 14:37:26 -0500484 select BACKLIGHT_CLASS_DEVICE
485 ---help---
486 This driver adds support for access to certain system settings
487 on "legacy free" Toshiba laptops. These laptops can be recognized by
488 their lack of a BIOS setup menu and APM support.
489
490 On these machines, all system configuration is handled through the
491 ACPI. This driver is required for access to controls not covered
492 by the general ACPI drivers, such as LCD brightness, video output,
493 etc.
494
495 This driver differs from the non-ACPI Toshiba laptop driver (located
496 under "Processor type and features") in several aspects.
497 Configuration is accessed by reading and writing text files in the
498 /proc tree instead of by program interface to /dev. Furthermore, no
499 power management functions are exposed, as those are handled by the
500 general ACPI drivers.
501
502 More information about this driver is available at
503 <http://memebeam.org/toys/ToshibaAcpiDriver>.
504
505 If you have a legacy free Toshiba laptop (such as the Libretto L1
506 series), say Y.
Jes Sorensen42b4e9e2009-12-16 12:08:15 -0500507
508config TOSHIBA_BT_RFKILL
509 tristate "Toshiba Bluetooth RFKill switch support"
510 depends on ACPI
511 ---help---
512 This driver adds support for Bluetooth events for the RFKill
513 switch on modern Toshiba laptops with full ACPI support and
514 an RFKill switch.
515
516 This driver handles RFKill events for the TOS6205 Bluetooth,
517 and re-enables it when the switch is set back to the 'on'
518 position.
519
520 If you have a modern Toshiba laptop with a Bluetooth and an
521 RFKill switch (such as the Portege R500), say Y.
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -0800522
523config ACPI_CMPC
524 tristate "CMPC Laptop Extras"
525 depends on X86 && ACPI
Thadeu Lima de Souza Cascardof35843e2010-05-26 12:00:10 -0300526 depends on RFKILL || RFKILL=n
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -0800527 select INPUT
528 select BACKLIGHT_CLASS_DEVICE
529 default n
530 help
531 Support for Intel Classmate PC ACPI devices, including some
532 keys as input device, backlight device, tablet and accelerometer
533 devices.
534
Sreedhara DS9a58a332010-04-26 18:13:05 +0100535config INTEL_SCU_IPC
536 bool "Intel SCU IPC Support"
537 depends on X86_MRST
538 default y
539 ---help---
540 IPC is used to bridge the communications between kernel and SCU on
Matthew Garrett6c626732010-05-07 14:30:00 -0400541 some embedded Intel x86 platforms. This is not needed for PC-type
542 machines.
Sreedhara DS9a58a332010-04-26 18:13:05 +0100543
Alek Du89507782010-07-13 10:56:25 +0100544config GPIO_INTEL_PMIC
545 bool "Intel PMIC GPIO support"
546 depends on INTEL_SCU_IPC && GPIOLIB
547 ---help---
548 Say Y here to support GPIO via the SCU IPC interface
549 on Intel MID platforms.
550
Alan Coxc715a382010-06-18 14:05:52 +0100551config RAR_REGISTER
552 bool "Restricted Access Region Register Driver"
553 depends on PCI && X86_MRST
554 default n
555 ---help---
556 This driver allows other kernel drivers access to the
557 contents of the restricted access region control registers.
558
559 The restricted access region control registers
560 (rar_registers) are used to pass address and
561 locking information on restricted access regions
562 to other drivers that use restricted access regions.
563
564 The restricted access regions are regions of memory
565 on the Intel MID Platform that are not accessible to
566 the x86 processor, but are accessible to dedicated
567 processors on board peripheral devices.
568
569 The purpose of the restricted access regions is to
570 protect sensitive data from compromise by unauthorized
571 programs running on the x86 processor.
572
Jesse Barnesaa7ffc02010-05-14 15:41:14 -0700573config INTEL_IPS
574 tristate "Intel Intelligent Power Sharing"
575 depends on ACPI
576 ---help---
577 Intel Calpella platforms support dynamic power sharing between the
578 CPU and GPU, maximizing performance in a given TDP. This driver,
579 along with the CPU frequency and i915 drivers, provides that
580 functionality. If in doubt, say Y here; it will only load on
581 supported platforms.
582
Len Brown41b16dc2008-12-01 00:09:47 -0500583endif # X86_PLATFORM_DEVICES