ideapad: pass ideapad_priv as argument (part 2)
[deliverable/linux.git] / drivers / platform / x86 / Kconfig
CommitLineData
41b16dce
LB
1#
2# X86 Platform Specific Drivers
3#
4
5menuconfig X86_PLATFORM_DEVICES
6 bool "X86 Platform Specific Device Drivers"
7 default y
a00cd11b 8 depends on X86
41b16dce
LB
9 ---help---
10 Say Y here to get to see options for device drivers for various
11 x86 platforms, including vendor-specific laptop extension drivers.
12 This option alone does not add any kernel code.
13
14 If you say N, all options in this submenu will be skipped and disabled.
15
16if X86_PLATFORM_DEVICES
17
18config ACER_WMI
54b1ec89 19 tristate "Acer WMI Laptop Extras"
41b16dce
LB
20 depends on ACPI
21 depends on LEDS_CLASS
22 depends on NEW_LEDS
23 depends on BACKLIGHT_CLASS_DEVICE
24 depends on SERIO_I8042
19d337df 25 depends on RFKILL || RFKILL = n
41b16dce
LB
26 select ACPI_WMI
27 ---help---
28 This is a driver for newer Acer (and Wistron) laptops. It adds
29 wireless radio and bluetooth control, and on some laptops,
30 exposes the mail LED and LCD backlight.
31
32 For more information about this driver see
33 <file:Documentation/laptops/acer-wmi.txt>
34
35 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
36 here.
37
e86435eb
PF
38config ACERHDF
39 tristate "Acer Aspire One temperature and fan driver"
40 depends on THERMAL && THERMAL_HWMON && ACPI
41 ---help---
42 This is a driver for Acer Aspire One netbooks. It allows to access
43 the temperature sensor and to control the fan.
44
45 After loading this driver the BIOS is still in control of the fan.
46 To let the kernel handle the fan, do:
47 echo -n enabled > /sys/class/thermal/thermal_zone0/mode
48
49 For more information about this driver see
50 <http://piie.net/files/acerhdf_README.txt>
51
52 If you have an Acer Aspire One netbook, say Y or M
53 here.
54
41b16dce 55config ASUS_LAPTOP
6122af37 56 tristate "Asus Laptop Extras"
41b16dce 57 depends on ACPI
21ab01e2 58 depends on !ACPI_ASUS
e73e2c62
CC
59 select LEDS_CLASS
60 select NEW_LEDS
61 select BACKLIGHT_CLASS_DEVICE
12d6f35b 62 depends on INPUT
18e1311e 63 depends on RFKILL || RFKILL = n
66a71dd1 64 select INPUT_SPARSEKMAP
41b16dce
LB
65 ---help---
66 This is the new Linux driver for Asus laptops. It may also support some
67 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
76593d6f 68 standard ACPI events and input events. It also adds
41b16dce
LB
69 support for video output switching, LCD backlight control, Bluetooth and
70 Wlan control, and most importantly, allows you to blink those fancy LEDs.
71
72 For more information and a userspace daemon for handling the extra
76593d6f 73 buttons see <http://acpi4asus.sf.net>.
41b16dce
LB
74
75 If you have an ACPI-compatible ASUS laptop, say Y or M here.
76
cad73120
LB
77config DELL_LAPTOP
78 tristate "Dell Laptop Extras (EXPERIMENTAL)"
79 depends on X86
80 depends on DCDBAS
81 depends on EXPERIMENTAL
82 depends on BACKLIGHT_CLASS_DEVICE
19d337df 83 depends on RFKILL || RFKILL = n
310d8c93 84 depends on POWER_SUPPLY
814cb8ad 85 depends on SERIO_I8042
cad73120
LB
86 default n
87 ---help---
88 This driver adds support for rfkill and backlight control to Dell
89 laptops.
90
0b3f6109
MG
91config DELL_WMI
92 tristate "Dell WMI extras"
93 depends on ACPI_WMI
94 depends on INPUT
890a7c8e 95 select INPUT_SPARSEKMAP
0b3f6109
MG
96 ---help---
97 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
98
99 To compile this driver as a module, choose M here: the module will
100 be called dell-wmi.
101
41b16dce
LB
102config FUJITSU_LAPTOP
103 tristate "Fujitsu Laptop Extras"
104 depends on ACPI
105 depends on INPUT
106 depends on BACKLIGHT_CLASS_DEVICE
c1b5310a 107 depends on LEDS_CLASS || LEDS_CLASS=n
41b16dce
LB
108 ---help---
109 This is a driver for laptops built by Fujitsu:
110
111 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
112 * Possibly other Fujitsu laptop models
113 * Tested with S6410 and S7020
114
115 It adds support for LCD brightness control and some hotkeys.
116
117 If you have a Fujitsu laptop, say Y or M here.
118
119config FUJITSU_LAPTOP_DEBUG
120 bool "Verbose debug mode for Fujitsu Laptop Extras"
121 depends on FUJITSU_LAPTOP
122 default n
123 ---help---
124 Enables extra debug output from the fujitsu extras driver, at the
125 expense of a slight increase in driver size.
126
127 If you are not sure, say N here.
128
129config TC1100_WMI
130 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
131 depends on !X86_64
132 depends on EXPERIMENTAL
133 depends on ACPI
134 select ACPI_WMI
135 ---help---
136 This is a driver for the WMI extensions (wireless and bluetooth power
137 control) of the HP Compaq TC1100 tablet.
138
139config HP_WMI
140 tristate "HP WMI extras"
141 depends on ACPI_WMI
142 depends on INPUT
19d337df 143 depends on RFKILL || RFKILL = n
4d291ed7 144 select INPUT_SPARSEKMAP
41b16dce
LB
145 help
146 Say Y here if you want to support WMI-based hotkeys on HP laptops and
147 to read data from WMI such as docking or ambient light sensor state.
148
149 To compile this driver as a module, choose M here: the module will
150 be called hp-wmi.
151
152config MSI_LAPTOP
153 tristate "MSI Laptop Extras"
154 depends on ACPI
155 depends on BACKLIGHT_CLASS_DEVICE
410c1765 156 depends on RFKILL
81f61484 157 depends on SERIO_I8042
41b16dce
LB
158 ---help---
159 This is a driver for laptops built by MSI (MICRO-STAR
160 INTERNATIONAL):
161
162 MSI MegaBook S270 (MS-1013)
163 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
164
165 It adds support for Bluetooth, WLAN and LCD brightness control.
166
167 More information about this driver is available at
168 <http://0pointer.de/lennart/tchibo.html>.
169
170 If you have an MSI S270 laptop, say Y or M here.
171
172config PANASONIC_LAPTOP
173 tristate "Panasonic Laptop Extras"
174 depends on INPUT && ACPI
175 depends on BACKLIGHT_CLASS_DEVICE
1a765cac 176 select INPUT_SPARSEKMAP
41b16dce
LB
177 ---help---
178 This driver adds support for access to backlight control and hotkeys
179 on Panasonic Let's Note laptops.
180
181 If you have a Panasonic Let's note laptop (such as the R1(N variant),
182 R2, R3, R5, T2, W2 and Y2 series), say Y.
183
184config COMPAL_LAPTOP
185 tristate "Compal Laptop Extras"
186 depends on ACPI
187 depends on BACKLIGHT_CLASS_DEVICE
51c1410b 188 depends on RFKILL
c2834145 189 depends on HWMON
5ca56718 190 depends on POWER_SUPPLY
41b16dce
LB
191 ---help---
192 This is a driver for laptops built by Compal:
193
194 Compal FL90/IFL90
195 Compal FL91/IFL91
196 Compal FL92/JFL92
197 Compal FT00/IFT00
198
199 It adds support for Bluetooth, WLAN and LCD brightness control.
200
201 If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
202
203config SONY_LAPTOP
204 tristate "Sony Laptop Extras"
205 depends on ACPI
206 select BACKLIGHT_CLASS_DEVICE
207 depends on INPUT
14bd3136 208 depends on RFKILL
41b16dce
LB
209 ---help---
210 This mini-driver drives the SNC and SPIC devices present in the ACPI
211 BIOS of the Sony Vaio laptops.
212
213 It gives access to some extra laptop functionalities like Bluetooth,
214 screen brightness control, Fn keys and allows powering on/off some
215 devices.
216
217 Read <file:Documentation/laptops/sony-laptop.txt> for more information.
218
219config SONYPI_COMPAT
220 bool "Sonypi compatibility"
221 depends on SONY_LAPTOP
222 ---help---
223 Build the sonypi driver compatibility code into the sony-laptop driver.
224
57ac3b05
IP
225config IDEAPAD_LAPTOP
226 tristate "Lenovo IdeaPad Laptop Extras"
58ac7aa0
DW
227 depends on ACPI
228 depends on RFKILL
f63409ae 229 select INPUT_SPARSEKMAP
58ac7aa0
DW
230 help
231 This is a driver for the rfkill switches on Lenovo IdeaPad netbooks.
232
41b16dce
LB
233config THINKPAD_ACPI
234 tristate "ThinkPad ACPI Laptop Extras"
235 depends on ACPI
d263da31 236 depends on INPUT
19d337df 237 depends on RFKILL || RFKILL = n
41b16dce
LB
238 select BACKLIGHT_LCD_SUPPORT
239 select BACKLIGHT_CLASS_DEVICE
240 select HWMON
241 select NVRAM
41b16dce
LB
242 select NEW_LEDS
243 select LEDS_CLASS
41b16dce
LB
244 ---help---
245 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
246 support for Fn-Fx key combinations, Bluetooth control, video
247 output switching, ThinkLight control, UltraBay eject and more.
248 For more information about this driver see
249 <file:Documentation/laptops/thinkpad-acpi.txt> and
250 <http://ibm-acpi.sf.net/> .
251
252 This driver was formerly known as ibm-acpi.
253
6e5b08ee
HMH
254 Extra functionality will be available if the rfkill (CONFIG_RFKILL)
255 and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
256 Note that if you want ThinkPad-ACPI to be built-in instead of
257 modular, ALSA and rfkill will also have to be built-in.
258
41b16dce
LB
259 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
260
ff850c33
HMH
261config THINKPAD_ACPI_ALSA_SUPPORT
262 bool "Console audio control ALSA interface"
263 depends on THINKPAD_ACPI
264 depends on SND
265 depends on SND = y || THINKPAD_ACPI = SND
266 default y
267 ---help---
268 Enables monitoring of the built-in console audio output control
269 (headphone and speakers), which is operated by the mute and (in
270 some ThinkPad models) volume hotkeys.
271
272 If this option is enabled, ThinkPad-ACPI will export an ALSA card
273 with a single read-only mixer control, which should be used for
274 on-screen-display feedback purposes by the Desktop Environment.
275
276 Optionally, the driver will also allow software control (the
277 ALSA mixer will be made read-write). Please refer to the driver
278 documentation for details.
279
280 All IBM models have both volume and mute control. Newer Lenovo
281 models only have mute control (the volume hotkeys are just normal
282 keys and volume control is done through the main HDA mixer).
283
a73f3091
HMH
284config THINKPAD_ACPI_DEBUGFACILITIES
285 bool "Maintainer debug facilities"
286 depends on THINKPAD_ACPI
287 default n
288 ---help---
289 Enables extra stuff in the thinkpad-acpi which is completely useless
290 for normal use. Read the driver source to find out what it does.
291
292 Say N here, unless you were told by a kernel maintainer to do
293 otherwise.
294
41b16dce
LB
295config THINKPAD_ACPI_DEBUG
296 bool "Verbose debug mode"
297 depends on THINKPAD_ACPI
298 default n
299 ---help---
300 Enables extra debugging information, at the expense of a slightly
301 increase in driver size.
302
303 If you are not sure, say N here.
304
a4d5effc
HMH
305config THINKPAD_ACPI_UNSAFE_LEDS
306 bool "Allow control of important LEDs (unsafe)"
307 depends on THINKPAD_ACPI
308 default n
309 ---help---
310 Overriding LED state on ThinkPads can mask important
311 firmware alerts (like critical battery condition), or misled
312 the user into damaging the hardware (undocking or ejecting
313 the bay while buses are still active), etc.
314
315 LED control on the ThinkPad is write-only (with very few
316 exceptions on very ancient models), which makes it
317 impossible to know beforehand if important information will
318 be lost when one changes LED state.
319
320 Users that know what they are doing can enable this option
321 and the driver will allow control of every LED, including
322 the ones on the dock stations.
323
324 Never enable this option on a distribution kernel.
325
326 Say N here, unless you are building a kernel for your own
327 use, and need to control the important firmware LEDs.
328
41b16dce
LB
329config THINKPAD_ACPI_VIDEO
330 bool "Video output control support"
331 depends on THINKPAD_ACPI
332 default y
333 ---help---
334 Allows the thinkpad_acpi driver to provide an interface to control
335 the various video output ports.
336
337 This feature often won't work well, depending on ThinkPad model,
338 display state, video output devices in use, whether there is a X
339 server running, phase of the moon, and the current mood of
340 Schroedinger's cat. If you can use X.org's RandR to control
341 your ThinkPad's video output ports instead of this feature,
b525c06c
HMH
342 don't think twice: do it and say N here to save memory and avoid
343 bad interactions with X.org.
41b16dce 344
b525c06c
HMH
345 NOTE: access to this feature is limited to processes with the
346 CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
347 where it interacts badly with X.org.
348
349 If you are not sure, say Y here but do try to check if you could
350 be using X.org RandR instead.
41b16dce
LB
351
352config THINKPAD_ACPI_HOTKEY_POLL
353 bool "Support NVRAM polling for hot keys"
354 depends on THINKPAD_ACPI
355 default y
356 ---help---
357 Some thinkpad models benefit from NVRAM polling to detect a few of
358 the hot key press events. If you know your ThinkPad model does not
359 need to do NVRAM polling to support any of the hot keys you use,
360 unselecting this option will save about 1kB of memory.
361
362 ThinkPads T40 and newer, R52 and newer, and X31 and newer are
363 unlikely to need NVRAM polling in their latest BIOS versions.
364
365 NVRAM polling can detect at most the following keys: ThinkPad/Access
366 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
367 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
368
369 If you are not sure, say Y here. The driver enables polling only if
370 it is strictly necessary to do so.
371
bd9fc3a7
JD
372config SENSORS_HDAPS
373 tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
374 depends on INPUT && X86
375 select INPUT_POLLDEV
376 default n
377 help
378 This driver provides support for the IBM Hard Drive Active Protection
379 System (hdaps), which provides an accelerometer and other misc. data.
380 ThinkPads starting with the R50, T41, and X40 are supported. The
381 accelerometer data is readable via sysfs.
382
383 This driver also provides an absolute input class device, allowing
384 the laptop to act as a pinball machine-esque joystick.
385
386 If your ThinkPad is not recognized by the driver, please update to latest
387 BIOS. This is especially the case for some R52 ThinkPads.
388
389 Say Y here if you have an applicable laptop and want to experience
390 the awesome power of hdaps.
391
41b16dce
LB
392config INTEL_MENLOW
393 tristate "Thermal Management driver for Intel menlow platform"
394 depends on ACPI_THERMAL
395 select THERMAL
396 ---help---
397 ACPI thermal management enhancement driver on
398 Intel Menlow platform.
399
400 If unsure, say N.
401
402config EEEPC_LAPTOP
403 tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
404 depends on ACPI
3a5093ee 405 depends on INPUT
41b16dce 406 depends on EXPERIMENTAL
19d337df 407 depends on RFKILL || RFKILL = n
44b3615b 408 depends on HOTPLUG_PCI
d97c0def
LB
409 select BACKLIGHT_CLASS_DEVICE
410 select HWMON
3c0eb510
CC
411 select LEDS_CLASS
412 select NEW_LEDS
642e0447 413 select INPUT_SPARSEKMAP
41b16dce
LB
414 ---help---
415 This driver supports the Fn-Fx keys on Eee PC laptops.
76593d6f
CC
416
417 It also gives access to some extra laptop functionalities like
418 Bluetooth, backlight and allows powering on/off some other
419 devices.
41b16dce
LB
420
421 If you have an Eee PC laptop, say Y or M here.
422
ee027e4a
YW
423config EEEPC_WMI
424 tristate "Eee PC WMI Hotkey Driver (EXPERIMENTAL)"
425 depends on ACPI_WMI
426 depends on INPUT
427 depends on EXPERIMENTAL
89a7644b 428 depends on BACKLIGHT_CLASS_DEVICE
ba48fdb9 429 depends on RFKILL || RFKILL = n
fb48aef7 430 select INPUT_SPARSEKMAP
084fca63
CC
431 select LEDS_CLASS
432 select NEW_LEDS
ee027e4a
YW
433 ---help---
434 Say Y here if you want to support WMI-based hotkeys on Eee PC laptops.
435
436 To compile this driver as a module, choose M here: the module will
437 be called eeepc-wmi.
b4f9fe12
LB
438
439config ACPI_WMI
5fcdd177 440 tristate "WMI"
b4f9fe12 441 depends on ACPI
b4f9fe12
LB
442 help
443 This driver adds support for the ACPI-WMI (Windows Management
444 Instrumentation) mapper device (PNP0C14) found on some systems.
445
446 ACPI-WMI is a proprietary extension to ACPI to expose parts of the
447 ACPI firmware to userspace - this is done through various vendor
448 defined methods and data blocks in a PNP0C14 device, which are then
449 made available for userspace to call.
450
451 The implementation of this in Linux currently only exposes this to
452 other kernel space drivers.
453
454 This driver is a required dependency to build the firmware specific
455 drivers needed on many machines, including Acer and HP laptops.
456
457 It is safe to enable this driver even if your DSDT doesn't define
458 any ACPI-WMI devices.
459
d12d8baf
TR
460config MSI_WMI
461 tristate "MSI WMI extras"
462 depends on ACPI_WMI
463 depends on INPUT
de078e57 464 depends on BACKLIGHT_CLASS_DEVICE
c30116c6 465 select INPUT_SPARSEKMAP
d12d8baf
TR
466 help
467 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
468
469 To compile this driver as a module, choose M here: the module will
470 be called msi-wmi.
471
b4f9fe12 472config ACPI_ASUS
6122af37 473 tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
b4f9fe12
LB
474 depends on ACPI
475 select BACKLIGHT_CLASS_DEVICE
476 ---help---
477 This driver provides support for extra features of ACPI-compatible
478 ASUS laptops. As some of Medion laptops are made by ASUS, it may also
479 support some Medion laptops (such as 9675 for example). It makes all
480 the extra buttons generate standard ACPI events that go through
481 /proc/acpi/events, and (on some models) adds support for changing the
482 display brightness and output, switching the LCD backlight on and off,
483 and most importantly, allows you to blink those fancy LEDs intended
484 for reporting mail and wireless status.
485
486 Note: display switching code is currently considered EXPERIMENTAL,
487 toying with these values may even lock your machine.
488
489 All settings are changed via /proc/acpi/asus directory entries. Owner
490 and group for these entries can be set with asus_uid and asus_gid
491 parameters.
492
493 More information and a userspace daemon for handling the extra buttons
76593d6f 494 at <http://acpi4asus.sf.net>.
b4f9fe12
LB
495
496 If you have an ACPI-compatible ASUS laptop, say Y or M here. This
497 driver is still under development, so if your laptop is unsupported or
498 something works not quite as expected, please use the mailing list
499 available on the above page (acpi4asus-user@lists.sourceforge.net).
500
501 NOTE: This driver is deprecated and will probably be removed soon,
502 use asus-laptop instead.
503
9caeb532
HRK
504config TOPSTAR_LAPTOP
505 tristate "Topstar Laptop Extras"
506 depends on ACPI
507 depends on INPUT
97490f1c 508 select INPUT_SPARSEKMAP
9caeb532
HRK
509 ---help---
510 This driver adds support for hotkeys found on Topstar laptops.
511
512 If you have a Topstar laptop, say Y or M here.
513
b4f9fe12
LB
514config ACPI_TOSHIBA
515 tristate "Toshiba Laptop Extras"
516 depends on ACPI
c76a3e1d
JC
517 depends on LEDS_CLASS
518 depends on NEW_LEDS
519 depends on BACKLIGHT_CLASS_DEVICE
b4f9fe12 520 depends on INPUT
19d337df 521 depends on RFKILL || RFKILL = n
b4f9fe12 522 select INPUT_POLLDEV
384a7cd9 523 select INPUT_SPARSEKMAP
b4f9fe12
LB
524 ---help---
525 This driver adds support for access to certain system settings
526 on "legacy free" Toshiba laptops. These laptops can be recognized by
527 their lack of a BIOS setup menu and APM support.
528
529 On these machines, all system configuration is handled through the
530 ACPI. This driver is required for access to controls not covered
531 by the general ACPI drivers, such as LCD brightness, video output,
532 etc.
533
534 This driver differs from the non-ACPI Toshiba laptop driver (located
535 under "Processor type and features") in several aspects.
536 Configuration is accessed by reading and writing text files in the
537 /proc tree instead of by program interface to /dev. Furthermore, no
538 power management functions are exposed, as those are handled by the
539 general ACPI drivers.
540
541 More information about this driver is available at
542 <http://memebeam.org/toys/ToshibaAcpiDriver>.
543
544 If you have a legacy free Toshiba laptop (such as the Libretto L1
545 series), say Y.
42b4e9ee
JS
546
547config TOSHIBA_BT_RFKILL
548 tristate "Toshiba Bluetooth RFKill switch support"
549 depends on ACPI
550 ---help---
551 This driver adds support for Bluetooth events for the RFKill
552 switch on modern Toshiba laptops with full ACPI support and
553 an RFKill switch.
554
555 This driver handles RFKill events for the TOS6205 Bluetooth,
556 and re-enables it when the switch is set back to the 'on'
557 position.
558
559 If you have a modern Toshiba laptop with a Bluetooth and an
560 RFKill switch (such as the Portege R500), say Y.
529aa8cb
TLSC
561
562config ACPI_CMPC
563 tristate "CMPC Laptop Extras"
564 depends on X86 && ACPI
f35843ed 565 depends on RFKILL || RFKILL=n
529aa8cb
TLSC
566 select INPUT
567 select BACKLIGHT_CLASS_DEVICE
568 default n
569 help
570 Support for Intel Classmate PC ACPI devices, including some
571 keys as input device, backlight device, tablet and accelerometer
572 devices.
573
9a58a333
SD
574config INTEL_SCU_IPC
575 bool "Intel SCU IPC Support"
576 depends on X86_MRST
577 default y
578 ---help---
579 IPC is used to bridge the communications between kernel and SCU on
6c62673c
MG
580 some embedded Intel x86 platforms. This is not needed for PC-type
581 machines.
9a58a333 582
5369c02d
SD
583config INTEL_SCU_IPC_UTIL
584 tristate "Intel SCU IPC utility driver"
585 depends on INTEL_SCU_IPC
586 default y
587 ---help---
588 The IPC Util driver provides an interface with the SCU enabling
589 low level access for debug work and updating the firmware. Say
590 N unless you will be doing this on an Intel MID platform.
591
89507787
AD
592config GPIO_INTEL_PMIC
593 bool "Intel PMIC GPIO support"
594 depends on INTEL_SCU_IPC && GPIOLIB
595 ---help---
596 Say Y here to support GPIO via the SCU IPC interface
597 on Intel MID platforms.
598
c715a38b
AC
599config RAR_REGISTER
600 bool "Restricted Access Region Register Driver"
601 depends on PCI && X86_MRST
602 default n
603 ---help---
604 This driver allows other kernel drivers access to the
605 contents of the restricted access region control registers.
606
607 The restricted access region control registers
608 (rar_registers) are used to pass address and
609 locking information on restricted access regions
610 to other drivers that use restricted access regions.
611
612 The restricted access regions are regions of memory
613 on the Intel MID Platform that are not accessible to
614 the x86 processor, but are accessible to dedicated
615 processors on board peripheral devices.
616
617 The purpose of the restricted access regions is to
618 protect sensitive data from compromise by unauthorized
619 programs running on the x86 processor.
620
aa7ffc01
JB
621config INTEL_IPS
622 tristate "Intel Intelligent Power Sharing"
623 depends on ACPI
624 ---help---
625 Intel Calpella platforms support dynamic power sharing between the
626 CPU and GPU, maximizing performance in a given TDP. This driver,
627 along with the CPU frequency and i915 drivers, provides that
628 functionality. If in doubt, say Y here; it will only load on
629 supported platforms.
630
35f0ce03
VM
631config IBM_RTL
632 tristate "Device driver to enable PRTL support"
633 depends on X86 && PCI
634 ---help---
635 Enable support for IBM Premium Real Time Mode (PRTM).
636 This module will allow you the enter and exit PRTM in the BIOS via
637 sysfs on platforms that support this feature. System in PRTM will
638 not receive CPU-generated SMIs for recoverable errors. Use of this
639 feature without proper support may void your hardware warranty.
640
641 If the proper BIOS support is found the driver will load and create
642 /sys/devices/system/ibm_rtl/. The "state" variable will indicate
643 whether or not the BIOS is in PRTM.
644 state = 0 (BIOS SMIs on)
645 state = 1 (BIOS SMIs off)
646
260586d2
DD
647config XO1_RFKILL
648 tristate "OLPC XO-1 software RF kill switch"
649 depends on OLPC
650 depends on RFKILL
651 ---help---
652 Support for enabling/disabling the WLAN interface on the OLPC XO-1
653 laptop.
654
41b16dce 655endif # X86_PLATFORM_DEVICES
This page took 0.274053 seconds and 5 git commands to generate.