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