Kconfig 14 KB

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