Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. #
  2. # X86 Platform Specific Drivers
  3. #
  4. menuconfig X86_PLATFORM_DEVICES
  5. bool "X86 Platform Specific Device Drivers"
  6. default y
  7. ---help---
  8. Say Y here to get to see options for device drivers for various
  9. x86 platforms, including vendor-specific laptop extension drivers.
  10. This option alone does not add any kernel code.
  11. If you say N, all options in this submenu will be skipped and disabled.
  12. if X86_PLATFORM_DEVICES
  13. config ACER_WMI
  14. tristate "Acer WMI Laptop Extras"
  15. depends on ACPI
  16. depends on LEDS_CLASS
  17. depends on NEW_LEDS
  18. depends on BACKLIGHT_CLASS_DEVICE
  19. depends on SERIO_I8042
  20. depends on RFKILL || RFKILL = n
  21. select ACPI_WMI
  22. ---help---
  23. This is a driver for newer Acer (and Wistron) laptops. It adds
  24. wireless radio and bluetooth control, and on some laptops,
  25. exposes the mail LED and LCD backlight.
  26. For more information about this driver see
  27. <file:Documentation/laptops/acer-wmi.txt>
  28. If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
  29. here.
  30. config ACERHDF
  31. tristate "Acer Aspire One temperature and fan driver"
  32. depends on THERMAL && THERMAL_HWMON && ACPI
  33. ---help---
  34. This is a driver for Acer Aspire One netbooks. It allows to access
  35. the temperature sensor and to control the fan.
  36. After loading this driver the BIOS is still in control of the fan.
  37. To let the kernel handle the fan, do:
  38. echo -n enabled > /sys/class/thermal/thermal_zone0/mode
  39. For more information about this driver see
  40. <http://piie.net/files/acerhdf_README.txt>
  41. If you have an Acer Aspire One netbook, say Y or M
  42. here.
  43. config ASUS_LAPTOP
  44. tristate "Asus Laptop Extras"
  45. depends on ACPI
  46. depends on !ACPI_ASUS
  47. select LEDS_CLASS
  48. select NEW_LEDS
  49. select BACKLIGHT_CLASS_DEVICE
  50. depends on INPUT
  51. depends on RFKILL || RFKILL = n
  52. select INPUT_SPARSEKMAP
  53. ---help---
  54. This is the new Linux driver for Asus laptops. It may also support some
  55. MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
  56. standard ACPI events and input events. It also adds
  57. support for video output switching, LCD backlight control, Bluetooth and
  58. Wlan control, and most importantly, allows you to blink those fancy LEDs.
  59. For more information and a userspace daemon for handling the extra
  60. buttons see <http://acpi4asus.sf.net>.
  61. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  62. config DELL_LAPTOP
  63. tristate "Dell Laptop Extras (EXPERIMENTAL)"
  64. depends on X86
  65. depends on DCDBAS
  66. depends on EXPERIMENTAL
  67. depends on BACKLIGHT_CLASS_DEVICE
  68. depends on RFKILL || RFKILL = n
  69. depends on POWER_SUPPLY
  70. depends on SERIO_I8042
  71. default n
  72. ---help---
  73. This driver adds support for rfkill and backlight control to Dell
  74. laptops.
  75. config DELL_WMI
  76. tristate "Dell WMI extras"
  77. depends on ACPI_WMI
  78. depends on INPUT
  79. ---help---
  80. Say Y here if you want to support WMI-based hotkeys on Dell laptops.
  81. To compile this driver as a module, choose M here: the module will
  82. be called dell-wmi.
  83. config FUJITSU_LAPTOP
  84. tristate "Fujitsu Laptop Extras"
  85. depends on ACPI
  86. depends on INPUT
  87. depends on BACKLIGHT_CLASS_DEVICE
  88. depends on LEDS_CLASS || LEDS_CLASS=n
  89. ---help---
  90. This is a driver for laptops built by Fujitsu:
  91. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  92. * Possibly other Fujitsu laptop models
  93. * Tested with S6410 and S7020
  94. It adds support for LCD brightness control and some hotkeys.
  95. If you have a Fujitsu laptop, say Y or M here.
  96. config FUJITSU_LAPTOP_DEBUG
  97. bool "Verbose debug mode for Fujitsu Laptop Extras"
  98. depends on FUJITSU_LAPTOP
  99. default n
  100. ---help---
  101. Enables extra debug output from the fujitsu extras driver, at the
  102. expense of a slight increase in driver size.
  103. If you are not sure, say N here.
  104. config TC1100_WMI
  105. tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
  106. depends on !X86_64
  107. depends on EXPERIMENTAL
  108. depends on ACPI
  109. select ACPI_WMI
  110. ---help---
  111. This is a driver for the WMI extensions (wireless and bluetooth power
  112. control) of the HP Compaq TC1100 tablet.
  113. config HP_WMI
  114. tristate "HP WMI extras"
  115. depends on ACPI_WMI
  116. depends on INPUT
  117. depends on RFKILL || RFKILL = n
  118. help
  119. Say Y here if you want to support WMI-based hotkeys on HP laptops and
  120. to read data from WMI such as docking or ambient light sensor state.
  121. To compile this driver as a module, choose M here: the module will
  122. be called hp-wmi.
  123. config MSI_LAPTOP
  124. tristate "MSI Laptop Extras"
  125. depends on ACPI
  126. depends on BACKLIGHT_CLASS_DEVICE
  127. depends on RFKILL
  128. ---help---
  129. This is a driver for laptops built by MSI (MICRO-STAR
  130. INTERNATIONAL):
  131. MSI MegaBook S270 (MS-1013)
  132. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  133. It adds support for Bluetooth, WLAN and LCD brightness control.
  134. More information about this driver is available at
  135. <http://0pointer.de/lennart/tchibo.html>.
  136. If you have an MSI S270 laptop, say Y or M here.
  137. config PANASONIC_LAPTOP
  138. tristate "Panasonic Laptop Extras"
  139. depends on INPUT && ACPI
  140. depends on BACKLIGHT_CLASS_DEVICE
  141. ---help---
  142. This driver adds support for access to backlight control and hotkeys
  143. on Panasonic Let's Note laptops.
  144. If you have a Panasonic Let's note laptop (such as the R1(N variant),
  145. R2, R3, R5, T2, W2 and Y2 series), say Y.
  146. config COMPAL_LAPTOP
  147. tristate "Compal Laptop Extras"
  148. depends on ACPI
  149. depends on BACKLIGHT_CLASS_DEVICE
  150. depends on RFKILL
  151. ---help---
  152. This is a driver for laptops built by Compal:
  153. Compal FL90/IFL90
  154. Compal FL91/IFL91
  155. Compal FL92/JFL92
  156. Compal FT00/IFT00
  157. It adds support for Bluetooth, WLAN and LCD brightness control.
  158. If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
  159. config SONY_LAPTOP
  160. tristate "Sony Laptop Extras"
  161. depends on ACPI
  162. select BACKLIGHT_CLASS_DEVICE
  163. depends on INPUT
  164. depends on RFKILL
  165. ---help---
  166. This mini-driver drives the SNC and SPIC devices present in the ACPI
  167. BIOS of the Sony Vaio laptops.
  168. It gives access to some extra laptop functionalities like Bluetooth,
  169. screen brightness control, Fn keys and allows powering on/off some
  170. devices.
  171. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  172. config SONYPI_COMPAT
  173. bool "Sonypi compatibility"
  174. depends on SONY_LAPTOP
  175. ---help---
  176. Build the sonypi driver compatibility code into the sony-laptop driver.
  177. config THINKPAD_ACPI
  178. tristate "ThinkPad ACPI Laptop Extras"
  179. depends on ACPI
  180. depends on INPUT
  181. depends on RFKILL || RFKILL = n
  182. select BACKLIGHT_LCD_SUPPORT
  183. select BACKLIGHT_CLASS_DEVICE
  184. select HWMON
  185. select NVRAM
  186. select NEW_LEDS
  187. select LEDS_CLASS
  188. ---help---
  189. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  190. support for Fn-Fx key combinations, Bluetooth control, video
  191. output switching, ThinkLight control, UltraBay eject and more.
  192. For more information about this driver see
  193. <file:Documentation/laptops/thinkpad-acpi.txt> and
  194. <http://ibm-acpi.sf.net/> .
  195. This driver was formerly known as ibm-acpi.
  196. Extra functionality will be available if the rfkill (CONFIG_RFKILL)
  197. and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
  198. Note that if you want ThinkPad-ACPI to be built-in instead of
  199. modular, ALSA and rfkill will also have to be built-in.
  200. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  201. config THINKPAD_ACPI_ALSA_SUPPORT
  202. bool "Console audio control ALSA interface"
  203. depends on THINKPAD_ACPI
  204. depends on SND
  205. depends on SND = y || THINKPAD_ACPI = SND
  206. default y
  207. ---help---
  208. Enables monitoring of the built-in console audio output control
  209. (headphone and speakers), which is operated by the mute and (in
  210. some ThinkPad models) volume hotkeys.
  211. If this option is enabled, ThinkPad-ACPI will export an ALSA card
  212. with a single read-only mixer control, which should be used for
  213. on-screen-display feedback purposes by the Desktop Environment.
  214. Optionally, the driver will also allow software control (the
  215. ALSA mixer will be made read-write). Please refer to the driver
  216. documentation for details.
  217. All IBM models have both volume and mute control. Newer Lenovo
  218. models only have mute control (the volume hotkeys are just normal
  219. keys and volume control is done through the main HDA mixer).
  220. config THINKPAD_ACPI_DEBUGFACILITIES
  221. bool "Maintainer debug facilities"
  222. depends on THINKPAD_ACPI
  223. default n
  224. ---help---
  225. Enables extra stuff in the thinkpad-acpi which is completely useless
  226. for normal use. Read the driver source to find out what it does.
  227. Say N here, unless you were told by a kernel maintainer to do
  228. otherwise.
  229. config THINKPAD_ACPI_DEBUG
  230. bool "Verbose debug mode"
  231. depends on THINKPAD_ACPI
  232. default n
  233. ---help---
  234. Enables extra debugging information, at the expense of a slightly
  235. increase in driver size.
  236. If you are not sure, say N here.
  237. config THINKPAD_ACPI_UNSAFE_LEDS
  238. bool "Allow control of important LEDs (unsafe)"
  239. depends on THINKPAD_ACPI
  240. default n
  241. ---help---
  242. Overriding LED state on ThinkPads can mask important
  243. firmware alerts (like critical battery condition), or misled
  244. the user into damaging the hardware (undocking or ejecting
  245. the bay while buses are still active), etc.
  246. LED control on the ThinkPad is write-only (with very few
  247. exceptions on very ancient models), which makes it
  248. impossible to know beforehand if important information will
  249. be lost when one changes LED state.
  250. Users that know what they are doing can enable this option
  251. and the driver will allow control of every LED, including
  252. the ones on the dock stations.
  253. Never enable this option on a distribution kernel.
  254. Say N here, unless you are building a kernel for your own
  255. use, and need to control the important firmware LEDs.
  256. config THINKPAD_ACPI_VIDEO
  257. bool "Video output control support"
  258. depends on THINKPAD_ACPI
  259. default y
  260. ---help---
  261. Allows the thinkpad_acpi driver to provide an interface to control
  262. the various video output ports.
  263. This feature often won't work well, depending on ThinkPad model,
  264. display state, video output devices in use, whether there is a X
  265. server running, phase of the moon, and the current mood of
  266. Schroedinger's cat. If you can use X.org's RandR to control
  267. your ThinkPad's video output ports instead of this feature,
  268. don't think twice: do it and say N here to save memory and avoid
  269. bad interactions with X.org.
  270. NOTE: access to this feature is limited to processes with the
  271. CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
  272. where it interacts badly with X.org.
  273. If you are not sure, say Y here but do try to check if you could
  274. be using X.org RandR instead.
  275. config THINKPAD_ACPI_HOTKEY_POLL
  276. bool "Support NVRAM polling for hot keys"
  277. depends on THINKPAD_ACPI
  278. default y
  279. ---help---
  280. Some thinkpad models benefit from NVRAM polling to detect a few of
  281. the hot key press events. If you know your ThinkPad model does not
  282. need to do NVRAM polling to support any of the hot keys you use,
  283. unselecting this option will save about 1kB of memory.
  284. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  285. unlikely to need NVRAM polling in their latest BIOS versions.
  286. NVRAM polling can detect at most the following keys: ThinkPad/Access
  287. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  288. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  289. If you are not sure, say Y here. The driver enables polling only if
  290. it is strictly necessary to do so.
  291. config INTEL_MENLOW
  292. tristate "Thermal Management driver for Intel menlow platform"
  293. depends on ACPI_THERMAL
  294. select THERMAL
  295. ---help---
  296. ACPI thermal management enhancement driver on
  297. Intel Menlow platform.
  298. If unsure, say N.
  299. config EEEPC_LAPTOP
  300. tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
  301. depends on ACPI
  302. depends on INPUT
  303. depends on EXPERIMENTAL
  304. depends on RFKILL || RFKILL = n
  305. depends on HOTPLUG_PCI
  306. select BACKLIGHT_CLASS_DEVICE
  307. select HWMON
  308. select LEDS_CLASS
  309. select NEW_LEDS
  310. select INPUT_SPARSEKMAP
  311. ---help---
  312. This driver supports the Fn-Fx keys on Eee PC laptops.
  313. It also gives access to some extra laptop functionalities like
  314. Bluetooth, backlight and allows powering on/off some other
  315. devices.
  316. If you have an Eee PC laptop, say Y or M here.
  317. config EEEPC_WMI
  318. tristate "Eee PC WMI Hotkey Driver (EXPERIMENTAL)"
  319. depends on ACPI_WMI
  320. depends on INPUT
  321. depends on EXPERIMENTAL
  322. select INPUT_SPARSEKMAP
  323. ---help---
  324. Say Y here if you want to support WMI-based hotkeys on Eee PC laptops.
  325. To compile this driver as a module, choose M here: the module will
  326. be called eeepc-wmi.
  327. config ACPI_WMI
  328. tristate "WMI"
  329. depends on ACPI
  330. help
  331. This driver adds support for the ACPI-WMI (Windows Management
  332. Instrumentation) mapper device (PNP0C14) found on some systems.
  333. ACPI-WMI is a proprietary extension to ACPI to expose parts of the
  334. ACPI firmware to userspace - this is done through various vendor
  335. defined methods and data blocks in a PNP0C14 device, which are then
  336. made available for userspace to call.
  337. The implementation of this in Linux currently only exposes this to
  338. other kernel space drivers.
  339. This driver is a required dependency to build the firmware specific
  340. drivers needed on many machines, including Acer and HP laptops.
  341. It is safe to enable this driver even if your DSDT doesn't define
  342. any ACPI-WMI devices.
  343. config MSI_WMI
  344. tristate "MSI WMI extras"
  345. depends on ACPI_WMI
  346. depends on INPUT
  347. depends on BACKLIGHT_CLASS_DEVICE
  348. select INPUT_SPARSEKMAP
  349. help
  350. Say Y here if you want to support WMI-based hotkeys on MSI laptops.
  351. To compile this driver as a module, choose M here: the module will
  352. be called msi-wmi.
  353. config ACPI_ASUS
  354. tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
  355. depends on ACPI
  356. select BACKLIGHT_CLASS_DEVICE
  357. ---help---
  358. This driver provides support for extra features of ACPI-compatible
  359. ASUS laptops. As some of Medion laptops are made by ASUS, it may also
  360. support some Medion laptops (such as 9675 for example). It makes all
  361. the extra buttons generate standard ACPI events that go through
  362. /proc/acpi/events, and (on some models) adds support for changing the
  363. display brightness and output, switching the LCD backlight on and off,
  364. and most importantly, allows you to blink those fancy LEDs intended
  365. for reporting mail and wireless status.
  366. Note: display switching code is currently considered EXPERIMENTAL,
  367. toying with these values may even lock your machine.
  368. All settings are changed via /proc/acpi/asus directory entries. Owner
  369. and group for these entries can be set with asus_uid and asus_gid
  370. parameters.
  371. More information and a userspace daemon for handling the extra buttons
  372. at <http://acpi4asus.sf.net>.
  373. If you have an ACPI-compatible ASUS laptop, say Y or M here. This
  374. driver is still under development, so if your laptop is unsupported or
  375. something works not quite as expected, please use the mailing list
  376. available on the above page (acpi4asus-user@lists.sourceforge.net).
  377. NOTE: This driver is deprecated and will probably be removed soon,
  378. use asus-laptop instead.
  379. config TOPSTAR_LAPTOP
  380. tristate "Topstar Laptop Extras"
  381. depends on ACPI
  382. depends on INPUT
  383. ---help---
  384. This driver adds support for hotkeys found on Topstar laptops.
  385. If you have a Topstar laptop, say Y or M here.
  386. config ACPI_TOSHIBA
  387. tristate "Toshiba Laptop Extras"
  388. depends on ACPI
  389. depends on INPUT
  390. depends on RFKILL || RFKILL = n
  391. select INPUT_POLLDEV
  392. select BACKLIGHT_CLASS_DEVICE
  393. ---help---
  394. This driver adds support for access to certain system settings
  395. on "legacy free" Toshiba laptops. These laptops can be recognized by
  396. their lack of a BIOS setup menu and APM support.
  397. On these machines, all system configuration is handled through the
  398. ACPI. This driver is required for access to controls not covered
  399. by the general ACPI drivers, such as LCD brightness, video output,
  400. etc.
  401. This driver differs from the non-ACPI Toshiba laptop driver (located
  402. under "Processor type and features") in several aspects.
  403. Configuration is accessed by reading and writing text files in the
  404. /proc tree instead of by program interface to /dev. Furthermore, no
  405. power management functions are exposed, as those are handled by the
  406. general ACPI drivers.
  407. More information about this driver is available at
  408. <http://memebeam.org/toys/ToshibaAcpiDriver>.
  409. If you have a legacy free Toshiba laptop (such as the Libretto L1
  410. series), say Y.
  411. config TOSHIBA_BT_RFKILL
  412. tristate "Toshiba Bluetooth RFKill switch support"
  413. depends on ACPI
  414. ---help---
  415. This driver adds support for Bluetooth events for the RFKill
  416. switch on modern Toshiba laptops with full ACPI support and
  417. an RFKill switch.
  418. This driver handles RFKill events for the TOS6205 Bluetooth,
  419. and re-enables it when the switch is set back to the 'on'
  420. position.
  421. If you have a modern Toshiba laptop with a Bluetooth and an
  422. RFKill switch (such as the Portege R500), say Y.
  423. config ACPI_CMPC
  424. tristate "CMPC Laptop Extras"
  425. depends on X86 && ACPI
  426. select INPUT
  427. select BACKLIGHT_CLASS_DEVICE
  428. default n
  429. help
  430. Support for Intel Classmate PC ACPI devices, including some
  431. keys as input device, backlight device, tablet and accelerometer
  432. devices.
  433. endif # X86_PLATFORM_DEVICES