1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y 9 depends on X86 10 help 11 Say Y here to get to see options for device drivers for various 12 x86 platforms, including vendor-specific laptop extension drivers. 13 This option alone does not add any kernel code. 14 15 If you say N, all options in this submenu will be skipped and disabled. 16 17if X86_PLATFORM_DEVICES 18 19config WMI_BMOF 20 tristate "WMI embedded Binary MOF driver" 21 depends on ACPI_WMI 22 default ACPI_WMI 23 help 24 Say Y here if you want to be able to read a firmware-embedded 25 WMI Binary MOF (Managed Object Format) data. Using this requires 26 userspace tools and may be rather tedious. 27 28 To compile this driver as a module, choose M here: the module will 29 be called wmi-bmof. 30 31config HUAWEI_WMI 32 tristate "Huawei WMI laptop extras driver" 33 depends on ACPI_BATTERY 34 depends on ACPI_EC 35 depends on ACPI_WMI 36 depends on INPUT 37 select INPUT_SPARSEKMAP 38 select LEDS_CLASS 39 select NEW_LEDS 40 help 41 This driver provides support for Huawei WMI hotkeys, battery charge 42 control, fn-lock, mic-mute LED, and other extra features. 43 44 To compile this driver as a module, choose M here: the module 45 will be called huawei-wmi. 46 47source "drivers/platform/x86/uniwill/Kconfig" 48 49config UV_SYSFS 50 tristate "Sysfs structure for UV systems" 51 depends on X86_UV 52 depends on SYSFS 53 help 54 This driver supports a sysfs tree describing information about 55 UV systems at /sys/firmware/sgi_uv/. 56 57 To compile this driver as a module, choose M here: the module will 58 be called uv_sysfs. 59 60config MXM_WMI 61 tristate "WMI support for MXM Laptop Graphics" 62 depends on ACPI_WMI 63 help 64 MXM is a standard for laptop graphics cards, the WMI interface 65 is required for switchable nvidia graphics machines 66 67config NVIDIA_WMI_EC_BACKLIGHT 68 tristate "EC Backlight Driver for Hybrid Graphics Notebook Systems" 69 depends on ACPI_VIDEO 70 depends on ACPI_WMI 71 depends on BACKLIGHT_CLASS_DEVICE 72 help 73 This driver provides a sysfs backlight interface for notebook systems 74 which are equipped with NVIDIA hybrid graphics and drive LCD backlight 75 levels through the Embedded Controller (EC). 76 77 Say Y or M here if you want to control the backlight on a notebook 78 system with an EC-driven backlight. 79 80 If you choose to compile this driver as a module the module will be 81 called nvidia-wmi-ec-backlight. 82 83config XIAOMI_WMI 84 tristate "Xiaomi WMI key driver" 85 depends on ACPI_WMI 86 depends on INPUT 87 help 88 Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 89 90 To compile this driver as a module, choose M here: the module will 91 be called xiaomi-wmi. 92 93config REDMI_WMI 94 tristate "Redmibook WMI key driver" 95 depends on ACPI_WMI 96 depends on INPUT 97 select INPUT_SPARSEKMAP 98 help 99 Say Y here if you want support for WMI-based hotkey events on 100 Xiaomi Redmibook devices. 101 102 To compile this driver as a module, choose M here: the module will 103 be called redmi-wmi. 104 105config GIGABYTE_WMI 106 tristate "Gigabyte WMI temperature driver" 107 depends on ACPI_WMI 108 depends on HWMON 109 help 110 Say Y here if you want to support WMI-based temperature reporting on 111 Gigabyte mainboards. 112 113 To compile this driver as a module, choose M here: the module will 114 be called gigabyte-wmi. 115 116config ACERHDF 117 tristate "Acer Aspire One temperature and fan driver" 118 depends on ACPI_EC && THERMAL 119 select THERMAL_GOV_BANG_BANG 120 help 121 This is a driver for Acer Aspire One netbooks. It allows to access 122 the temperature sensor and to control the fan. 123 124 After loading this driver the BIOS is still in control of the fan. 125 To let the kernel handle the fan, do: 126 echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 127 where N=0,1,2... depending on the number of thermal nodes and the 128 detection order of your particular system. The "type" parameter 129 in the same node directory will tell you if it is "acerhdf". 130 131 For more information about this driver see 132 <https://piie.net/files/acerhdf_README.txt> 133 134 If you have an Acer Aspire One netbook, say Y or M 135 here. 136 137config ACER_WIRELESS 138 tristate "Acer Wireless Radio Control Driver" 139 depends on ACPI 140 depends on INPUT 141 help 142 The Acer Wireless Radio Control handles the airplane mode hotkey 143 present on new Acer laptops. 144 145 Say Y or M here if you have an Acer notebook with an airplane mode 146 hotkey. 147 148 If you choose to compile this driver as a module the module will be 149 called acer-wireless. 150 151config ACER_WMI 152 tristate "Acer WMI Laptop Extras" 153 depends on BACKLIGHT_CLASS_DEVICE 154 depends on SERIO_I8042 155 depends on INPUT 156 depends on RFKILL || RFKILL = n 157 depends on ACPI_EC 158 depends on ACPI_WMI 159 depends on ACPI_VIDEO || ACPI_VIDEO = n 160 depends on HWMON 161 select INPUT_SPARSEKMAP 162 select LEDS_CLASS 163 select NEW_LEDS 164 select ACPI_PLATFORM_PROFILE 165 help 166 This is a driver for newer Acer (and Wistron) laptops. It adds 167 wireless radio and bluetooth control, and on some laptops, 168 exposes the mail LED and LCD backlight. 169 170 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 171 here. 172 173source "drivers/platform/x86/amd/Kconfig" 174 175config ADV_SWBUTTON 176 tristate "Advantech ACPI Software Button Driver" 177 depends on ACPI && INPUT 178 help 179 Say Y here to enable support for Advantech software defined 180 button feature. More information can be found at 181 <http://www.advantech.com.tw/products/> 182 183 To compile this driver as a module, choose M here. The module will 184 be called adv_swbutton. 185 186config APPLE_GMUX 187 tristate "Apple Gmux Driver" 188 depends on ACPI && PCI 189 depends on PNP 190 depends on BACKLIGHT_CLASS_DEVICE 191 help 192 This driver provides support for the gmux device found on many 193 Apple laptops, which controls the display mux for the hybrid 194 graphics as well as the backlight. Currently only backlight 195 control is supported by the driver. 196 197config ASUS_LAPTOP 198 tristate "Asus Laptop Extras" 199 depends on ACPI 200 select LEDS_CLASS 201 select NEW_LEDS 202 depends on BACKLIGHT_CLASS_DEVICE 203 depends on INPUT 204 depends on RFKILL || RFKILL = n 205 depends on ACPI_VIDEO || ACPI_VIDEO = n 206 select INPUT_SPARSEKMAP 207 help 208 This is a driver for Asus laptops, Lenovo SL and the Pegatron 209 Lucid tablet. It may also support some MEDION, JVC or VICTOR 210 laptops. It makes all the extra buttons generate standard 211 ACPI events and input events, and on the Lucid the built-in 212 accelerometer appears as an input device. It also adds 213 support for video output switching, LCD backlight control, 214 Bluetooth and Wlan control, and most importantly, allows you 215 to blink those fancy LEDs. 216 217 For more information see <http://acpi4asus.sf.net>. 218 219 If you have an ACPI-compatible ASUS laptop, say Y or M here. 220 221config ASUS_WIRELESS 222 tristate "Asus Wireless Radio Control Driver" 223 depends on ACPI 224 depends on INPUT 225 select NEW_LEDS 226 select LEDS_CLASS 227 help 228 The Asus Wireless Radio Control handles the airplane mode hotkey 229 present on some Asus laptops. 230 231 Say Y or M here if you have an ASUS notebook with an airplane mode 232 hotkey. 233 234 If you choose to compile this driver as a module the module will be 235 called asus-wireless. 236 237config ASUS_ARMOURY 238 tristate "ASUS Armoury driver" 239 depends on ASUS_WMI 240 select FW_ATTR_CLASS 241 help 242 Say Y here if you have a WMI aware Asus machine and would like to use the 243 firmware_attributes API to control various settings typically exposed in 244 the ASUS Armoury Crate application available on Windows. 245 246 To compile this driver as a module, choose M here: the module will 247 be called asus-armoury. 248 249config ASUS_WMI 250 tristate "ASUS WMI Driver" 251 depends on ACPI_WMI 252 depends on ACPI_BATTERY 253 depends on INPUT 254 depends on HWMON 255 depends on BACKLIGHT_CLASS_DEVICE 256 depends on RFKILL || RFKILL = n 257 depends on HOTPLUG_PCI 258 depends on ACPI_VIDEO || ACPI_VIDEO = n 259 depends on SERIO_I8042 || SERIO_I8042 = n 260 select INPUT_SPARSEKMAP 261 select LEDS_CLASS 262 select NEW_LEDS 263 select ACPI_PLATFORM_PROFILE 264 help 265 Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 266 Asus Notebooks). 267 268 To compile this driver as a module, choose M here: the module will 269 be called asus-wmi. 270 271config ASUS_WMI_DEPRECATED_ATTRS 272 bool "BIOS option support in WMI platform (DEPRECATED)" 273 depends on ASUS_WMI 274 default y 275 help 276 Say Y to expose the configurable BIOS options through the asus-wmi 277 driver. 278 279 This can be used with or without the asus-armoury driver which 280 has the same attributes, but more, and better features. 281 282config ASUS_NB_WMI 283 tristate "Asus Notebook WMI Driver" 284 depends on ASUS_WMI 285 help 286 This is a driver for newer Asus notebooks. It adds extra features 287 like wireless radio and bluetooth control, leds, hotkeys, backlight... 288 289 For more information, see 290 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 291 292 If you have an ACPI-WMI compatible Asus Notebook, say Y or M 293 here. 294 295config ASUS_TF103C_DOCK 296 tristate "Asus TF103C 2-in-1 keyboard dock" 297 depends on ACPI 298 depends on I2C 299 depends on INPUT 300 depends on HID 301 depends on GPIOLIB 302 help 303 This is a driver for the keyboard, touchpad and USB port of the 304 keyboard dock for the Asus TF103C 2-in-1 tablet. 305 306 This keyboard dock has its own I2C attached embedded controller 307 and the keyboard and touchpad are also connected over I2C, 308 instead of using the usual USB connection. This means that the 309 keyboard dock requires this special driver to function. 310 311 If you have an Asus TF103C tablet say Y or M here, for a generic x86 312 distro config say M here. 313 314config AYANEO_EC 315 tristate "Ayaneo EC platform control" 316 depends on DMI 317 depends on ACPI_EC 318 depends on ACPI_BATTERY 319 depends on HWMON 320 help 321 Enables support for the platform EC of Ayaneo devices. This 322 includes fan control, fan speed, charge limit, magic 323 module detection, and controller power control. 324 325 If you have an Ayaneo device, say Y or M here. 326 327config MERAKI_MX100 328 tristate "Cisco Meraki MX100 Platform Driver" 329 depends on GPIOLIB 330 depends on GPIO_ICH 331 depends on LEDS_CLASS 332 select LEDS_GPIO 333 help 334 This driver provides support for the front button and LEDs on 335 the Cisco Meraki MX100 (Tinkerbell) 1U appliance. 336 337 To compile this driver as a module, choose M here: the module 338 will be called meraki-mx100. 339 340config EEEPC_LAPTOP 341 tristate "Eee PC Hotkey Driver" 342 depends on ACPI_EC 343 depends on INPUT 344 depends on RFKILL || RFKILL = n 345 depends on ACPI_VIDEO || ACPI_VIDEO = n 346 depends on HOTPLUG_PCI 347 depends on BACKLIGHT_CLASS_DEVICE 348 select HWMON 349 select LEDS_CLASS 350 select NEW_LEDS 351 select INPUT_SPARSEKMAP 352 help 353 This driver supports the Fn-Fx keys on Eee PC laptops. 354 355 It also gives access to some extra laptop functionalities like 356 Bluetooth, backlight and allows powering on/off some other 357 devices. 358 359 If you have an Eee PC laptop, say Y or M here. If this driver 360 doesn't work on your Eee PC, try eeepc-wmi instead. 361 362config EEEPC_WMI 363 tristate "Eee PC WMI Driver" 364 depends on ASUS_WMI 365 help 366 This is a driver for newer Eee PC laptops. It adds extra features 367 like wireless radio and bluetooth control, leds, hotkeys, backlight... 368 369 For more information, see 370 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 371 372 If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 373 here. 374 375source "drivers/platform/x86/dell/Kconfig" 376 377config AMILO_RFKILL 378 tristate "Fujitsu-Siemens Amilo rfkill support" 379 depends on RFKILL 380 depends on SERIO_I8042 381 help 382 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 383 laptops. 384 385config FUJITSU_LAPTOP 386 tristate "Fujitsu Laptop Extras" 387 depends on ACPI 388 depends on INPUT 389 depends on BACKLIGHT_CLASS_DEVICE 390 depends on ACPI_BATTERY 391 depends on ACPI_VIDEO || ACPI_VIDEO = n 392 select INPUT_SPARSEKMAP 393 select NEW_LEDS 394 select LEDS_CLASS 395 help 396 This is a driver for laptops built by Fujitsu: 397 398 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 399 * Possibly other Fujitsu laptop models 400 * Tested with S6410 and S7020 401 402 It adds support for LCD brightness control and some hotkeys. 403 404 If you have a Fujitsu laptop, say Y or M here. 405 406config FUJITSU_TABLET 407 tristate "Fujitsu Tablet Extras" 408 depends on ACPI 409 depends on INPUT 410 help 411 This is a driver for tablets built by Fujitsu: 412 413 * Lifebook P1510/P1610/P1620/Txxxx 414 * Stylistic ST5xxx 415 * Possibly other Fujitsu tablet models 416 417 It adds support for the panel buttons, docking station detection, 418 tablet/notebook mode detection for convertible and 419 orientation detection for docked slates. 420 421 If you have a Fujitsu convertible or slate, say Y or M here. 422 423config GPD_POCKET_FAN 424 tristate "GPD Pocket Fan Controller support" 425 depends on ACPI 426 depends on THERMAL 427 help 428 Driver for the GPD Pocket vendor specific FAN02501 ACPI device 429 which controls the fan speed on the GPD Pocket. 430 431 Without this driver the fan on the Pocket will stay off independent 432 of the CPU temperature. Say Y or M if the kernel may be used on a 433 GPD pocket. 434 435source "drivers/platform/x86/hp/Kconfig" 436 437config WIRELESS_HOTKEY 438 tristate "Wireless hotkey button" 439 depends on ACPI 440 depends on INPUT 441 help 442 This driver provides supports for the wireless buttons found on some AMD, 443 HP, & Xioami laptops. 444 On such systems the driver should load automatically (via ACPI alias). 445 446 To compile this driver as a module, choose M here: the module will 447 be called wireless-hotkey. 448 449config IBM_RTL 450 tristate "Device driver to enable PRTL support" 451 depends on PCI 452 help 453 Enable support for IBM Premium Real Time Mode (PRTM). 454 This module will allow you the enter and exit PRTM in the BIOS via 455 sysfs on platforms that support this feature. System in PRTM will 456 not receive CPU-generated SMIs for recoverable errors. Use of this 457 feature without proper support may void your hardware warranty. 458 459 If the proper BIOS support is found the driver will load and create 460 /sys/devices/system/ibm_rtl/. The "state" variable will indicate 461 whether or not the BIOS is in PRTM. 462 state = 0 (BIOS SMIs on) 463 state = 1 (BIOS SMIs off) 464 465config SENSORS_HDAPS 466 tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 467 depends on INPUT 468 help 469 This driver provides support for the IBM Hard Drive Active Protection 470 System (hdaps), which provides an accelerometer and other misc. data. 471 ThinkPads starting with the R50, T41, and X40 are supported. The 472 accelerometer data is readable via sysfs. 473 474 This driver also provides an absolute input class device, allowing 475 the laptop to act as a pinball machine-esque joystick. 476 477 If your ThinkPad is not recognized by the driver, please update to latest 478 BIOS. This is especially the case for some R52 ThinkPads. 479 480 Say Y here if you have an applicable laptop and want to experience 481 the awesome power of hdaps. 482 483source "drivers/platform/x86/intel/Kconfig" 484source "drivers/platform/x86/lenovo/Kconfig" 485 486config ACPI_QUICKSTART 487 tristate "ACPI Quickstart button driver" 488 depends on ACPI 489 depends on INPUT 490 select INPUT_SPARSEKMAP 491 help 492 This driver adds support for ACPI quickstart button (PNP0C32) devices. 493 The button emits a manufacturer-specific key value when pressed, so 494 userspace has to map this value to a standard key code. 495 496 To compile this driver as a module, choose M here: the module will be 497 called quickstart. 498 499config MEEGOPAD_ANX7428 500 tristate "MeeGoPad ANX7428 Type-C Switch" 501 depends on ACPI && GPIOLIB && I2C 502 help 503 Some MeeGoPad top-set boxes have an ANX7428 Type-C Switch for 504 USB3.1 Gen 1 and DisplayPort over Type-C alternate mode support. 505 506 This driver takes care of powering on the ANX7428 on supported 507 MeeGoPad top-set boxes. After this the ANX7428 takes care of Type-C 508 connector orientation and PD alternate mode switching autonomously. 509 510config MSI_EC 511 tristate "MSI EC Extras" 512 depends on ACPI_EC 513 depends on ACPI_BATTERY 514 help 515 This driver allows various MSI laptops' functionalities to be 516 controlled from userspace, including battery charge threshold. 517 518config MSI_LAPTOP 519 tristate "MSI Laptop Extras" 520 depends on ACPI_EC 521 depends on BACKLIGHT_CLASS_DEVICE 522 depends on ACPI_VIDEO || ACPI_VIDEO = n 523 depends on RFKILL 524 depends on INPUT && SERIO_I8042 525 select INPUT_SPARSEKMAP 526 help 527 This is a driver for laptops built by MSI (MICRO-STAR 528 INTERNATIONAL): 529 530 MSI MegaBook S270 (MS-1013) 531 Cytron/TCM/Medion/Tchibo MD96100/SAM2000 532 533 It adds support for Bluetooth, WLAN and LCD brightness control. 534 535 More information about this driver is available at 536 <http://0pointer.de/lennart/tchibo.html>. 537 538 If you have an MSI S270 laptop, say Y or M here. 539 540config MSI_WMI 541 tristate "MSI WMI extras" 542 depends on ACPI_WMI 543 depends on INPUT 544 depends on BACKLIGHT_CLASS_DEVICE 545 depends on ACPI_VIDEO || ACPI_VIDEO = n 546 select INPUT_SPARSEKMAP 547 help 548 Say Y here if you want to support WMI-based hotkeys on MSI laptops. 549 550 To compile this driver as a module, choose M here: the module will 551 be called msi-wmi. 552 553config MSI_WMI_PLATFORM 554 tristate "MSI WMI Platform features" 555 depends on ACPI_WMI 556 depends on HWMON 557 help 558 Say Y here if you want to have support for WMI-based platform features 559 like fan sensor access on MSI machines. 560 561 To compile this driver as a module, choose M here: the module will 562 be called msi-wmi-platform. 563 564config XO15_EBOOK 565 tristate "OLPC XO-1.5 ebook switch" 566 depends on OLPC || COMPILE_TEST 567 depends on ACPI && INPUT 568 help 569 Support for the ebook switch on the OLPC XO-1.5 laptop. 570 571 This switch is triggered as the screen is rotated and folded down to 572 convert the device into ebook form. 573 574config XO1_RFKILL 575 tristate "OLPC XO-1 software RF kill switch" 576 depends on OLPC || COMPILE_TEST 577 depends on RFKILL 578 help 579 Support for enabling/disabling the WLAN interface on the OLPC XO-1 580 laptop. 581 582config PCENGINES_APU2 583 tristate "PC Engines APUv2/3 front button and LEDs driver" 584 depends on INPUT && INPUT_KEYBOARD && GPIOLIB 585 depends on LEDS_CLASS 586 select GPIO_AMD_FCH 587 select KEYBOARD_GPIO_POLLED 588 select LEDS_GPIO 589 help 590 This driver provides support for the front button and LEDs on 591 PC Engines APUv2/APUv3 board. 592 593 To compile this driver as a module, choose M here: the module 594 will be called pcengines-apuv2. 595 596config PORTWELL_EC 597 tristate "Portwell Embedded Controller driver" 598 depends on X86 && HAS_IOPORT && WATCHDOG && GPIOLIB 599 select WATCHDOG_CORE 600 help 601 This driver provides support for the GPIO pins and watchdog timer 602 embedded in Portwell's EC. 603 604 Theoretically, this driver should work on multiple Portwell platforms, 605 but it has only been tested on the Portwell NANO-6064 board. 606 If you encounter any issues on other boards, please report them. 607 608 To compile this driver as a module, choose M here: the module 609 will be called portwell-ec. 610 611config BARCO_P50_GPIO 612 tristate "Barco P50 GPIO driver for identify LED/button" 613 depends on GPIOLIB 614 help 615 This driver provides access to the GPIOs for the identify button 616 and led present on Barco P50 board. 617 618 To compile this driver as a module, choose M here: the module 619 will be called barco-p50-gpio. 620 621config SAMSUNG_GALAXYBOOK 622 tristate "Samsung Galaxy Book driver" 623 depends on ACPI 624 depends on ACPI_BATTERY 625 depends on INPUT 626 depends on LEDS_CLASS 627 depends on SERIO_I8042 628 select ACPI_PLATFORM_PROFILE 629 select FW_ATTR_CLASS 630 help 631 This is a driver for Samsung Galaxy Book series notebooks. It adds 632 support for the keyboard backlight control, performance mode control, 633 function keys, and various firmware attributes. 634 635 For more information about this driver, see 636 <file:Documentation/admin-guide/laptops/samsung-galaxybook.rst>. 637 638config SAMSUNG_LAPTOP 639 tristate "Samsung Laptop driver" 640 depends on RFKILL || RFKILL = n 641 depends on ACPI_VIDEO || ACPI_VIDEO = n 642 depends on ACPI_BATTERY 643 depends on BACKLIGHT_CLASS_DEVICE 644 select LEDS_CLASS 645 select NEW_LEDS 646 help 647 This module implements a driver for a wide range of different 648 Samsung laptops. It offers control over the different 649 function keys, wireless LED, LCD backlight level. 650 651 It may also provide some sysfs files described in 652 <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 653 654 To compile this driver as a module, choose M here: the module 655 will be called samsung-laptop. 656 657config SAMSUNG_Q10 658 tristate "Samsung Q10 Extras" 659 depends on ACPI_EC 660 select BACKLIGHT_CLASS_DEVICE 661 help 662 This driver provides support for backlight control on Samsung Q10 663 and related laptops, including Dell Latitude X200. 664 665config ACPI_TOSHIBA 666 tristate "Toshiba Laptop Extras" 667 depends on ACPI_EC 668 depends on ACPI_BATTERY 669 depends on ACPI_WMI 670 select LEDS_CLASS 671 select NEW_LEDS 672 depends on BACKLIGHT_CLASS_DEVICE 673 depends on INPUT 674 depends on SERIO_I8042 || SERIO_I8042 = n 675 depends on ACPI_VIDEO || ACPI_VIDEO = n 676 depends on HWMON || HWMON = n 677 depends on RFKILL || RFKILL = n 678 depends on IIO 679 select INPUT_SPARSEKMAP 680 help 681 This driver adds support for access to certain system settings 682 on "legacy free" Toshiba laptops. These laptops can be recognized by 683 their lack of a BIOS setup menu and APM support. 684 685 On these machines, all system configuration is handled through the 686 ACPI. This driver is required for access to controls not covered 687 by the general ACPI drivers, such as LCD brightness, video output, 688 etc. 689 690 This driver differs from the non-ACPI Toshiba laptop driver (located 691 under "Processor type and features") in several aspects. 692 Configuration is accessed by reading and writing text files in the 693 /proc tree instead of by program interface to /dev. Furthermore, no 694 power management functions are exposed, as those are handled by the 695 general ACPI drivers. 696 697 More information about this driver is available at 698 <http://memebeam.org/toys/ToshibaAcpiDriver>. 699 700 If you have a legacy free Toshiba laptop (such as the Libretto L1 701 series), say Y. 702 703config TOSHIBA_BT_RFKILL 704 tristate "Toshiba Bluetooth RFKill switch support" 705 depends on ACPI 706 depends on RFKILL || RFKILL = n 707 help 708 This driver adds support for Bluetooth events for the RFKill 709 switch on modern Toshiba laptops with full ACPI support and 710 an RFKill switch. 711 712 This driver handles RFKill events for the TOS6205 Bluetooth, 713 and re-enables it when the switch is set back to the 'on' 714 position. 715 716 If you have a modern Toshiba laptop with a Bluetooth and an 717 RFKill switch (such as the Portege R500), say Y. 718 719config TOSHIBA_HAPS 720 tristate "Toshiba HDD Active Protection Sensor" 721 depends on ACPI 722 help 723 This driver adds support for the built-in accelerometer 724 found on recent Toshiba laptops equipped with HID TOS620A 725 device. 726 727 This driver receives ACPI notify events 0x80 when the sensor 728 detects a sudden move or a harsh vibration, as well as an 729 ACPI notify event 0x81 whenever the movement or vibration has 730 been stabilized. 731 732 Also provides sysfs entries to get/set the desired protection 733 level and resetting the HDD protection interface. 734 735 If you have a recent Toshiba laptop with a built-in accelerometer 736 device, say Y. 737 738config TOSHIBA_WMI 739 tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 740 depends on ACPI_WMI 741 depends on INPUT 742 select INPUT_SPARSEKMAP 743 help 744 This driver adds hotkey monitoring support to some Toshiba models 745 that manage the hotkeys via WMI events. 746 747 WARNING: This driver is incomplete as it lacks a proper keymap and the 748 *notify function only prints the ACPI event type value. Be warned that 749 you will need to provide some information if you have a Toshiba model 750 with WMI event hotkeys and want to help with the development of this 751 driver. 752 753 If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 754 755config ACPI_CMPC 756 tristate "CMPC Laptop Extras" 757 depends on ACPI && INPUT 758 depends on RFKILL || RFKILL=n 759 select BACKLIGHT_CLASS_DEVICE 760 help 761 Support for Intel Classmate PC ACPI devices, including some 762 keys as input device, backlight device, tablet and accelerometer 763 devices. 764 765config COMPAL_LAPTOP 766 tristate "Compal (and others) Laptop Extras" 767 depends on ACPI_EC 768 depends on BACKLIGHT_CLASS_DEVICE 769 depends on ACPI_VIDEO || ACPI_VIDEO = n 770 depends on RFKILL 771 depends on HWMON 772 depends on POWER_SUPPLY 773 help 774 This is a driver for laptops built by Compal, and some models by 775 other brands (e.g. Dell, Toshiba). 776 777 It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 778 and battery charging level control. 779 780config LG_LAPTOP 781 tristate "LG Laptop Extras" 782 depends on ACPI 783 depends on ACPI_BATTERY 784 depends on ACPI_WMI 785 depends on INPUT 786 select INPUT_SPARSEKMAP 787 select NEW_LEDS 788 select LEDS_CLASS 789 help 790 This driver adds support for hotkeys as well as control of keyboard 791 backlight, battery maximum charge level and various other ACPI 792 features. 793 794 If you have an LG Gram laptop, say Y or M here. 795 796config PANASONIC_LAPTOP 797 tristate "Panasonic Laptop Extras" 798 depends on INPUT && ACPI 799 depends on BACKLIGHT_CLASS_DEVICE 800 depends on ACPI_VIDEO=n || ACPI_VIDEO 801 depends on SERIO_I8042 || SERIO_I8042 = n 802 select INPUT_SPARSEKMAP 803 help 804 This driver adds support for access to backlight control and hotkeys 805 on Panasonic Let's Note laptops. 806 807 If you have a Panasonic Let's note laptop (such as the R1(N variant), 808 R2, R3, R5, T2, W2 and Y2 series), say Y. 809 810config SONY_LAPTOP 811 tristate "Sony Laptop Extras" 812 depends on ACPI_EC 813 depends on ACPI_VIDEO || ACPI_VIDEO = n 814 depends on BACKLIGHT_CLASS_DEVICE 815 depends on INPUT 816 depends on RFKILL 817 help 818 This mini-driver drives the SNC and SPIC devices present in the ACPI 819 BIOS of the Sony Vaio laptops. 820 821 It gives access to some extra laptop functionalities like Bluetooth, 822 screen brightness control, Fn keys and allows powering on/off some 823 devices. 824 825 Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 826 827config SONYPI_COMPAT 828 bool "Sonypi compatibility" 829 depends on SONY_LAPTOP 830 help 831 Build the sonypi driver compatibility code into the sony-laptop driver. 832 833config SYSTEM76_ACPI 834 tristate "System76 ACPI Driver" 835 depends on ACPI_EC 836 depends on ACPI_BATTERY 837 depends on HWMON 838 depends on INPUT 839 select NEW_LEDS 840 select LEDS_CLASS 841 select LEDS_TRIGGERS 842 help 843 This is a driver for System76 laptops running open firmware. It adds 844 support for Fn-Fx key combinations, keyboard backlight, and airplane mode 845 LEDs. 846 847 If you have a System76 laptop running open firmware, say Y or M here. 848 849config TOPSTAR_LAPTOP 850 tristate "Topstar Laptop Extras" 851 depends on ACPI 852 depends on INPUT 853 select INPUT_SPARSEKMAP 854 select LEDS_CLASS 855 select NEW_LEDS 856 help 857 This driver adds support for hotkeys found on Topstar laptops. 858 859 If you have a Topstar laptop, say Y or M here. 860 861config SERIAL_MULTI_INSTANTIATE 862 tristate "Serial bus multi instantiate pseudo device driver" 863 depends on ACPI 864 depends on (I2C && !SPI) || (!I2C && SPI) || (I2C && SPI) 865 help 866 Some ACPI-based systems list multiple devices in a single ACPI 867 firmware-node. This driver will instantiate separate clients 868 for each device in the firmware-node. 869 870 To compile this driver as a module, choose M here: the module 871 will be called serial-multi-instantiate. 872 873config TOUCHSCREEN_DMI 874 bool "DMI based touchscreen configuration info" 875 depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 876 select EFI_EMBEDDED_FIRMWARE if EFI 877 help 878 Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 879 do not have enough data in ACPI tables for the touchscreen driver to 880 handle the touchscreen properly, as OEMs expect the data to be baked 881 into the tablet model specific version of the driver shipped with the 882 the OS-image for the device. This option supplies the missing info. 883 Enable this for x86 tablets with Silead or Chipone touchscreens. 884 885config INSPUR_PLATFORM_PROFILE 886 tristate "Inspur WMI platform profile driver" 887 depends on ACPI_WMI 888 select ACPI_PLATFORM_PROFILE 889 help 890 This will allow users to determine and control the platform modes 891 between low-power, balanced and performance modes. 892 893 To compile this driver as a module, choose M here: the module 894 will be called inspur-platform-profile. 895 896config DASHARO_ACPI 897 tristate "Dasharo ACPI Platform Driver" 898 depends on ACPI 899 depends on HWMON 900 help 901 This driver provides HWMON support for devices running Dasharo 902 firmware. 903 904 If you have a device with Dasharo firmware, choose Y or M here. 905 906source "drivers/platform/x86/x86-android-tablets/Kconfig" 907 908config FW_ATTR_CLASS 909 tristate 910 911config INTEL_IMR 912 bool "Intel Isolated Memory Region support" 913 depends on X86_INTEL_QUARK && IOSF_MBI 914 help 915 This option provides a means to manipulate Isolated Memory Regions. 916 IMRs are a set of registers that define read and write access masks 917 to prohibit certain system agents from accessing memory with 1 KiB 918 granularity. 919 920 IMRs make it possible to control read/write access to an address 921 by hardware agents inside the SoC. Read and write masks can be 922 defined for: 923 - eSRAM flush 924 - Dirty CPU snoop (write only) 925 - RMU access 926 - PCI Virtual Channel 0/Virtual Channel 1 927 - SMM mode 928 - Non SMM mode 929 930 Quark contains a set of eight IMR registers and makes use of those 931 registers during its bootup process. 932 933 If you are running on a Galileo/Quark say Y here. 934 935config INTEL_IPS 936 tristate "Intel Intelligent Power Sharing" 937 depends on ACPI && PCI 938 help 939 Intel Calpella platforms support dynamic power sharing between the 940 CPU and GPU, maximizing performance in a given TDP. This driver, 941 along with the CPU frequency and i915 drivers, provides that 942 functionality. If in doubt, say Y here; it will only load on 943 supported platforms. 944 945config INTEL_SCU_IPC 946 bool 947 948config INTEL_SCU 949 bool 950 select INTEL_SCU_IPC 951 952config INTEL_SCU_PCI 953 bool "Intel SCU PCI driver" 954 depends on PCI 955 select INTEL_SCU 956 help 957 This driver is used to bridge the communications between kernel 958 and SCU on some embedded Intel x86 platforms. It also creates 959 devices that are connected to the SoC through the SCU. 960 Platforms supported: 961 Medfield 962 Clovertrail 963 Merrifield 964 Broxton 965 Apollo Lake 966 967config INTEL_SCU_PLATFORM 968 tristate "Intel SCU platform driver" 969 depends on ACPI 970 select INTEL_SCU 971 help 972 This driver is used to bridge the communications between kernel 973 and SCU (sometimes called PMC as well). The driver currently 974 supports Intel Elkhart Lake and compatible platforms. 975 976config INTEL_SCU_WDT 977 bool 978 default INTEL_SCU_PCI 979 depends on INTEL_MID_WATCHDOG 980 help 981 This is a specific platform code to instantiate watchdog device 982 on ACPI-based Intel MID platforms. 983 984config INTEL_SCU_IPC_UTIL 985 tristate "Intel SCU IPC utility driver" 986 depends on INTEL_SCU 987 help 988 The IPC Util driver provides an interface with the SCU enabling 989 low level access for debug work and updating the firmware. Say 990 N unless you will be doing this on an Intel MID platform. 991 992source "drivers/platform/x86/siemens/Kconfig" 993 994config SILICOM_PLATFORM 995 tristate "Silicom Edge Networking device support" 996 depends on HWMON 997 depends on GPIOLIB 998 depends on LEDS_CLASS_MULTICOLOR 999 help 1000 This option enables support for the LEDs/GPIO/etc downstream of the 1001 embedded controller on Silicom "Cordoba" hardware and derivatives. 1002 1003 This platform driver provides support for various functions via 1004 the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON) 1005 and device attributes. 1006 1007 If you have a Silicom network appliance, say Y or M here. 1008 1009config WINMATE_FM07_KEYS 1010 tristate "Winmate FM07/FM07P front-panel keys driver" 1011 depends on INPUT 1012 help 1013 Winmate FM07 and FM07P in-vehicle computers have a row of five 1014 buttons below the display. This module adds an input device 1015 that delivers key events when these buttons are pressed. 1016 1017config SEL3350_PLATFORM 1018 tristate "SEL-3350 LEDs and power supplies" 1019 depends on ACPI 1020 depends on GPIOLIB 1021 depends on PINCTRL_BROXTON 1022 select POWER_SUPPLY 1023 select NEW_LEDS 1024 select LEDS_CLASS 1025 select LEDS_GPIO 1026 help 1027 Support for LEDs and power supplies on SEL-3350 computers. 1028 1029 To compile this driver as a module, choose M here: the module 1030 will be called sel3350-platform. 1031 1032config OXP_EC 1033 tristate "OneXPlayer EC platform control" 1034 depends on ACPI_EC 1035 depends on ACPI_BATTERY 1036 depends on HWMON 1037 depends on X86 1038 help 1039 Enables support for the platform EC of OneXPlayer and AOKZOE 1040 handheld devices. This includes fan speed, fan controls, and 1041 disabling the default TDP behavior of the device. 1042 1043source "drivers/platform/x86/tuxedo/Kconfig" 1044 1045endif # X86_PLATFORM_DEVICES 1046 1047config P2SB 1048 bool 1049 depends on PCI && X86 1050 help 1051 The Primary to Sideband (P2SB) bridge is an interface to some 1052 PCI devices connected through it. In particular, SPI NOR controller 1053 in Intel Apollo Lake SoC is one of such devices. 1054 1055 The main purpose of this library is to unhide P2SB device in case 1056 firmware kept it hidden on some platforms in order to access devices 1057 behind it. 1058