Kconfig 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147
  1. #
  2. # X86 Platform Specific Drivers
  3. #
  4. menuconfig X86_PLATFORM_DEVICES
  5. bool "X86 Platform Specific Device Drivers"
  6. default y
  7. depends on X86
  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. If you say N, all options in this submenu will be skipped and disabled.
  13. if X86_PLATFORM_DEVICES
  14. config ACER_WMI
  15. tristate "Acer WMI Laptop Extras"
  16. depends on ACPI
  17. select LEDS_CLASS
  18. select NEW_LEDS
  19. depends on BACKLIGHT_CLASS_DEVICE
  20. depends on SERIO_I8042
  21. depends on INPUT
  22. depends on RFKILL || RFKILL = n
  23. depends on ACPI_WMI
  24. select INPUT_SPARSEKMAP
  25. # Acer WMI depends on ACPI_VIDEO when ACPI is enabled
  26. select ACPI_VIDEO if ACPI
  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. If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
  32. here.
  33. config ACERHDF
  34. tristate "Acer Aspire One temperature and fan driver"
  35. depends on ACPI && THERMAL
  36. select THERMAL_GOV_BANG_BANG
  37. ---help---
  38. This is a driver for Acer Aspire One netbooks. It allows to access
  39. the temperature sensor and to control the fan.
  40. After loading this driver the BIOS is still in control of the fan.
  41. To let the kernel handle the fan, do:
  42. echo -n enabled > /sys/class/thermal/thermal_zone0/mode
  43. For more information about this driver see
  44. <http://piie.net/files/acerhdf_README.txt>
  45. If you have an Acer Aspire One netbook, say Y or M
  46. here.
  47. config ALIENWARE_WMI
  48. tristate "Alienware Special feature control"
  49. depends on ACPI
  50. depends on LEDS_CLASS
  51. depends on NEW_LEDS
  52. depends on ACPI_WMI
  53. ---help---
  54. This is a driver for controlling Alienware BIOS driven
  55. features. It exposes an interface for controlling the AlienFX
  56. zones on Alienware machines that don't contain a dedicated AlienFX
  57. USB MCU such as the X51 and X51-R2.
  58. config ASUS_LAPTOP
  59. tristate "Asus Laptop Extras"
  60. depends on ACPI
  61. select LEDS_CLASS
  62. select NEW_LEDS
  63. depends on BACKLIGHT_CLASS_DEVICE
  64. depends on INPUT
  65. depends on RFKILL || RFKILL = n
  66. depends on ACPI_VIDEO || ACPI_VIDEO = n
  67. select INPUT_SPARSEKMAP
  68. select INPUT_POLLDEV
  69. ---help---
  70. This is a driver for Asus laptops, Lenovo SL and the Pegatron
  71. Lucid tablet. It may also support some MEDION, JVC or VICTOR
  72. laptops. It makes all the extra buttons generate standard
  73. ACPI events and input events, and on the Lucid the built-in
  74. accelerometer appears as an input device. It also adds
  75. support for video output switching, LCD backlight control,
  76. Bluetooth and Wlan control, and most importantly, allows you
  77. to blink those fancy LEDs.
  78. For more information see <http://acpi4asus.sf.net>.
  79. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  80. config DELL_SMBIOS
  81. tristate
  82. select DCDBAS
  83. ---help---
  84. This module provides common functions for kernel modules using
  85. Dell SMBIOS.
  86. If you have a Dell laptop, say Y or M here.
  87. config DELL_LAPTOP
  88. tristate "Dell Laptop Extras"
  89. depends on DMI
  90. depends on BACKLIGHT_CLASS_DEVICE
  91. depends on ACPI_VIDEO || ACPI_VIDEO = n
  92. depends on RFKILL || RFKILL = n
  93. depends on SERIO_I8042
  94. select DELL_SMBIOS
  95. select POWER_SUPPLY
  96. select LEDS_CLASS
  97. select NEW_LEDS
  98. ---help---
  99. This driver adds support for rfkill and backlight control to Dell
  100. laptops (except for some models covered by the Compal driver).
  101. config DELL_WMI
  102. tristate "Dell WMI extras"
  103. depends on ACPI_WMI
  104. depends on DMI
  105. depends on INPUT
  106. depends on ACPI_VIDEO || ACPI_VIDEO = n
  107. select DELL_SMBIOS
  108. select INPUT_SPARSEKMAP
  109. ---help---
  110. Say Y here if you want to support WMI-based hotkeys on Dell laptops.
  111. To compile this driver as a module, choose M here: the module will
  112. be called dell-wmi.
  113. config DELL_WMI_AIO
  114. tristate "WMI Hotkeys for Dell All-In-One series"
  115. depends on ACPI_WMI
  116. depends on INPUT
  117. select INPUT_SPARSEKMAP
  118. ---help---
  119. Say Y here if you want to support WMI-based hotkeys on Dell
  120. All-In-One machines.
  121. To compile this driver as a module, choose M here: the module will
  122. be called dell-wmi-aio.
  123. config DELL_WMI_LED
  124. tristate "External LED on Dell Business Netbooks"
  125. depends on LEDS_CLASS
  126. depends on ACPI_WMI
  127. help
  128. This adds support for the Latitude 2100 and similar
  129. notebooks that have an external LED.
  130. config DELL_SMO8800
  131. tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
  132. depends on ACPI
  133. ---help---
  134. Say Y here if you want to support SMO88XX freefall devices
  135. on Dell Latitude laptops.
  136. To compile this driver as a module, choose M here: the module will
  137. be called dell-smo8800.
  138. config DELL_RBTN
  139. tristate "Dell Airplane Mode Switch driver"
  140. depends on ACPI
  141. depends on INPUT
  142. depends on RFKILL
  143. ---help---
  144. Say Y here if you want to support Dell Airplane Mode Switch ACPI
  145. device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN.
  146. This driver register rfkill device or input hotkey device depending
  147. on hardware type (hw switch slider or keyboard toggle button). For
  148. rfkill devices it receive HW switch events and set correct hard
  149. rfkill state.
  150. To compile this driver as a module, choose M here: the module will
  151. be called dell-rbtn.
  152. config FUJITSU_LAPTOP
  153. tristate "Fujitsu Laptop Extras"
  154. depends on ACPI
  155. depends on INPUT
  156. depends on BACKLIGHT_CLASS_DEVICE
  157. depends on ACPI_VIDEO || ACPI_VIDEO = n
  158. select INPUT_SPARSEKMAP
  159. select LEDS_CLASS
  160. ---help---
  161. This is a driver for laptops built by Fujitsu:
  162. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  163. * Possibly other Fujitsu laptop models
  164. * Tested with S6410 and S7020
  165. It adds support for LCD brightness control and some hotkeys.
  166. If you have a Fujitsu laptop, say Y or M here.
  167. config FUJITSU_TABLET
  168. tristate "Fujitsu Tablet Extras"
  169. depends on ACPI
  170. depends on INPUT
  171. ---help---
  172. This is a driver for tablets built by Fujitsu:
  173. * Lifebook P1510/P1610/P1620/Txxxx
  174. * Stylistic ST5xxx
  175. * Possibly other Fujitsu tablet models
  176. It adds support for the panel buttons, docking station detection,
  177. tablet/notebook mode detection for convertible and
  178. orientation detection for docked slates.
  179. If you have a Fujitsu convertible or slate, say Y or M here.
  180. config AMILO_RFKILL
  181. tristate "Fujitsu-Siemens Amilo rfkill support"
  182. depends on RFKILL
  183. depends on SERIO_I8042
  184. ---help---
  185. This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
  186. laptops.
  187. config TC1100_WMI
  188. tristate "HP Compaq TC1100 Tablet WMI Extras"
  189. depends on !X86_64
  190. depends on ACPI
  191. depends on ACPI_WMI
  192. ---help---
  193. This is a driver for the WMI extensions (wireless and bluetooth power
  194. control) of the HP Compaq TC1100 tablet.
  195. config HP_ACCEL
  196. tristate "HP laptop accelerometer"
  197. depends on INPUT && ACPI
  198. depends on SERIO_I8042
  199. select SENSORS_LIS3LV02D
  200. select NEW_LEDS
  201. select LEDS_CLASS
  202. help
  203. This driver provides support for the "Mobile Data Protection System 3D"
  204. or "3D DriveGuard" feature of HP laptops. On such systems the driver
  205. should load automatically (via ACPI alias).
  206. Support for a led indicating disk protection will be provided as
  207. hp::hddprotect. For more information on the feature, refer to
  208. Documentation/misc-devices/lis3lv02d.
  209. To compile this driver as a module, choose M here: the module will
  210. be called hp_accel.
  211. config HP_WIRELESS
  212. tristate "HP wireless button"
  213. depends on ACPI
  214. depends on INPUT
  215. help
  216. This driver provides supports for new HP wireless button for Windows 8.
  217. On such systems the driver should load automatically (via ACPI alias).
  218. To compile this driver as a module, choose M here: the module will
  219. be called hp-wireless.
  220. config HP_WMI
  221. tristate "HP WMI extras"
  222. depends on ACPI_WMI
  223. depends on INPUT
  224. depends on RFKILL || RFKILL = n
  225. select INPUT_SPARSEKMAP
  226. help
  227. Say Y here if you want to support WMI-based hotkeys on HP laptops and
  228. to read data from WMI such as docking or ambient light sensor state.
  229. To compile this driver as a module, choose M here: the module will
  230. be called hp-wmi.
  231. config MSI_LAPTOP
  232. tristate "MSI Laptop Extras"
  233. depends on ACPI
  234. depends on BACKLIGHT_CLASS_DEVICE
  235. depends on ACPI_VIDEO || ACPI_VIDEO = n
  236. depends on RFKILL
  237. depends on INPUT && SERIO_I8042
  238. select INPUT_SPARSEKMAP
  239. ---help---
  240. This is a driver for laptops built by MSI (MICRO-STAR
  241. INTERNATIONAL):
  242. MSI MegaBook S270 (MS-1013)
  243. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  244. It adds support for Bluetooth, WLAN and LCD brightness control.
  245. More information about this driver is available at
  246. <http://0pointer.de/lennart/tchibo.html>.
  247. If you have an MSI S270 laptop, say Y or M here.
  248. config PANASONIC_LAPTOP
  249. tristate "Panasonic Laptop Extras"
  250. depends on INPUT && ACPI
  251. depends on BACKLIGHT_CLASS_DEVICE
  252. select INPUT_SPARSEKMAP
  253. ---help---
  254. This driver adds support for access to backlight control and hotkeys
  255. on Panasonic Let's Note laptops.
  256. If you have a Panasonic Let's note laptop (such as the R1(N variant),
  257. R2, R3, R5, T2, W2 and Y2 series), say Y.
  258. config COMPAL_LAPTOP
  259. tristate "Compal (and others) Laptop Extras"
  260. depends on ACPI
  261. depends on BACKLIGHT_CLASS_DEVICE
  262. depends on ACPI_VIDEO || ACPI_VIDEO = n
  263. depends on RFKILL
  264. depends on HWMON
  265. depends on POWER_SUPPLY
  266. ---help---
  267. This is a driver for laptops built by Compal, and some models by
  268. other brands (e.g. Dell, Toshiba).
  269. It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
  270. and battery charging level control.
  271. For a (possibly incomplete) list of supported laptops, please refer
  272. to: Documentation/platform/x86-laptop-drivers.txt
  273. config SONY_LAPTOP
  274. tristate "Sony Laptop Extras"
  275. depends on ACPI
  276. depends on ACPI_VIDEO || ACPI_VIDEO = n
  277. depends on BACKLIGHT_CLASS_DEVICE
  278. depends on INPUT
  279. depends on RFKILL
  280. ---help---
  281. This mini-driver drives the SNC and SPIC devices present in the ACPI
  282. BIOS of the Sony Vaio laptops.
  283. It gives access to some extra laptop functionalities like Bluetooth,
  284. screen brightness control, Fn keys and allows powering on/off some
  285. devices.
  286. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  287. config SONYPI_COMPAT
  288. bool "Sonypi compatibility"
  289. depends on SONY_LAPTOP
  290. ---help---
  291. Build the sonypi driver compatibility code into the sony-laptop driver.
  292. config IDEAPAD_LAPTOP
  293. tristate "Lenovo IdeaPad Laptop Extras"
  294. depends on ACPI
  295. depends on RFKILL && INPUT
  296. depends on SERIO_I8042
  297. depends on BACKLIGHT_CLASS_DEVICE
  298. depends on ACPI_VIDEO || ACPI_VIDEO = n
  299. depends on ACPI_WMI || ACPI_WMI = n
  300. select INPUT_SPARSEKMAP
  301. help
  302. This is a driver for Lenovo IdeaPad netbooks contains drivers for
  303. rfkill switch, hotkey, fan control and backlight control.
  304. config SURFACE3_WMI
  305. tristate "Surface 3 WMI Driver"
  306. depends on ACPI_WMI
  307. depends on DMI
  308. depends on INPUT
  309. depends on SPI
  310. ---help---
  311. Say Y here if you have a Surface 3.
  312. To compile this driver as a module, choose M here: the module will
  313. be called surface3-wmi.
  314. config THINKPAD_ACPI
  315. tristate "ThinkPad ACPI Laptop Extras"
  316. depends on ACPI
  317. depends on INPUT
  318. depends on RFKILL || RFKILL = n
  319. depends on ACPI_VIDEO || ACPI_VIDEO = n
  320. depends on BACKLIGHT_CLASS_DEVICE
  321. select HWMON
  322. select NVRAM
  323. select NEW_LEDS
  324. select LEDS_CLASS
  325. ---help---
  326. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  327. support for Fn-Fx key combinations, Bluetooth control, video
  328. output switching, ThinkLight control, UltraBay eject and more.
  329. For more information about this driver see
  330. <file:Documentation/laptops/thinkpad-acpi.txt> and
  331. <http://ibm-acpi.sf.net/> .
  332. This driver was formerly known as ibm-acpi.
  333. Extra functionality will be available if the rfkill (CONFIG_RFKILL)
  334. and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
  335. Note that if you want ThinkPad-ACPI to be built-in instead of
  336. modular, ALSA and rfkill will also have to be built-in.
  337. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  338. config THINKPAD_ACPI_ALSA_SUPPORT
  339. bool "Console audio control ALSA interface"
  340. depends on THINKPAD_ACPI
  341. depends on SND
  342. depends on SND = y || THINKPAD_ACPI = SND
  343. default y
  344. ---help---
  345. Enables monitoring of the built-in console audio output control
  346. (headphone and speakers), which is operated by the mute and (in
  347. some ThinkPad models) volume hotkeys.
  348. If this option is enabled, ThinkPad-ACPI will export an ALSA card
  349. with a single read-only mixer control, which should be used for
  350. on-screen-display feedback purposes by the Desktop Environment.
  351. Optionally, the driver will also allow software control (the
  352. ALSA mixer will be made read-write). Please refer to the driver
  353. documentation for details.
  354. All IBM models have both volume and mute control. Newer Lenovo
  355. models only have mute control (the volume hotkeys are just normal
  356. keys and volume control is done through the main HDA mixer).
  357. config THINKPAD_ACPI_DEBUGFACILITIES
  358. bool "Maintainer debug facilities"
  359. depends on THINKPAD_ACPI
  360. default n
  361. ---help---
  362. Enables extra stuff in the thinkpad-acpi which is completely useless
  363. for normal use. Read the driver source to find out what it does.
  364. Say N here, unless you were told by a kernel maintainer to do
  365. otherwise.
  366. config THINKPAD_ACPI_DEBUG
  367. bool "Verbose debug mode"
  368. depends on THINKPAD_ACPI
  369. default n
  370. ---help---
  371. Enables extra debugging information, at the expense of a slightly
  372. increase in driver size.
  373. If you are not sure, say N here.
  374. config THINKPAD_ACPI_UNSAFE_LEDS
  375. bool "Allow control of important LEDs (unsafe)"
  376. depends on THINKPAD_ACPI
  377. default n
  378. ---help---
  379. Overriding LED state on ThinkPads can mask important
  380. firmware alerts (like critical battery condition), or misled
  381. the user into damaging the hardware (undocking or ejecting
  382. the bay while buses are still active), etc.
  383. LED control on the ThinkPad is write-only (with very few
  384. exceptions on very ancient models), which makes it
  385. impossible to know beforehand if important information will
  386. be lost when one changes LED state.
  387. Users that know what they are doing can enable this option
  388. and the driver will allow control of every LED, including
  389. the ones on the dock stations.
  390. Never enable this option on a distribution kernel.
  391. Say N here, unless you are building a kernel for your own
  392. use, and need to control the important firmware LEDs.
  393. config THINKPAD_ACPI_VIDEO
  394. bool "Video output control support"
  395. depends on THINKPAD_ACPI
  396. default y
  397. ---help---
  398. Allows the thinkpad_acpi driver to provide an interface to control
  399. the various video output ports.
  400. This feature often won't work well, depending on ThinkPad model,
  401. display state, video output devices in use, whether there is a X
  402. server running, phase of the moon, and the current mood of
  403. Schroedinger's cat. If you can use X.org's RandR to control
  404. your ThinkPad's video output ports instead of this feature,
  405. don't think twice: do it and say N here to save memory and avoid
  406. bad interactions with X.org.
  407. NOTE: access to this feature is limited to processes with the
  408. CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
  409. where it interacts badly with X.org.
  410. If you are not sure, say Y here but do try to check if you could
  411. be using X.org RandR instead.
  412. config THINKPAD_ACPI_HOTKEY_POLL
  413. bool "Support NVRAM polling for hot keys"
  414. depends on THINKPAD_ACPI
  415. default y
  416. ---help---
  417. Some thinkpad models benefit from NVRAM polling to detect a few of
  418. the hot key press events. If you know your ThinkPad model does not
  419. need to do NVRAM polling to support any of the hot keys you use,
  420. unselecting this option will save about 1kB of memory.
  421. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  422. unlikely to need NVRAM polling in their latest BIOS versions.
  423. NVRAM polling can detect at most the following keys: ThinkPad/Access
  424. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  425. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  426. If you are not sure, say Y here. The driver enables polling only if
  427. it is strictly necessary to do so.
  428. config SENSORS_HDAPS
  429. tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
  430. depends on INPUT
  431. select INPUT_POLLDEV
  432. default n
  433. help
  434. This driver provides support for the IBM Hard Drive Active Protection
  435. System (hdaps), which provides an accelerometer and other misc. data.
  436. ThinkPads starting with the R50, T41, and X40 are supported. The
  437. accelerometer data is readable via sysfs.
  438. This driver also provides an absolute input class device, allowing
  439. the laptop to act as a pinball machine-esque joystick.
  440. If your ThinkPad is not recognized by the driver, please update to latest
  441. BIOS. This is especially the case for some R52 ThinkPads.
  442. Say Y here if you have an applicable laptop and want to experience
  443. the awesome power of hdaps.
  444. config INTEL_MENLOW
  445. tristate "Thermal Management driver for Intel menlow platform"
  446. depends on ACPI_THERMAL
  447. select THERMAL
  448. ---help---
  449. ACPI thermal management enhancement driver on
  450. Intel Menlow platform.
  451. If unsure, say N.
  452. config EEEPC_LAPTOP
  453. tristate "Eee PC Hotkey Driver"
  454. depends on ACPI
  455. depends on INPUT
  456. depends on RFKILL || RFKILL = n
  457. depends on ACPI_VIDEO || ACPI_VIDEO = n
  458. depends on HOTPLUG_PCI
  459. depends on BACKLIGHT_CLASS_DEVICE
  460. select HWMON
  461. select LEDS_CLASS
  462. select NEW_LEDS
  463. select INPUT_SPARSEKMAP
  464. ---help---
  465. This driver supports the Fn-Fx keys on Eee PC laptops.
  466. It also gives access to some extra laptop functionalities like
  467. Bluetooth, backlight and allows powering on/off some other
  468. devices.
  469. If you have an Eee PC laptop, say Y or M here. If this driver
  470. doesn't work on your Eee PC, try eeepc-wmi instead.
  471. config ASUS_WMI
  472. tristate "ASUS WMI Driver"
  473. depends on ACPI_WMI
  474. depends on INPUT
  475. depends on HWMON
  476. depends on BACKLIGHT_CLASS_DEVICE
  477. depends on RFKILL || RFKILL = n
  478. depends on HOTPLUG_PCI
  479. depends on ACPI_VIDEO || ACPI_VIDEO = n
  480. select INPUT_SPARSEKMAP
  481. select LEDS_CLASS
  482. select NEW_LEDS
  483. ---help---
  484. Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
  485. Asus Notebooks).
  486. To compile this driver as a module, choose M here: the module will
  487. be called asus-wmi.
  488. config ASUS_NB_WMI
  489. tristate "Asus Notebook WMI Driver"
  490. depends on ASUS_WMI
  491. depends on SERIO_I8042 || SERIO_I8042 = n
  492. ---help---
  493. This is a driver for newer Asus notebooks. It adds extra features
  494. like wireless radio and bluetooth control, leds, hotkeys, backlight...
  495. For more information, see
  496. <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
  497. If you have an ACPI-WMI compatible Asus Notebook, say Y or M
  498. here.
  499. config EEEPC_WMI
  500. tristate "Eee PC WMI Driver"
  501. depends on ASUS_WMI
  502. ---help---
  503. This is a driver for newer Eee PC laptops. It adds extra features
  504. like wireless radio and bluetooth control, leds, hotkeys, backlight...
  505. For more information, see
  506. <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
  507. If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
  508. here.
  509. config ASUS_WIRELESS
  510. tristate "Asus Wireless Radio Control Driver"
  511. depends on ACPI
  512. depends on INPUT
  513. select NEW_LEDS
  514. select LEDS_CLASS
  515. ---help---
  516. The Asus Wireless Radio Control handles the airplane mode hotkey
  517. present on some Asus laptops.
  518. Say Y or M here if you have an ASUS notebook with an airplane mode
  519. hotkey.
  520. If you choose to compile this driver as a module the module will be
  521. called asus-wireless.
  522. config ACPI_WMI
  523. tristate "WMI"
  524. depends on ACPI
  525. help
  526. This driver adds support for the ACPI-WMI (Windows Management
  527. Instrumentation) mapper device (PNP0C14) found on some systems.
  528. ACPI-WMI is a proprietary extension to ACPI to expose parts of the
  529. ACPI firmware to userspace - this is done through various vendor
  530. defined methods and data blocks in a PNP0C14 device, which are then
  531. made available for userspace to call.
  532. The implementation of this in Linux currently only exposes this to
  533. other kernel space drivers.
  534. This driver is a required dependency to build the firmware specific
  535. drivers needed on many machines, including Acer and HP laptops.
  536. It is safe to enable this driver even if your DSDT doesn't define
  537. any ACPI-WMI devices.
  538. config WMI_BMOF
  539. tristate "WMI embedded Binary MOF driver"
  540. depends on ACPI_WMI
  541. default ACPI_WMI
  542. ---help---
  543. Say Y here if you want to be able to read a firmware-embedded
  544. WMI Binary MOF data. Using this requires userspace tools and may be
  545. rather tedious.
  546. To compile this driver as a module, choose M here: the module will
  547. be called wmi-bmof.
  548. config MSI_WMI
  549. tristate "MSI WMI extras"
  550. depends on ACPI_WMI
  551. depends on INPUT
  552. depends on BACKLIGHT_CLASS_DEVICE
  553. depends on ACPI_VIDEO || ACPI_VIDEO = n
  554. select INPUT_SPARSEKMAP
  555. help
  556. Say Y here if you want to support WMI-based hotkeys on MSI laptops.
  557. To compile this driver as a module, choose M here: the module will
  558. be called msi-wmi.
  559. config PEAQ_WMI
  560. tristate "PEAQ 2-in-1 WMI hotkey driver"
  561. depends on ACPI_WMI
  562. depends on INPUT
  563. select INPUT_POLLDEV
  564. help
  565. Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s.
  566. config TOPSTAR_LAPTOP
  567. tristate "Topstar Laptop Extras"
  568. depends on ACPI
  569. depends on INPUT
  570. select INPUT_SPARSEKMAP
  571. ---help---
  572. This driver adds support for hotkeys found on Topstar laptops.
  573. If you have a Topstar laptop, say Y or M here.
  574. config ACPI_TOSHIBA
  575. tristate "Toshiba Laptop Extras"
  576. depends on ACPI
  577. depends on ACPI_WMI
  578. select LEDS_CLASS
  579. select NEW_LEDS
  580. depends on BACKLIGHT_CLASS_DEVICE
  581. depends on INPUT
  582. depends on SERIO_I8042 || SERIO_I8042 = n
  583. depends on ACPI_VIDEO || ACPI_VIDEO = n
  584. depends on RFKILL || RFKILL = n
  585. depends on IIO
  586. select INPUT_POLLDEV
  587. select INPUT_SPARSEKMAP
  588. ---help---
  589. This driver adds support for access to certain system settings
  590. on "legacy free" Toshiba laptops. These laptops can be recognized by
  591. their lack of a BIOS setup menu and APM support.
  592. On these machines, all system configuration is handled through the
  593. ACPI. This driver is required for access to controls not covered
  594. by the general ACPI drivers, such as LCD brightness, video output,
  595. etc.
  596. This driver differs from the non-ACPI Toshiba laptop driver (located
  597. under "Processor type and features") in several aspects.
  598. Configuration is accessed by reading and writing text files in the
  599. /proc tree instead of by program interface to /dev. Furthermore, no
  600. power management functions are exposed, as those are handled by the
  601. general ACPI drivers.
  602. More information about this driver is available at
  603. <http://memebeam.org/toys/ToshibaAcpiDriver>.
  604. If you have a legacy free Toshiba laptop (such as the Libretto L1
  605. series), say Y.
  606. config TOSHIBA_BT_RFKILL
  607. tristate "Toshiba Bluetooth RFKill switch support"
  608. depends on ACPI
  609. depends on RFKILL || RFKILL = n
  610. ---help---
  611. This driver adds support for Bluetooth events for the RFKill
  612. switch on modern Toshiba laptops with full ACPI support and
  613. an RFKill switch.
  614. This driver handles RFKill events for the TOS6205 Bluetooth,
  615. and re-enables it when the switch is set back to the 'on'
  616. position.
  617. If you have a modern Toshiba laptop with a Bluetooth and an
  618. RFKill switch (such as the Portege R500), say Y.
  619. config TOSHIBA_HAPS
  620. tristate "Toshiba HDD Active Protection Sensor"
  621. depends on ACPI
  622. ---help---
  623. This driver adds support for the built-in accelerometer
  624. found on recent Toshiba laptops equipped with HID TOS620A
  625. device.
  626. This driver receives ACPI notify events 0x80 when the sensor
  627. detects a sudden move or a harsh vibration, as well as an
  628. ACPI notify event 0x81 whenever the movement or vibration has
  629. been stabilized.
  630. Also provides sysfs entries to get/set the desired protection
  631. level and resetting the HDD protection interface.
  632. If you have a recent Toshiba laptop with a built-in accelerometer
  633. device, say Y.
  634. config TOSHIBA_WMI
  635. tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
  636. default n
  637. depends on ACPI_WMI
  638. depends on INPUT
  639. select INPUT_SPARSEKMAP
  640. ---help---
  641. This driver adds hotkey monitoring support to some Toshiba models
  642. that manage the hotkeys via WMI events.
  643. WARNING: This driver is incomplete as it lacks a proper keymap and the
  644. *notify function only prints the ACPI event type value. Be warned that
  645. you will need to provide some information if you have a Toshiba model
  646. with WMI event hotkeys and want to help with the develpment of this
  647. driver.
  648. If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
  649. config ACPI_CMPC
  650. tristate "CMPC Laptop Extras"
  651. depends on ACPI
  652. depends on RFKILL || RFKILL=n
  653. select INPUT
  654. select BACKLIGHT_CLASS_DEVICE
  655. default n
  656. help
  657. Support for Intel Classmate PC ACPI devices, including some
  658. keys as input device, backlight device, tablet and accelerometer
  659. devices.
  660. config INTEL_CHT_INT33FE
  661. tristate "Intel Cherry Trail ACPI INT33FE Driver"
  662. depends on X86 && ACPI && I2C
  663. ---help---
  664. This driver add support for the INT33FE ACPI device found on
  665. some Intel Cherry Trail devices.
  666. The INT33FE ACPI device has a CRS table with I2cSerialBusV2
  667. resources for 3 devices: Maxim MAX17047 Fuel Gauge Controller,
  668. FUSB302 USB Type-C Controller and PI3USB30532 USB switch.
  669. This driver instantiates i2c-clients for these, so that standard
  670. i2c drivers for these chips can bind to the them.
  671. config INTEL_INT0002_VGPIO
  672. tristate "Intel ACPI INT0002 Virtual GPIO driver"
  673. depends on GPIOLIB && ACPI
  674. select GPIOLIB_IRQCHIP
  675. ---help---
  676. Some peripherals on Bay Trail and Cherry Trail platforms signal a
  677. Power Management Event (PME) to the Power Management Controller (PMC)
  678. to wakeup the system. When this happens software needs to explicitly
  679. clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
  680. IRQ storm on IRQ 9.
  681. This is modelled in ACPI through the INT0002 ACPI device, which is
  682. called a "Virtual GPIO controller" in ACPI because it defines the
  683. event handler to call when the PME triggers through _AEI and _L02
  684. methods as would be done for a real GPIO interrupt in ACPI.
  685. To compile this driver as a module, choose M here: the module will
  686. be called intel_int0002_vgpio.
  687. config INTEL_HID_EVENT
  688. tristate "INTEL HID Event"
  689. depends on ACPI
  690. depends on INPUT
  691. select INPUT_SPARSEKMAP
  692. help
  693. This driver provides support for the Intel HID Event hotkey interface.
  694. Some laptops require this driver for hotkey support.
  695. To compile this driver as a module, choose M here: the module will
  696. be called intel_hid.
  697. config INTEL_VBTN
  698. tristate "INTEL VIRTUAL BUTTON"
  699. depends on ACPI
  700. depends on INPUT
  701. select INPUT_SPARSEKMAP
  702. help
  703. This driver provides support for the Intel Virtual Button interface.
  704. Some laptops require this driver for power button support.
  705. To compile this driver as a module, choose M here: the module will
  706. be called intel_vbtn.
  707. config INTEL_SCU_IPC
  708. bool "Intel SCU IPC Support"
  709. depends on X86_INTEL_MID
  710. default y
  711. ---help---
  712. IPC is used to bridge the communications between kernel and SCU on
  713. some embedded Intel x86 platforms. This is not needed for PC-type
  714. machines.
  715. config INTEL_SCU_IPC_UTIL
  716. tristate "Intel SCU IPC utility driver"
  717. depends on INTEL_SCU_IPC
  718. default y
  719. ---help---
  720. The IPC Util driver provides an interface with the SCU enabling
  721. low level access for debug work and updating the firmware. Say
  722. N unless you will be doing this on an Intel MID platform.
  723. config INTEL_MID_POWER_BUTTON
  724. tristate "power button driver for Intel MID platforms"
  725. depends on INTEL_SCU_IPC && INPUT
  726. help
  727. This driver handles the power button on the Intel MID platforms.
  728. If unsure, say N.
  729. config INTEL_MFLD_THERMAL
  730. tristate "Thermal driver for Intel Medfield platform"
  731. depends on MFD_INTEL_MSIC && THERMAL
  732. help
  733. Say Y here to enable thermal driver support for the Intel Medfield
  734. platform.
  735. config INTEL_IPS
  736. tristate "Intel Intelligent Power Sharing"
  737. depends on ACPI
  738. ---help---
  739. Intel Calpella platforms support dynamic power sharing between the
  740. CPU and GPU, maximizing performance in a given TDP. This driver,
  741. along with the CPU frequency and i915 drivers, provides that
  742. functionality. If in doubt, say Y here; it will only load on
  743. supported platforms.
  744. config INTEL_IMR
  745. bool "Intel Isolated Memory Region support"
  746. default n
  747. depends on X86_INTEL_QUARK && IOSF_MBI
  748. ---help---
  749. This option provides a means to manipulate Isolated Memory Regions.
  750. IMRs are a set of registers that define read and write access masks
  751. to prohibit certain system agents from accessing memory with 1 KiB
  752. granularity.
  753. IMRs make it possible to control read/write access to an address
  754. by hardware agents inside the SoC. Read and write masks can be
  755. defined for:
  756. - eSRAM flush
  757. - Dirty CPU snoop (write only)
  758. - RMU access
  759. - PCI Virtual Channel 0/Virtual Channel 1
  760. - SMM mode
  761. - Non SMM mode
  762. Quark contains a set of eight IMR registers and makes use of those
  763. registers during its bootup process.
  764. If you are running on a Galileo/Quark say Y here.
  765. config INTEL_PMC_CORE
  766. bool "Intel PMC Core driver"
  767. depends on PCI
  768. ---help---
  769. The Intel Platform Controller Hub for Intel Core SoCs provides access
  770. to Power Management Controller registers via a PCI interface. This
  771. driver can utilize debugging capabilities and supported features as
  772. exposed by the Power Management Controller.
  773. Supported features:
  774. - SLP_S0_RESIDENCY counter.
  775. config IBM_RTL
  776. tristate "Device driver to enable PRTL support"
  777. depends on PCI
  778. ---help---
  779. Enable support for IBM Premium Real Time Mode (PRTM).
  780. This module will allow you the enter and exit PRTM in the BIOS via
  781. sysfs on platforms that support this feature. System in PRTM will
  782. not receive CPU-generated SMIs for recoverable errors. Use of this
  783. feature without proper support may void your hardware warranty.
  784. If the proper BIOS support is found the driver will load and create
  785. /sys/devices/system/ibm_rtl/. The "state" variable will indicate
  786. whether or not the BIOS is in PRTM.
  787. state = 0 (BIOS SMIs on)
  788. state = 1 (BIOS SMIs off)
  789. config XO1_RFKILL
  790. tristate "OLPC XO-1 software RF kill switch"
  791. depends on OLPC || COMPILE_TEST
  792. depends on RFKILL
  793. ---help---
  794. Support for enabling/disabling the WLAN interface on the OLPC XO-1
  795. laptop.
  796. config XO15_EBOOK
  797. tristate "OLPC XO-1.5 ebook switch"
  798. depends on OLPC || COMPILE_TEST
  799. depends on ACPI && INPUT
  800. ---help---
  801. Support for the ebook switch on the OLPC XO-1.5 laptop.
  802. This switch is triggered as the screen is rotated and folded down to
  803. convert the device into ebook form.
  804. config SAMSUNG_LAPTOP
  805. tristate "Samsung Laptop driver"
  806. depends on RFKILL || RFKILL = n
  807. depends on ACPI_VIDEO || ACPI_VIDEO = n
  808. depends on BACKLIGHT_CLASS_DEVICE
  809. select LEDS_CLASS
  810. select NEW_LEDS
  811. ---help---
  812. This module implements a driver for a wide range of different
  813. Samsung laptops. It offers control over the different
  814. function keys, wireless LED, LCD backlight level.
  815. It may also provide some sysfs files described in
  816. <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop>
  817. To compile this driver as a module, choose M here: the module
  818. will be called samsung-laptop.
  819. config MXM_WMI
  820. tristate "WMI support for MXM Laptop Graphics"
  821. depends on ACPI_WMI
  822. ---help---
  823. MXM is a standard for laptop graphics cards, the WMI interface
  824. is required for switchable nvidia graphics machines
  825. config INTEL_OAKTRAIL
  826. tristate "Intel Oaktrail Platform Extras"
  827. depends on ACPI
  828. depends on ACPI_VIDEO || ACPI_VIDEO = n
  829. depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
  830. ---help---
  831. Intel Oaktrail platform need this driver to provide interfaces to
  832. enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
  833. here; it will only load on supported platforms.
  834. config SAMSUNG_Q10
  835. tristate "Samsung Q10 Extras"
  836. depends on ACPI
  837. select BACKLIGHT_CLASS_DEVICE
  838. ---help---
  839. This driver provides support for backlight control on Samsung Q10
  840. and related laptops, including Dell Latitude X200.
  841. config APPLE_GMUX
  842. tristate "Apple Gmux Driver"
  843. depends on ACPI
  844. depends on PNP
  845. depends on BACKLIGHT_CLASS_DEVICE
  846. depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
  847. depends on ACPI_VIDEO=n || ACPI_VIDEO
  848. ---help---
  849. This driver provides support for the gmux device found on many
  850. Apple laptops, which controls the display mux for the hybrid
  851. graphics as well as the backlight. Currently only backlight
  852. control is supported by the driver.
  853. config INTEL_RST
  854. tristate "Intel Rapid Start Technology Driver"
  855. depends on ACPI
  856. ---help---
  857. This driver provides support for modifying paramaters on systems
  858. equipped with Intel's Rapid Start Technology. When put in an ACPI
  859. sleep state, these devices will wake after either a configured
  860. timeout or when the system battery reaches a critical state,
  861. automatically copying memory contents to disk. On resume, the
  862. firmware will copy the memory contents back to RAM and resume the OS
  863. as usual.
  864. config INTEL_SMARTCONNECT
  865. tristate "Intel Smart Connect disabling driver"
  866. depends on ACPI
  867. ---help---
  868. Intel Smart Connect is a technology intended to permit devices to
  869. update state by resuming for a short period of time at regular
  870. intervals. If a user enables this functionality under Windows and
  871. then reboots into Linux, the system may remain configured to resume
  872. on suspend. In the absence of any userspace to support it, the system
  873. will then remain awake until something triggers another suspend.
  874. This driver checks to determine whether the device has Intel Smart
  875. Connect enabled, and if so disables it.
  876. config PVPANIC
  877. tristate "pvpanic device support"
  878. depends on ACPI
  879. ---help---
  880. This driver provides support for the pvpanic device. pvpanic is
  881. a paravirtualized device provided by QEMU; it lets a virtual machine
  882. (guest) communicate panic events to the host.
  883. config INTEL_PMC_IPC
  884. tristate "Intel PMC IPC Driver"
  885. depends on ACPI
  886. ---help---
  887. This driver provides support for PMC control on some Intel platforms.
  888. The PMC is an ARC processor which defines IPC commands for communication
  889. with other entities in the CPU.
  890. config INTEL_BXTWC_PMIC_TMU
  891. tristate "Intel BXT Whiskey Cove TMU Driver"
  892. depends on REGMAP
  893. depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC
  894. ---help---
  895. Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
  896. This driver enables the alarm wakeup functionality in the TMU unit
  897. of Whiskey Cove PMIC.
  898. config SURFACE_PRO3_BUTTON
  899. tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
  900. depends on ACPI && INPUT
  901. ---help---
  902. This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
  903. config SURFACE_3_BUTTON
  904. tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
  905. depends on ACPI && KEYBOARD_GPIO && I2C
  906. ---help---
  907. This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
  908. config INTEL_PUNIT_IPC
  909. tristate "Intel P-Unit IPC Driver"
  910. ---help---
  911. This driver provides support for Intel P-Unit Mailbox IPC mechanism,
  912. which is used to bridge the communications between kernel and P-Unit.
  913. config INTEL_TELEMETRY
  914. tristate "Intel SoC Telemetry Driver"
  915. default n
  916. depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
  917. ---help---
  918. This driver provides interfaces to configure and use
  919. telemetry for INTEL SoC from APL onwards. It is also
  920. used to get various SoC events and parameters
  921. directly via debugfs files. Various tools may use
  922. this interface for SoC state monitoring.
  923. config MLX_PLATFORM
  924. tristate "Mellanox Technologies platform support"
  925. depends on X86_64
  926. ---help---
  927. This option enables system support for the Mellanox Technologies
  928. platform. The Mellanox systems provide data center networking
  929. solutions based on Virtual Protocol Interconnect (VPI) technology
  930. enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
  931. connection.
  932. If you have a Mellanox system, say Y or M here.
  933. config MLX_CPLD_PLATFORM
  934. tristate "Mellanox platform hotplug driver support"
  935. default n
  936. select HWMON
  937. select I2C
  938. ---help---
  939. This driver handles hot-plug events for the power suppliers, power
  940. cables and fans on the wide range Mellanox IB and Ethernet systems.
  941. config INTEL_TURBO_MAX_3
  942. bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
  943. depends on X86_64 && SCHED_MC_PRIO
  944. ---help---
  945. This driver reads maximum performance ratio of each CPU and set up
  946. the scheduler priority metrics. In this way scheduler can prefer
  947. CPU with higher performance to schedule tasks.
  948. This driver is only required when the system is not using Hardware
  949. P-States (HWP). In HWP mode, priority can be read from ACPI tables.
  950. config SILEAD_DMI
  951. bool "Tablets with Silead touchscreens"
  952. depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
  953. ---help---
  954. Certain ACPI based tablets with Silead touchscreens do not have
  955. enough data in ACPI tables for the touchscreen driver to handle
  956. the touchscreen properly, as OEMs expected the data to be baked
  957. into the tablet model specific version of the driver shipped
  958. with the OS-image for the device. This option supplies the missing
  959. information. Enable this for x86 tablets with Silead touchscreens.
  960. endif # X86_PLATFORM_DEVICES
  961. config PMC_ATOM
  962. def_bool y
  963. depends on PCI
  964. select COMMON_CLK