Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 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 |
Carlos Corbacho | 54b1ec8 | 2009-02-14 09:53:59 +0000 | [diff] [blame] | 18 | tristate "Acer WMI Laptop Extras" |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 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 |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 24 | depends on RFKILL || RFKILL = n |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 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 | |
Peter Feuerer | e86435e | 2009-06-21 18:53:03 +0200 | [diff] [blame] | 37 | config 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 Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 54 | config ASUS_LAPTOP |
Corentin Chary | 6122af3 | 2009-06-16 19:28:48 +0000 | [diff] [blame] | 55 | tristate "Asus Laptop Extras" |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 56 | depends on ACPI |
Corentin Chary | 21ab01e | 2009-06-19 14:52:11 +0200 | [diff] [blame] | 57 | depends on !ACPI_ASUS |
Corentin Chary | e73e2c6 | 2009-02-15 19:30:21 +0100 | [diff] [blame] | 58 | select LEDS_CLASS |
| 59 | select NEW_LEDS |
| 60 | select BACKLIGHT_CLASS_DEVICE |
Corentin Chary | 12d6f35 | 2009-01-20 16:17:44 +0100 | [diff] [blame] | 61 | depends on INPUT |
Corentin Chary | 18e1311 | 2010-01-25 23:29:24 +0100 | [diff] [blame] | 62 | depends on RFKILL || RFKILL = n |
Corentin Chary | 66a71dd | 2010-01-25 22:50:11 +0100 | [diff] [blame] | 63 | select INPUT_SPARSEKMAP |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 64 | ---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 Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 67 | standard ACPI events and input events. It also adds |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 68 | 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 Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 72 | buttons see <http://acpi4asus.sf.net>. |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 73 | |
| 74 | If you have an ACPI-compatible ASUS laptop, say Y or M here. |
| 75 | |
Len Brown | cad7312 | 2009-01-09 17:23:38 -0500 | [diff] [blame] | 76 | config 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 Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 82 | depends on RFKILL || RFKILL = n |
Randy Dunlap | 310d8c9 | 2009-02-18 14:48:39 -0800 | [diff] [blame] | 83 | depends on POWER_SUPPLY |
Matthew Garrett | 814cb8a | 2009-12-09 18:23:36 +0000 | [diff] [blame] | 84 | depends on SERIO_I8042 |
Len Brown | cad7312 | 2009-01-09 17:23:38 -0500 | [diff] [blame] | 85 | default n |
| 86 | ---help--- |
| 87 | This driver adds support for rfkill and backlight control to Dell |
| 88 | laptops. |
| 89 | |
Matthew Garrett | 0b3f610 | 2009-01-09 20:17:11 +0000 | [diff] [blame] | 90 | config 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 Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 100 | config FUJITSU_LAPTOP |
| 101 | tristate "Fujitsu Laptop Extras" |
| 102 | depends on ACPI |
| 103 | depends on INPUT |
| 104 | depends on BACKLIGHT_CLASS_DEVICE |
Jonathan Woithe | c1b5310 | 2009-08-27 18:45:33 -0400 | [diff] [blame] | 105 | depends on LEDS_CLASS || LEDS_CLASS=n |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 106 | ---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 | |
| 117 | config 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 | |
| 127 | config 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 | |
| 137 | config HP_WMI |
| 138 | tristate "HP WMI extras" |
| 139 | depends on ACPI_WMI |
| 140 | depends on INPUT |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 141 | depends on RFKILL || RFKILL = n |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 142 | 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 | |
| 149 | config MSI_LAPTOP |
| 150 | tristate "MSI Laptop Extras" |
| 151 | depends on ACPI |
| 152 | depends on BACKLIGHT_CLASS_DEVICE |
Randy Dunlap | 410c176 | 2010-02-03 14:24:28 -0800 | [diff] [blame] | 153 | depends on RFKILL |
Randy Dunlap | 81f6148 | 2010-05-23 16:33:17 -0700 | [diff] [blame^] | 154 | depends on SERIO_I8042 |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 155 | ---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 | |
| 169 | config 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 | |
| 180 | config COMPAL_LAPTOP |
| 181 | tristate "Compal Laptop Extras" |
| 182 | depends on ACPI |
| 183 | depends on BACKLIGHT_CLASS_DEVICE |
Ingo Molnar | 51c1410 | 2010-03-02 09:53:45 -0500 | [diff] [blame] | 184 | depends on RFKILL |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 185 | ---help--- |
| 186 | This is a driver for laptops built by Compal: |
| 187 | |
| 188 | Compal FL90/IFL90 |
| 189 | Compal FL91/IFL91 |
| 190 | Compal FL92/JFL92 |
| 191 | Compal FT00/IFT00 |
| 192 | |
| 193 | It adds support for Bluetooth, WLAN and LCD brightness control. |
| 194 | |
| 195 | If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here. |
| 196 | |
| 197 | config SONY_LAPTOP |
| 198 | tristate "Sony Laptop Extras" |
| 199 | depends on ACPI |
| 200 | select BACKLIGHT_CLASS_DEVICE |
| 201 | depends on INPUT |
Alexander Beregalov | 14bd313 | 2009-04-01 22:10:46 +0900 | [diff] [blame] | 202 | depends on RFKILL |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 203 | ---help--- |
| 204 | This mini-driver drives the SNC and SPIC devices present in the ACPI |
| 205 | BIOS of the Sony Vaio laptops. |
| 206 | |
| 207 | It gives access to some extra laptop functionalities like Bluetooth, |
| 208 | screen brightness control, Fn keys and allows powering on/off some |
| 209 | devices. |
| 210 | |
| 211 | Read <file:Documentation/laptops/sony-laptop.txt> for more information. |
| 212 | |
| 213 | config SONYPI_COMPAT |
| 214 | bool "Sonypi compatibility" |
| 215 | depends on SONY_LAPTOP |
| 216 | ---help--- |
| 217 | Build the sonypi driver compatibility code into the sony-laptop driver. |
| 218 | |
| 219 | config THINKPAD_ACPI |
| 220 | tristate "ThinkPad ACPI Laptop Extras" |
| 221 | depends on ACPI |
Corentin Chary | d263da3 | 2009-02-25 09:37:09 +0100 | [diff] [blame] | 222 | depends on INPUT |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 223 | depends on RFKILL || RFKILL = n |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 224 | select BACKLIGHT_LCD_SUPPORT |
| 225 | select BACKLIGHT_CLASS_DEVICE |
| 226 | select HWMON |
| 227 | select NVRAM |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 228 | select NEW_LEDS |
| 229 | select LEDS_CLASS |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 230 | ---help--- |
| 231 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
| 232 | support for Fn-Fx key combinations, Bluetooth control, video |
| 233 | output switching, ThinkLight control, UltraBay eject and more. |
| 234 | For more information about this driver see |
| 235 | <file:Documentation/laptops/thinkpad-acpi.txt> and |
| 236 | <http://ibm-acpi.sf.net/> . |
| 237 | |
| 238 | This driver was formerly known as ibm-acpi. |
| 239 | |
Henrique de Moraes Holschuh | 6e5b08e | 2009-12-26 22:52:17 -0200 | [diff] [blame] | 240 | Extra functionality will be available if the rfkill (CONFIG_RFKILL) |
| 241 | and/or ALSA (CONFIG_SND) subsystems are available in the kernel. |
| 242 | Note that if you want ThinkPad-ACPI to be built-in instead of |
| 243 | modular, ALSA and rfkill will also have to be built-in. |
| 244 | |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 245 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. |
| 246 | |
Henrique de Moraes Holschuh | ff850c3 | 2009-12-26 22:52:15 -0200 | [diff] [blame] | 247 | config THINKPAD_ACPI_ALSA_SUPPORT |
| 248 | bool "Console audio control ALSA interface" |
| 249 | depends on THINKPAD_ACPI |
| 250 | depends on SND |
| 251 | depends on SND = y || THINKPAD_ACPI = SND |
| 252 | default y |
| 253 | ---help--- |
| 254 | Enables monitoring of the built-in console audio output control |
| 255 | (headphone and speakers), which is operated by the mute and (in |
| 256 | some ThinkPad models) volume hotkeys. |
| 257 | |
| 258 | If this option is enabled, ThinkPad-ACPI will export an ALSA card |
| 259 | with a single read-only mixer control, which should be used for |
| 260 | on-screen-display feedback purposes by the Desktop Environment. |
| 261 | |
| 262 | Optionally, the driver will also allow software control (the |
| 263 | ALSA mixer will be made read-write). Please refer to the driver |
| 264 | documentation for details. |
| 265 | |
| 266 | All IBM models have both volume and mute control. Newer Lenovo |
| 267 | models only have mute control (the volume hotkeys are just normal |
| 268 | keys and volume control is done through the main HDA mixer). |
| 269 | |
Henrique de Moraes Holschuh | a73f309 | 2009-01-11 03:01:00 -0200 | [diff] [blame] | 270 | config THINKPAD_ACPI_DEBUGFACILITIES |
| 271 | bool "Maintainer debug facilities" |
| 272 | depends on THINKPAD_ACPI |
| 273 | default n |
| 274 | ---help--- |
| 275 | Enables extra stuff in the thinkpad-acpi which is completely useless |
| 276 | for normal use. Read the driver source to find out what it does. |
| 277 | |
| 278 | Say N here, unless you were told by a kernel maintainer to do |
| 279 | otherwise. |
| 280 | |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 281 | config THINKPAD_ACPI_DEBUG |
| 282 | bool "Verbose debug mode" |
| 283 | depends on THINKPAD_ACPI |
| 284 | default n |
| 285 | ---help--- |
| 286 | Enables extra debugging information, at the expense of a slightly |
| 287 | increase in driver size. |
| 288 | |
| 289 | If you are not sure, say N here. |
| 290 | |
Henrique de Moraes Holschuh | a4d5eff | 2009-04-04 04:25:49 +0000 | [diff] [blame] | 291 | config THINKPAD_ACPI_UNSAFE_LEDS |
| 292 | bool "Allow control of important LEDs (unsafe)" |
| 293 | depends on THINKPAD_ACPI |
| 294 | default n |
| 295 | ---help--- |
| 296 | Overriding LED state on ThinkPads can mask important |
| 297 | firmware alerts (like critical battery condition), or misled |
| 298 | the user into damaging the hardware (undocking or ejecting |
| 299 | the bay while buses are still active), etc. |
| 300 | |
| 301 | LED control on the ThinkPad is write-only (with very few |
| 302 | exceptions on very ancient models), which makes it |
| 303 | impossible to know beforehand if important information will |
| 304 | be lost when one changes LED state. |
| 305 | |
| 306 | Users that know what they are doing can enable this option |
| 307 | and the driver will allow control of every LED, including |
| 308 | the ones on the dock stations. |
| 309 | |
| 310 | Never enable this option on a distribution kernel. |
| 311 | |
| 312 | Say N here, unless you are building a kernel for your own |
| 313 | use, and need to control the important firmware LEDs. |
| 314 | |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 315 | config THINKPAD_ACPI_VIDEO |
| 316 | bool "Video output control support" |
| 317 | depends on THINKPAD_ACPI |
| 318 | default y |
| 319 | ---help--- |
| 320 | Allows the thinkpad_acpi driver to provide an interface to control |
| 321 | the various video output ports. |
| 322 | |
| 323 | This feature often won't work well, depending on ThinkPad model, |
| 324 | display state, video output devices in use, whether there is a X |
| 325 | server running, phase of the moon, and the current mood of |
| 326 | Schroedinger's cat. If you can use X.org's RandR to control |
| 327 | your ThinkPad's video output ports instead of this feature, |
Henrique de Moraes Holschuh | b525c06 | 2010-02-25 22:22:22 -0300 | [diff] [blame] | 328 | don't think twice: do it and say N here to save memory and avoid |
| 329 | bad interactions with X.org. |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 330 | |
Henrique de Moraes Holschuh | b525c06 | 2010-02-25 22:22:22 -0300 | [diff] [blame] | 331 | NOTE: access to this feature is limited to processes with the |
| 332 | CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms |
| 333 | where it interacts badly with X.org. |
| 334 | |
| 335 | If you are not sure, say Y here but do try to check if you could |
| 336 | be using X.org RandR instead. |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 337 | |
| 338 | config THINKPAD_ACPI_HOTKEY_POLL |
| 339 | bool "Support NVRAM polling for hot keys" |
| 340 | depends on THINKPAD_ACPI |
| 341 | default y |
| 342 | ---help--- |
| 343 | Some thinkpad models benefit from NVRAM polling to detect a few of |
| 344 | the hot key press events. If you know your ThinkPad model does not |
| 345 | need to do NVRAM polling to support any of the hot keys you use, |
| 346 | unselecting this option will save about 1kB of memory. |
| 347 | |
| 348 | ThinkPads T40 and newer, R52 and newer, and X31 and newer are |
| 349 | unlikely to need NVRAM polling in their latest BIOS versions. |
| 350 | |
| 351 | NVRAM polling can detect at most the following keys: ThinkPad/Access |
| 352 | IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, |
| 353 | Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). |
| 354 | |
| 355 | If you are not sure, say Y here. The driver enables polling only if |
| 356 | it is strictly necessary to do so. |
| 357 | |
| 358 | config INTEL_MENLOW |
| 359 | tristate "Thermal Management driver for Intel menlow platform" |
| 360 | depends on ACPI_THERMAL |
| 361 | select THERMAL |
| 362 | ---help--- |
| 363 | ACPI thermal management enhancement driver on |
| 364 | Intel Menlow platform. |
| 365 | |
| 366 | If unsure, say N. |
| 367 | |
| 368 | config EEEPC_LAPTOP |
| 369 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" |
| 370 | depends on ACPI |
Alexey Dobriyan | 3a5093e | 2009-02-18 14:48:22 -0800 | [diff] [blame] | 371 | depends on INPUT |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 372 | depends on EXPERIMENTAL |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 373 | depends on RFKILL || RFKILL = n |
Ingo Molnar | 44b3615 | 2009-06-29 10:07:54 +0200 | [diff] [blame] | 374 | depends on HOTPLUG_PCI |
Len Brown | d97c0de | 2009-01-09 04:01:26 -0500 | [diff] [blame] | 375 | select BACKLIGHT_CLASS_DEVICE |
| 376 | select HWMON |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 377 | select LEDS_CLASS |
| 378 | select NEW_LEDS |
Dmitry Torokhov | 642e044 | 2010-01-06 22:07:39 +0100 | [diff] [blame] | 379 | select INPUT_SPARSEKMAP |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 380 | ---help--- |
| 381 | This driver supports the Fn-Fx keys on Eee PC laptops. |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 382 | |
| 383 | It also gives access to some extra laptop functionalities like |
| 384 | Bluetooth, backlight and allows powering on/off some other |
| 385 | devices. |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 386 | |
| 387 | If you have an Eee PC laptop, say Y or M here. |
| 388 | |
Yong Wang | ee027e4 | 2010-03-21 10:26:34 +0800 | [diff] [blame] | 389 | config EEEPC_WMI |
| 390 | tristate "Eee PC WMI Hotkey Driver (EXPERIMENTAL)" |
| 391 | depends on ACPI_WMI |
| 392 | depends on INPUT |
| 393 | depends on EXPERIMENTAL |
Randy Dunlap | 89a7644 | 2010-05-07 11:24:11 -0700 | [diff] [blame] | 394 | depends on BACKLIGHT_CLASS_DEVICE |
Ingo Molnar | fb48aef | 2010-04-07 16:22:45 +0200 | [diff] [blame] | 395 | select INPUT_SPARSEKMAP |
Yong Wang | ee027e4 | 2010-03-21 10:26:34 +0800 | [diff] [blame] | 396 | ---help--- |
| 397 | Say Y here if you want to support WMI-based hotkeys on Eee PC laptops. |
| 398 | |
| 399 | To compile this driver as a module, choose M here: the module will |
| 400 | be called eeepc-wmi. |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 401 | |
| 402 | config ACPI_WMI |
Carlos Corbacho | 5fcdd17 | 2009-02-14 09:53:53 +0000 | [diff] [blame] | 403 | tristate "WMI" |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 404 | depends on ACPI |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 405 | help |
| 406 | This driver adds support for the ACPI-WMI (Windows Management |
| 407 | Instrumentation) mapper device (PNP0C14) found on some systems. |
| 408 | |
| 409 | ACPI-WMI is a proprietary extension to ACPI to expose parts of the |
| 410 | ACPI firmware to userspace - this is done through various vendor |
| 411 | defined methods and data blocks in a PNP0C14 device, which are then |
| 412 | made available for userspace to call. |
| 413 | |
| 414 | The implementation of this in Linux currently only exposes this to |
| 415 | other kernel space drivers. |
| 416 | |
| 417 | This driver is a required dependency to build the firmware specific |
| 418 | drivers needed on many machines, including Acer and HP laptops. |
| 419 | |
| 420 | It is safe to enable this driver even if your DSDT doesn't define |
| 421 | any ACPI-WMI devices. |
| 422 | |
Thomas Renninger | d12d8ba | 2009-12-10 14:18:13 +0100 | [diff] [blame] | 423 | config MSI_WMI |
| 424 | tristate "MSI WMI extras" |
| 425 | depends on ACPI_WMI |
| 426 | depends on INPUT |
Anisse Astier | de078e5 | 2009-12-14 10:21:39 +0100 | [diff] [blame] | 427 | depends on BACKLIGHT_CLASS_DEVICE |
Anisse Astier | c30116c | 2009-12-10 14:18:19 +0100 | [diff] [blame] | 428 | select INPUT_SPARSEKMAP |
Thomas Renninger | d12d8ba | 2009-12-10 14:18:13 +0100 | [diff] [blame] | 429 | help |
| 430 | Say Y here if you want to support WMI-based hotkeys on MSI laptops. |
| 431 | |
| 432 | To compile this driver as a module, choose M here: the module will |
| 433 | be called msi-wmi. |
| 434 | |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 435 | config ACPI_ASUS |
Corentin Chary | 6122af3 | 2009-06-16 19:28:48 +0000 | [diff] [blame] | 436 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 437 | depends on ACPI |
| 438 | select BACKLIGHT_CLASS_DEVICE |
| 439 | ---help--- |
| 440 | This driver provides support for extra features of ACPI-compatible |
| 441 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also |
| 442 | support some Medion laptops (such as 9675 for example). It makes all |
| 443 | the extra buttons generate standard ACPI events that go through |
| 444 | /proc/acpi/events, and (on some models) adds support for changing the |
| 445 | display brightness and output, switching the LCD backlight on and off, |
| 446 | and most importantly, allows you to blink those fancy LEDs intended |
| 447 | for reporting mail and wireless status. |
| 448 | |
| 449 | Note: display switching code is currently considered EXPERIMENTAL, |
| 450 | toying with these values may even lock your machine. |
| 451 | |
| 452 | All settings are changed via /proc/acpi/asus directory entries. Owner |
| 453 | and group for these entries can be set with asus_uid and asus_gid |
| 454 | parameters. |
| 455 | |
| 456 | More information and a userspace daemon for handling the extra buttons |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 457 | at <http://acpi4asus.sf.net>. |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 458 | |
| 459 | If you have an ACPI-compatible ASUS laptop, say Y or M here. This |
| 460 | driver is still under development, so if your laptop is unsupported or |
| 461 | something works not quite as expected, please use the mailing list |
| 462 | available on the above page (acpi4asus-user@lists.sourceforge.net). |
| 463 | |
| 464 | NOTE: This driver is deprecated and will probably be removed soon, |
| 465 | use asus-laptop instead. |
| 466 | |
Herton Ronaldo Krzesinski | 9caeb53 | 2009-09-14 21:11:21 -0300 | [diff] [blame] | 467 | config TOPSTAR_LAPTOP |
| 468 | tristate "Topstar Laptop Extras" |
| 469 | depends on ACPI |
| 470 | depends on INPUT |
| 471 | ---help--- |
| 472 | This driver adds support for hotkeys found on Topstar laptops. |
| 473 | |
| 474 | If you have a Topstar laptop, say Y or M here. |
| 475 | |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 476 | config ACPI_TOSHIBA |
| 477 | tristate "Toshiba Laptop Extras" |
| 478 | depends on ACPI |
| 479 | depends on INPUT |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 480 | depends on RFKILL || RFKILL = n |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 481 | select INPUT_POLLDEV |
Len Brown | b4f9fe1 | 2008-12-11 14:37:26 -0500 | [diff] [blame] | 482 | select BACKLIGHT_CLASS_DEVICE |
| 483 | ---help--- |
| 484 | This driver adds support for access to certain system settings |
| 485 | on "legacy free" Toshiba laptops. These laptops can be recognized by |
| 486 | their lack of a BIOS setup menu and APM support. |
| 487 | |
| 488 | On these machines, all system configuration is handled through the |
| 489 | ACPI. This driver is required for access to controls not covered |
| 490 | by the general ACPI drivers, such as LCD brightness, video output, |
| 491 | etc. |
| 492 | |
| 493 | This driver differs from the non-ACPI Toshiba laptop driver (located |
| 494 | under "Processor type and features") in several aspects. |
| 495 | Configuration is accessed by reading and writing text files in the |
| 496 | /proc tree instead of by program interface to /dev. Furthermore, no |
| 497 | power management functions are exposed, as those are handled by the |
| 498 | general ACPI drivers. |
| 499 | |
| 500 | More information about this driver is available at |
| 501 | <http://memebeam.org/toys/ToshibaAcpiDriver>. |
| 502 | |
| 503 | If you have a legacy free Toshiba laptop (such as the Libretto L1 |
| 504 | series), say Y. |
Jes Sorensen | 42b4e9e | 2009-12-16 12:08:15 -0500 | [diff] [blame] | 505 | |
| 506 | config TOSHIBA_BT_RFKILL |
| 507 | tristate "Toshiba Bluetooth RFKill switch support" |
| 508 | depends on ACPI |
| 509 | ---help--- |
| 510 | This driver adds support for Bluetooth events for the RFKill |
| 511 | switch on modern Toshiba laptops with full ACPI support and |
| 512 | an RFKill switch. |
| 513 | |
| 514 | This driver handles RFKill events for the TOS6205 Bluetooth, |
| 515 | and re-enables it when the switch is set back to the 'on' |
| 516 | position. |
| 517 | |
| 518 | If you have a modern Toshiba laptop with a Bluetooth and an |
| 519 | RFKill switch (such as the Portege R500), say Y. |
Thadeu Lima de Souza Cascardo | 529aa8c | 2009-12-21 16:20:01 -0800 | [diff] [blame] | 520 | |
| 521 | config ACPI_CMPC |
| 522 | tristate "CMPC Laptop Extras" |
| 523 | depends on X86 && ACPI |
Thadeu Lima de Souza Cascardo | f35843e | 2010-05-26 12:00:10 -0300 | [diff] [blame] | 524 | depends on RFKILL || RFKILL=n |
Thadeu Lima de Souza Cascardo | 529aa8c | 2009-12-21 16:20:01 -0800 | [diff] [blame] | 525 | select INPUT |
| 526 | select BACKLIGHT_CLASS_DEVICE |
| 527 | default n |
| 528 | help |
| 529 | Support for Intel Classmate PC ACPI devices, including some |
| 530 | keys as input device, backlight device, tablet and accelerometer |
| 531 | devices. |
| 532 | |
Sreedhara DS | 9a58a33 | 2010-04-26 18:13:05 +0100 | [diff] [blame] | 533 | config INTEL_SCU_IPC |
| 534 | bool "Intel SCU IPC Support" |
| 535 | depends on X86_MRST |
| 536 | default y |
| 537 | ---help--- |
| 538 | IPC is used to bridge the communications between kernel and SCU on |
Matthew Garrett | 6c62673 | 2010-05-07 14:30:00 -0400 | [diff] [blame] | 539 | some embedded Intel x86 platforms. This is not needed for PC-type |
| 540 | machines. |
Sreedhara DS | 9a58a33 | 2010-04-26 18:13:05 +0100 | [diff] [blame] | 541 | |
Len Brown | 41b16dc | 2008-12-01 00:09:47 -0500 | [diff] [blame] | 542 | endif # X86_PLATFORM_DEVICES |