Kconfig 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  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_SMO8800
  124. tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
  125. depends on ACPI
  126. ---help---
  127. Say Y here if you want to support SMO88XX freefall devices
  128. on Dell Latitude laptops.
  129. To compile this driver as a module, choose M here: the module will
  130. be called dell-smo8800.
  131. config DELL_RBTN
  132. tristate "Dell Airplane Mode Switch driver"
  133. depends on ACPI
  134. depends on INPUT
  135. depends on RFKILL
  136. ---help---
  137. Say Y here if you want to support Dell Airplane Mode Switch ACPI
  138. device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN.
  139. This driver register rfkill device or input hotkey device depending
  140. on hardware type (hw switch slider or keyboard toggle button). For
  141. rfkill devices it receive HW switch events and set correct hard
  142. rfkill state.
  143. To compile this driver as a module, choose M here: the module will
  144. be called dell-rbtn.
  145. config FUJITSU_LAPTOP
  146. tristate "Fujitsu Laptop Extras"
  147. depends on ACPI
  148. depends on INPUT
  149. depends on BACKLIGHT_CLASS_DEVICE
  150. depends on ACPI_VIDEO || ACPI_VIDEO = n
  151. depends on LEDS_CLASS || LEDS_CLASS=n
  152. ---help---
  153. This is a driver for laptops built by Fujitsu:
  154. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  155. * Possibly other Fujitsu laptop models
  156. * Tested with S6410 and S7020
  157. It adds support for LCD brightness control and some hotkeys.
  158. If you have a Fujitsu laptop, say Y or M here.
  159. config FUJITSU_LAPTOP_DEBUG
  160. bool "Verbose debug mode for Fujitsu Laptop Extras"
  161. depends on FUJITSU_LAPTOP
  162. default n
  163. ---help---
  164. Enables extra debug output from the fujitsu extras driver, at the
  165. expense of a slight increase in driver size.
  166. If you are not sure, say N 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 MSI_WMI
  539. tristate "MSI WMI extras"
  540. depends on ACPI_WMI
  541. depends on INPUT
  542. depends on BACKLIGHT_CLASS_DEVICE
  543. depends on ACPI_VIDEO || ACPI_VIDEO = n
  544. select INPUT_SPARSEKMAP
  545. help
  546. Say Y here if you want to support WMI-based hotkeys on MSI laptops.
  547. To compile this driver as a module, choose M here: the module will
  548. be called msi-wmi.
  549. config TOPSTAR_LAPTOP
  550. tristate "Topstar Laptop Extras"
  551. depends on ACPI
  552. depends on INPUT
  553. select INPUT_SPARSEKMAP
  554. ---help---
  555. This driver adds support for hotkeys found on Topstar laptops.
  556. If you have a Topstar laptop, say Y or M here.
  557. config ACPI_TOSHIBA
  558. tristate "Toshiba Laptop Extras"
  559. depends on ACPI
  560. depends on ACPI_WMI
  561. select LEDS_CLASS
  562. select NEW_LEDS
  563. depends on BACKLIGHT_CLASS_DEVICE
  564. depends on INPUT
  565. depends on SERIO_I8042 || SERIO_I8042 = n
  566. depends on ACPI_VIDEO || ACPI_VIDEO = n
  567. depends on RFKILL || RFKILL = n
  568. depends on IIO
  569. select INPUT_POLLDEV
  570. select INPUT_SPARSEKMAP
  571. ---help---
  572. This driver adds support for access to certain system settings
  573. on "legacy free" Toshiba laptops. These laptops can be recognized by
  574. their lack of a BIOS setup menu and APM support.
  575. On these machines, all system configuration is handled through the
  576. ACPI. This driver is required for access to controls not covered
  577. by the general ACPI drivers, such as LCD brightness, video output,
  578. etc.
  579. This driver differs from the non-ACPI Toshiba laptop driver (located
  580. under "Processor type and features") in several aspects.
  581. Configuration is accessed by reading and writing text files in the
  582. /proc tree instead of by program interface to /dev. Furthermore, no
  583. power management functions are exposed, as those are handled by the
  584. general ACPI drivers.
  585. More information about this driver is available at
  586. <http://memebeam.org/toys/ToshibaAcpiDriver>.
  587. If you have a legacy free Toshiba laptop (such as the Libretto L1
  588. series), say Y.
  589. config TOSHIBA_BT_RFKILL
  590. tristate "Toshiba Bluetooth RFKill switch support"
  591. depends on ACPI
  592. depends on RFKILL || RFKILL = n
  593. ---help---
  594. This driver adds support for Bluetooth events for the RFKill
  595. switch on modern Toshiba laptops with full ACPI support and
  596. an RFKill switch.
  597. This driver handles RFKill events for the TOS6205 Bluetooth,
  598. and re-enables it when the switch is set back to the 'on'
  599. position.
  600. If you have a modern Toshiba laptop with a Bluetooth and an
  601. RFKill switch (such as the Portege R500), say Y.
  602. config TOSHIBA_HAPS
  603. tristate "Toshiba HDD Active Protection Sensor"
  604. depends on ACPI
  605. ---help---
  606. This driver adds support for the built-in accelerometer
  607. found on recent Toshiba laptops equipped with HID TOS620A
  608. device.
  609. This driver receives ACPI notify events 0x80 when the sensor
  610. detects a sudden move or a harsh vibration, as well as an
  611. ACPI notify event 0x81 whenever the movement or vibration has
  612. been stabilized.
  613. Also provides sysfs entries to get/set the desired protection
  614. level and resetting the HDD protection interface.
  615. If you have a recent Toshiba laptop with a built-in accelerometer
  616. device, say Y.
  617. config TOSHIBA_WMI
  618. tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
  619. default n
  620. depends on ACPI_WMI
  621. depends on INPUT
  622. select INPUT_SPARSEKMAP
  623. ---help---
  624. This driver adds hotkey monitoring support to some Toshiba models
  625. that manage the hotkeys via WMI events.
  626. WARNING: This driver is incomplete as it lacks a proper keymap and the
  627. *notify function only prints the ACPI event type value. Be warned that
  628. you will need to provide some information if you have a Toshiba model
  629. with WMI event hotkeys and want to help with the develpment of this
  630. driver.
  631. If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
  632. config ACPI_CMPC
  633. tristate "CMPC Laptop Extras"
  634. depends on ACPI
  635. depends on RFKILL || RFKILL=n
  636. select INPUT
  637. select BACKLIGHT_CLASS_DEVICE
  638. default n
  639. help
  640. Support for Intel Classmate PC ACPI devices, including some
  641. keys as input device, backlight device, tablet and accelerometer
  642. devices.
  643. config INTEL_HID_EVENT
  644. tristate "INTEL HID Event"
  645. depends on ACPI
  646. depends on INPUT
  647. select INPUT_SPARSEKMAP
  648. help
  649. This driver provides support for the Intel HID Event hotkey interface.
  650. Some laptops require this driver for hotkey support.
  651. To compile this driver as a module, choose M here: the module will
  652. be called intel_hid.
  653. config INTEL_VBTN
  654. tristate "INTEL VIRTUAL BUTTON"
  655. depends on ACPI
  656. depends on INPUT
  657. select INPUT_SPARSEKMAP
  658. help
  659. This driver provides support for the Intel Virtual Button interface.
  660. Some laptops require this driver for power button support.
  661. To compile this driver as a module, choose M here: the module will
  662. be called intel_vbtn.
  663. config INTEL_SCU_IPC
  664. bool "Intel SCU IPC Support"
  665. depends on X86_INTEL_MID
  666. default y
  667. ---help---
  668. IPC is used to bridge the communications between kernel and SCU on
  669. some embedded Intel x86 platforms. This is not needed for PC-type
  670. machines.
  671. config INTEL_SCU_IPC_UTIL
  672. tristate "Intel SCU IPC utility driver"
  673. depends on INTEL_SCU_IPC
  674. default y
  675. ---help---
  676. The IPC Util driver provides an interface with the SCU enabling
  677. low level access for debug work and updating the firmware. Say
  678. N unless you will be doing this on an Intel MID platform.
  679. config INTEL_MID_POWER_BUTTON
  680. tristate "power button driver for Intel MID platforms"
  681. depends on INTEL_SCU_IPC && INPUT
  682. help
  683. This driver handles the power button on the Intel MID platforms.
  684. If unsure, say N.
  685. config INTEL_MFLD_THERMAL
  686. tristate "Thermal driver for Intel Medfield platform"
  687. depends on MFD_INTEL_MSIC && THERMAL
  688. help
  689. Say Y here to enable thermal driver support for the Intel Medfield
  690. platform.
  691. config INTEL_IPS
  692. tristate "Intel Intelligent Power Sharing"
  693. depends on ACPI
  694. ---help---
  695. Intel Calpella platforms support dynamic power sharing between the
  696. CPU and GPU, maximizing performance in a given TDP. This driver,
  697. along with the CPU frequency and i915 drivers, provides that
  698. functionality. If in doubt, say Y here; it will only load on
  699. supported platforms.
  700. config INTEL_IMR
  701. bool "Intel Isolated Memory Region support"
  702. default n
  703. depends on X86_INTEL_QUARK && IOSF_MBI
  704. ---help---
  705. This option provides a means to manipulate Isolated Memory Regions.
  706. IMRs are a set of registers that define read and write access masks
  707. to prohibit certain system agents from accessing memory with 1 KiB
  708. granularity.
  709. IMRs make it possible to control read/write access to an address
  710. by hardware agents inside the SoC. Read and write masks can be
  711. defined for:
  712. - eSRAM flush
  713. - Dirty CPU snoop (write only)
  714. - RMU access
  715. - PCI Virtual Channel 0/Virtual Channel 1
  716. - SMM mode
  717. - Non SMM mode
  718. Quark contains a set of eight IMR registers and makes use of those
  719. registers during its bootup process.
  720. If you are running on a Galileo/Quark say Y here.
  721. config INTEL_PMC_CORE
  722. bool "Intel PMC Core driver"
  723. depends on PCI
  724. ---help---
  725. The Intel Platform Controller Hub for Intel Core SoCs provides access
  726. to Power Management Controller registers via a PCI interface. This
  727. driver can utilize debugging capabilities and supported features as
  728. exposed by the Power Management Controller.
  729. Supported features:
  730. - SLP_S0_RESIDENCY counter.
  731. config IBM_RTL
  732. tristate "Device driver to enable PRTL support"
  733. depends on PCI
  734. ---help---
  735. Enable support for IBM Premium Real Time Mode (PRTM).
  736. This module will allow you the enter and exit PRTM in the BIOS via
  737. sysfs on platforms that support this feature. System in PRTM will
  738. not receive CPU-generated SMIs for recoverable errors. Use of this
  739. feature without proper support may void your hardware warranty.
  740. If the proper BIOS support is found the driver will load and create
  741. /sys/devices/system/ibm_rtl/. The "state" variable will indicate
  742. whether or not the BIOS is in PRTM.
  743. state = 0 (BIOS SMIs on)
  744. state = 1 (BIOS SMIs off)
  745. config XO1_RFKILL
  746. tristate "OLPC XO-1 software RF kill switch"
  747. depends on OLPC || COMPILE_TEST
  748. depends on RFKILL
  749. ---help---
  750. Support for enabling/disabling the WLAN interface on the OLPC XO-1
  751. laptop.
  752. config XO15_EBOOK
  753. tristate "OLPC XO-1.5 ebook switch"
  754. depends on OLPC || COMPILE_TEST
  755. depends on ACPI && INPUT
  756. ---help---
  757. Support for the ebook switch on the OLPC XO-1.5 laptop.
  758. This switch is triggered as the screen is rotated and folded down to
  759. convert the device into ebook form.
  760. config SAMSUNG_LAPTOP
  761. tristate "Samsung Laptop driver"
  762. depends on RFKILL || RFKILL = n
  763. depends on ACPI_VIDEO || ACPI_VIDEO = n
  764. depends on BACKLIGHT_CLASS_DEVICE
  765. select LEDS_CLASS
  766. select NEW_LEDS
  767. ---help---
  768. This module implements a driver for a wide range of different
  769. Samsung laptops. It offers control over the different
  770. function keys, wireless LED, LCD backlight level.
  771. It may also provide some sysfs files described in
  772. <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop>
  773. To compile this driver as a module, choose M here: the module
  774. will be called samsung-laptop.
  775. config MXM_WMI
  776. tristate "WMI support for MXM Laptop Graphics"
  777. depends on ACPI_WMI
  778. ---help---
  779. MXM is a standard for laptop graphics cards, the WMI interface
  780. is required for switchable nvidia graphics machines
  781. config INTEL_OAKTRAIL
  782. tristate "Intel Oaktrail Platform Extras"
  783. depends on ACPI
  784. depends on ACPI_VIDEO || ACPI_VIDEO = n
  785. depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
  786. ---help---
  787. Intel Oaktrail platform need this driver to provide interfaces to
  788. enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
  789. here; it will only load on supported platforms.
  790. config SAMSUNG_Q10
  791. tristate "Samsung Q10 Extras"
  792. depends on ACPI
  793. select BACKLIGHT_CLASS_DEVICE
  794. ---help---
  795. This driver provides support for backlight control on Samsung Q10
  796. and related laptops, including Dell Latitude X200.
  797. config APPLE_GMUX
  798. tristate "Apple Gmux Driver"
  799. depends on ACPI
  800. depends on PNP
  801. depends on BACKLIGHT_CLASS_DEVICE
  802. depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
  803. depends on ACPI_VIDEO=n || ACPI_VIDEO
  804. ---help---
  805. This driver provides support for the gmux device found on many
  806. Apple laptops, which controls the display mux for the hybrid
  807. graphics as well as the backlight. Currently only backlight
  808. control is supported by the driver.
  809. config INTEL_RST
  810. tristate "Intel Rapid Start Technology Driver"
  811. depends on ACPI
  812. ---help---
  813. This driver provides support for modifying paramaters on systems
  814. equipped with Intel's Rapid Start Technology. When put in an ACPI
  815. sleep state, these devices will wake after either a configured
  816. timeout or when the system battery reaches a critical state,
  817. automatically copying memory contents to disk. On resume, the
  818. firmware will copy the memory contents back to RAM and resume the OS
  819. as usual.
  820. config INTEL_SMARTCONNECT
  821. tristate "Intel Smart Connect disabling driver"
  822. depends on ACPI
  823. ---help---
  824. Intel Smart Connect is a technology intended to permit devices to
  825. update state by resuming for a short period of time at regular
  826. intervals. If a user enables this functionality under Windows and
  827. then reboots into Linux, the system may remain configured to resume
  828. on suspend. In the absence of any userspace to support it, the system
  829. will then remain awake until something triggers another suspend.
  830. This driver checks to determine whether the device has Intel Smart
  831. Connect enabled, and if so disables it.
  832. config PVPANIC
  833. tristate "pvpanic device support"
  834. depends on ACPI
  835. ---help---
  836. This driver provides support for the pvpanic device. pvpanic is
  837. a paravirtualized device provided by QEMU; it lets a virtual machine
  838. (guest) communicate panic events to the host.
  839. config INTEL_PMC_IPC
  840. tristate "Intel PMC IPC Driver"
  841. depends on ACPI
  842. ---help---
  843. This driver provides support for PMC control on some Intel platforms.
  844. The PMC is an ARC processor which defines IPC commands for communication
  845. with other entities in the CPU.
  846. config INTEL_BXTWC_PMIC_TMU
  847. tristate "Intel BXT Whiskey Cove TMU Driver"
  848. depends on REGMAP
  849. depends on INTEL_SOC_PMIC && INTEL_PMC_IPC
  850. ---help---
  851. Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
  852. This driver enables the alarm wakeup functionality in the TMU unit
  853. of Whiskey Cove PMIC.
  854. config SURFACE_PRO3_BUTTON
  855. tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
  856. depends on ACPI && INPUT
  857. ---help---
  858. This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
  859. config SURFACE_3_BUTTON
  860. tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
  861. depends on ACPI && KEYBOARD_GPIO && I2C
  862. ---help---
  863. This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
  864. config INTEL_PUNIT_IPC
  865. tristate "Intel P-Unit IPC Driver"
  866. ---help---
  867. This driver provides support for Intel P-Unit Mailbox IPC mechanism,
  868. which is used to bridge the communications between kernel and P-Unit.
  869. config INTEL_TELEMETRY
  870. tristate "Intel SoC Telemetry Driver"
  871. default n
  872. depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
  873. ---help---
  874. This driver provides interfaces to configure and use
  875. telemetry for INTEL SoC from APL onwards. It is also
  876. used to get various SoC events and parameters
  877. directly via debugfs files. Various tools may use
  878. this interface for SoC state monitoring.
  879. config MLX_PLATFORM
  880. tristate "Mellanox Technologies platform support"
  881. depends on X86_64
  882. ---help---
  883. This option enables system support for the Mellanox Technologies
  884. platform. The Mellanox systems provide data center networking
  885. solutions based on Virtual Protocol Interconnect (VPI) technology
  886. enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
  887. connection.
  888. If you have a Mellanox system, say Y or M here.
  889. config MLX_CPLD_PLATFORM
  890. tristate "Mellanox platform hotplug driver support"
  891. default n
  892. select HWMON
  893. select I2C
  894. ---help---
  895. This driver handles hot-plug events for the power suppliers, power
  896. cables and fans on the wide range Mellanox IB and Ethernet systems.
  897. config INTEL_TURBO_MAX_3
  898. bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
  899. depends on X86_64 && SCHED_MC_PRIO
  900. ---help---
  901. This driver reads maximum performance ratio of each CPU and set up
  902. the scheduler priority metrics. In this way scheduler can prefer
  903. CPU with higher performance to schedule tasks.
  904. This driver is only required when the system is not using Hardware
  905. P-States (HWP). In HWP mode, priority can be read from ACPI tables.
  906. config SILEAD_DMI
  907. bool "Tablets with Silead touchscreens"
  908. depends on ACPI && DMI && I2C=y && INPUT
  909. ---help---
  910. Certain ACPI based tablets with Silead touchscreens do not have
  911. enough data in ACPI tables for the touchscreen driver to handle
  912. the touchscreen properly, as OEMs expected the data to be baked
  913. into the tablet model specific version of the driver shipped
  914. with the OS-image for the device. This option supplies the missing
  915. information. Enable this for x86 tablets with Silead touchscreens.
  916. endif # X86_PLATFORM_DEVICES
  917. config PMC_ATOM
  918. def_bool y
  919. depends on PCI
  920. select COMMON_CLK