Kconfig 37 KB

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