Kconfig 36 KB

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