Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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. ---help---
  52. This is the new Linux driver for Asus laptops. It may also support some
  53. MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
  54. standard ACPI events and input events. It also adds
  55. support for video output switching, LCD backlight control, Bluetooth and
  56. Wlan control, and most importantly, allows you to blink those fancy LEDs.
  57. For more information and a userspace daemon for handling the extra
  58. buttons see <http://acpi4asus.sf.net>.
  59. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  60. config DELL_LAPTOP
  61. tristate "Dell Laptop Extras (EXPERIMENTAL)"
  62. depends on X86
  63. depends on DCDBAS
  64. depends on EXPERIMENTAL
  65. depends on BACKLIGHT_CLASS_DEVICE
  66. depends on RFKILL || RFKILL = n
  67. depends on POWER_SUPPLY
  68. default n
  69. ---help---
  70. This driver adds support for rfkill and backlight control to Dell
  71. laptops.
  72. config DELL_WMI
  73. tristate "Dell WMI extras"
  74. depends on ACPI_WMI
  75. depends on INPUT
  76. ---help---
  77. Say Y here if you want to support WMI-based hotkeys on Dell laptops.
  78. To compile this driver as a module, choose M here: the module will
  79. be called dell-wmi.
  80. config FUJITSU_LAPTOP
  81. tristate "Fujitsu Laptop Extras"
  82. depends on ACPI
  83. depends on INPUT
  84. depends on BACKLIGHT_CLASS_DEVICE
  85. ---help---
  86. This is a driver for laptops built by Fujitsu:
  87. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  88. * Possibly other Fujitsu laptop models
  89. * Tested with S6410 and S7020
  90. It adds support for LCD brightness control and some hotkeys.
  91. If you have a Fujitsu laptop, say Y or M here.
  92. config FUJITSU_LAPTOP_DEBUG
  93. bool "Verbose debug mode for Fujitsu Laptop Extras"
  94. depends on FUJITSU_LAPTOP
  95. default n
  96. ---help---
  97. Enables extra debug output from the fujitsu extras driver, at the
  98. expense of a slight increase in driver size.
  99. If you are not sure, say N here.
  100. config TC1100_WMI
  101. tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
  102. depends on !X86_64
  103. depends on EXPERIMENTAL
  104. depends on ACPI
  105. select ACPI_WMI
  106. ---help---
  107. This is a driver for the WMI extensions (wireless and bluetooth power
  108. control) of the HP Compaq TC1100 tablet.
  109. config HP_WMI
  110. tristate "HP WMI extras"
  111. depends on ACPI_WMI
  112. depends on INPUT
  113. depends on RFKILL || RFKILL = n
  114. help
  115. Say Y here if you want to support WMI-based hotkeys on HP laptops and
  116. to read data from WMI such as docking or ambient light sensor state.
  117. To compile this driver as a module, choose M here: the module will
  118. be called hp-wmi.
  119. config MSI_LAPTOP
  120. tristate "MSI Laptop Extras"
  121. depends on ACPI
  122. depends on BACKLIGHT_CLASS_DEVICE
  123. ---help---
  124. This is a driver for laptops built by MSI (MICRO-STAR
  125. INTERNATIONAL):
  126. MSI MegaBook S270 (MS-1013)
  127. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  128. It adds support for Bluetooth, WLAN and LCD brightness control.
  129. More information about this driver is available at
  130. <http://0pointer.de/lennart/tchibo.html>.
  131. If you have an MSI S270 laptop, say Y or M here.
  132. config PANASONIC_LAPTOP
  133. tristate "Panasonic Laptop Extras"
  134. depends on INPUT && ACPI
  135. depends on BACKLIGHT_CLASS_DEVICE
  136. ---help---
  137. This driver adds support for access to backlight control and hotkeys
  138. on Panasonic Let's Note laptops.
  139. If you have a Panasonic Let's note laptop (such as the R1(N variant),
  140. R2, R3, R5, T2, W2 and Y2 series), say Y.
  141. config COMPAL_LAPTOP
  142. tristate "Compal Laptop Extras"
  143. depends on ACPI
  144. depends on BACKLIGHT_CLASS_DEVICE
  145. ---help---
  146. This is a driver for laptops built by Compal:
  147. Compal FL90/IFL90
  148. Compal FL91/IFL91
  149. Compal FL92/JFL92
  150. Compal FT00/IFT00
  151. It adds support for Bluetooth, WLAN and LCD brightness control.
  152. If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
  153. config SONY_LAPTOP
  154. tristate "Sony Laptop Extras"
  155. depends on ACPI
  156. select BACKLIGHT_CLASS_DEVICE
  157. depends on INPUT
  158. depends on RFKILL
  159. ---help---
  160. This mini-driver drives the SNC and SPIC devices present in the ACPI
  161. BIOS of the Sony Vaio laptops.
  162. It gives access to some extra laptop functionalities like Bluetooth,
  163. screen brightness control, Fn keys and allows powering on/off some
  164. devices.
  165. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  166. config SONYPI_COMPAT
  167. bool "Sonypi compatibility"
  168. depends on SONY_LAPTOP
  169. ---help---
  170. Build the sonypi driver compatibility code into the sony-laptop driver.
  171. config THINKPAD_ACPI
  172. tristate "ThinkPad ACPI Laptop Extras"
  173. depends on ACPI
  174. depends on INPUT
  175. depends on RFKILL || RFKILL = n
  176. select BACKLIGHT_LCD_SUPPORT
  177. select BACKLIGHT_CLASS_DEVICE
  178. select HWMON
  179. select NVRAM
  180. select NEW_LEDS
  181. select LEDS_CLASS
  182. ---help---
  183. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  184. support for Fn-Fx key combinations, Bluetooth control, video
  185. output switching, ThinkLight control, UltraBay eject and more.
  186. For more information about this driver see
  187. <file:Documentation/laptops/thinkpad-acpi.txt> and
  188. <http://ibm-acpi.sf.net/> .
  189. This driver was formerly known as ibm-acpi.
  190. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  191. config THINKPAD_ACPI_DEBUGFACILITIES
  192. bool "Maintainer debug facilities"
  193. depends on THINKPAD_ACPI
  194. default n
  195. ---help---
  196. Enables extra stuff in the thinkpad-acpi which is completely useless
  197. for normal use. Read the driver source to find out what it does.
  198. Say N here, unless you were told by a kernel maintainer to do
  199. otherwise.
  200. config THINKPAD_ACPI_DEBUG
  201. bool "Verbose debug mode"
  202. depends on THINKPAD_ACPI
  203. default n
  204. ---help---
  205. Enables extra debugging information, at the expense of a slightly
  206. increase in driver size.
  207. If you are not sure, say N here.
  208. config THINKPAD_ACPI_UNSAFE_LEDS
  209. bool "Allow control of important LEDs (unsafe)"
  210. depends on THINKPAD_ACPI
  211. default n
  212. ---help---
  213. Overriding LED state on ThinkPads can mask important
  214. firmware alerts (like critical battery condition), or misled
  215. the user into damaging the hardware (undocking or ejecting
  216. the bay while buses are still active), etc.
  217. LED control on the ThinkPad is write-only (with very few
  218. exceptions on very ancient models), which makes it
  219. impossible to know beforehand if important information will
  220. be lost when one changes LED state.
  221. Users that know what they are doing can enable this option
  222. and the driver will allow control of every LED, including
  223. the ones on the dock stations.
  224. Never enable this option on a distribution kernel.
  225. Say N here, unless you are building a kernel for your own
  226. use, and need to control the important firmware LEDs.
  227. config THINKPAD_ACPI_VIDEO
  228. bool "Video output control support"
  229. depends on THINKPAD_ACPI
  230. default y
  231. ---help---
  232. Allows the thinkpad_acpi driver to provide an interface to control
  233. the various video output ports.
  234. This feature often won't work well, depending on ThinkPad model,
  235. display state, video output devices in use, whether there is a X
  236. server running, phase of the moon, and the current mood of
  237. Schroedinger's cat. If you can use X.org's RandR to control
  238. your ThinkPad's video output ports instead of this feature,
  239. don't think twice: do it and say N here to save some memory.
  240. If you are not sure, say Y here.
  241. config THINKPAD_ACPI_HOTKEY_POLL
  242. bool "Support NVRAM polling for hot keys"
  243. depends on THINKPAD_ACPI
  244. default y
  245. ---help---
  246. Some thinkpad models benefit from NVRAM polling to detect a few of
  247. the hot key press events. If you know your ThinkPad model does not
  248. need to do NVRAM polling to support any of the hot keys you use,
  249. unselecting this option will save about 1kB of memory.
  250. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  251. unlikely to need NVRAM polling in their latest BIOS versions.
  252. NVRAM polling can detect at most the following keys: ThinkPad/Access
  253. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  254. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  255. If you are not sure, say Y here. The driver enables polling only if
  256. it is strictly necessary to do so.
  257. config INTEL_MENLOW
  258. tristate "Thermal Management driver for Intel menlow platform"
  259. depends on ACPI_THERMAL
  260. select THERMAL
  261. ---help---
  262. ACPI thermal management enhancement driver on
  263. Intel Menlow platform.
  264. If unsure, say N.
  265. config EEEPC_LAPTOP
  266. tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
  267. depends on ACPI
  268. depends on INPUT
  269. depends on EXPERIMENTAL
  270. depends on RFKILL || RFKILL = n
  271. depends on HOTPLUG_PCI
  272. select BACKLIGHT_CLASS_DEVICE
  273. select HWMON
  274. ---help---
  275. This driver supports the Fn-Fx keys on Eee PC laptops.
  276. It also gives access to some extra laptop functionalities like
  277. Bluetooth, backlight and allows powering on/off some other
  278. devices.
  279. If you have an Eee PC laptop, say Y or M here.
  280. config ACPI_WMI
  281. tristate "WMI"
  282. depends on ACPI
  283. help
  284. This driver adds support for the ACPI-WMI (Windows Management
  285. Instrumentation) mapper device (PNP0C14) found on some systems.
  286. ACPI-WMI is a proprietary extension to ACPI to expose parts of the
  287. ACPI firmware to userspace - this is done through various vendor
  288. defined methods and data blocks in a PNP0C14 device, which are then
  289. made available for userspace to call.
  290. The implementation of this in Linux currently only exposes this to
  291. other kernel space drivers.
  292. This driver is a required dependency to build the firmware specific
  293. drivers needed on many machines, including Acer and HP laptops.
  294. It is safe to enable this driver even if your DSDT doesn't define
  295. any ACPI-WMI devices.
  296. config ACPI_ASUS
  297. tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
  298. depends on ACPI
  299. select BACKLIGHT_CLASS_DEVICE
  300. ---help---
  301. This driver provides support for extra features of ACPI-compatible
  302. ASUS laptops. As some of Medion laptops are made by ASUS, it may also
  303. support some Medion laptops (such as 9675 for example). It makes all
  304. the extra buttons generate standard ACPI events that go through
  305. /proc/acpi/events, and (on some models) adds support for changing the
  306. display brightness and output, switching the LCD backlight on and off,
  307. and most importantly, allows you to blink those fancy LEDs intended
  308. for reporting mail and wireless status.
  309. Note: display switching code is currently considered EXPERIMENTAL,
  310. toying with these values may even lock your machine.
  311. All settings are changed via /proc/acpi/asus directory entries. Owner
  312. and group for these entries can be set with asus_uid and asus_gid
  313. parameters.
  314. More information and a userspace daemon for handling the extra buttons
  315. at <http://acpi4asus.sf.net>.
  316. If you have an ACPI-compatible ASUS laptop, say Y or M here. This
  317. driver is still under development, so if your laptop is unsupported or
  318. something works not quite as expected, please use the mailing list
  319. available on the above page (acpi4asus-user@lists.sourceforge.net).
  320. NOTE: This driver is deprecated and will probably be removed soon,
  321. use asus-laptop instead.
  322. config ACPI_TOSHIBA
  323. tristate "Toshiba Laptop Extras"
  324. depends on ACPI
  325. depends on INPUT
  326. depends on RFKILL || RFKILL = n
  327. select INPUT_POLLDEV
  328. select BACKLIGHT_CLASS_DEVICE
  329. ---help---
  330. This driver adds support for access to certain system settings
  331. on "legacy free" Toshiba laptops. These laptops can be recognized by
  332. their lack of a BIOS setup menu and APM support.
  333. On these machines, all system configuration is handled through the
  334. ACPI. This driver is required for access to controls not covered
  335. by the general ACPI drivers, such as LCD brightness, video output,
  336. etc.
  337. This driver differs from the non-ACPI Toshiba laptop driver (located
  338. under "Processor type and features") in several aspects.
  339. Configuration is accessed by reading and writing text files in the
  340. /proc tree instead of by program interface to /dev. Furthermore, no
  341. power management functions are exposed, as those are handled by the
  342. general ACPI drivers.
  343. More information about this driver is available at
  344. <http://memebeam.org/toys/ToshibaAcpiDriver>.
  345. If you have a legacy free Toshiba laptop (such as the Libretto L1
  346. series), say Y.
  347. endif # X86_PLATFORM_DEVICES