Kconfig 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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 (EXPERIMENTAL)"
  15. depends on EXPERIMENTAL
  16. depends on ACPI
  17. depends on LEDS_CLASS
  18. depends on NEW_LEDS
  19. depends on BACKLIGHT_CLASS_DEVICE
  20. depends on SERIO_I8042
  21. depends on RFKILL
  22. select ACPI_WMI
  23. ---help---
  24. This is a driver for newer Acer (and Wistron) laptops. It adds
  25. wireless radio and bluetooth control, and on some laptops,
  26. exposes the mail LED and LCD backlight.
  27. For more information about this driver see
  28. <file:Documentation/laptops/acer-wmi.txt>
  29. If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
  30. here.
  31. config ASUS_LAPTOP
  32. tristate "Asus Laptop Extras (EXPERIMENTAL)"
  33. depends on ACPI
  34. depends on EXPERIMENTAL && !ACPI_ASUS
  35. depends on LEDS_CLASS
  36. depends on NEW_LEDS
  37. depends on BACKLIGHT_CLASS_DEVICE
  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 FUJITSU_LAPTOP
  48. tristate "Fujitsu Laptop Extras"
  49. depends on ACPI
  50. depends on INPUT
  51. depends on BACKLIGHT_CLASS_DEVICE
  52. ---help---
  53. This is a driver for laptops built by Fujitsu:
  54. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  55. * Possibly other Fujitsu laptop models
  56. * Tested with S6410 and S7020
  57. It adds support for LCD brightness control and some hotkeys.
  58. If you have a Fujitsu laptop, say Y or M here.
  59. config FUJITSU_LAPTOP_DEBUG
  60. bool "Verbose debug mode for Fujitsu Laptop Extras"
  61. depends on FUJITSU_LAPTOP
  62. default n
  63. ---help---
  64. Enables extra debug output from the fujitsu extras driver, at the
  65. expense of a slight increase in driver size.
  66. If you are not sure, say N here.
  67. config TC1100_WMI
  68. tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
  69. depends on !X86_64
  70. depends on EXPERIMENTAL
  71. depends on ACPI
  72. select ACPI_WMI
  73. ---help---
  74. This is a driver for the WMI extensions (wireless and bluetooth power
  75. control) of the HP Compaq TC1100 tablet.
  76. config HP_WMI
  77. tristate "HP WMI extras"
  78. depends on ACPI_WMI
  79. depends on INPUT
  80. depends on RFKILL
  81. help
  82. Say Y here if you want to support WMI-based hotkeys on HP laptops and
  83. to read data from WMI such as docking or ambient light sensor state.
  84. To compile this driver as a module, choose M here: the module will
  85. be called hp-wmi.
  86. config MSI_LAPTOP
  87. tristate "MSI Laptop Extras"
  88. depends on ACPI
  89. depends on BACKLIGHT_CLASS_DEVICE
  90. ---help---
  91. This is a driver for laptops built by MSI (MICRO-STAR
  92. INTERNATIONAL):
  93. MSI MegaBook S270 (MS-1013)
  94. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  95. It adds support for Bluetooth, WLAN and LCD brightness control.
  96. More information about this driver is available at
  97. <http://0pointer.de/lennart/tchibo.html>.
  98. If you have an MSI S270 laptop, say Y or M here.
  99. config PANASONIC_LAPTOP
  100. tristate "Panasonic Laptop Extras"
  101. depends on INPUT && ACPI
  102. depends on BACKLIGHT_CLASS_DEVICE
  103. ---help---
  104. This driver adds support for access to backlight control and hotkeys
  105. on Panasonic Let's Note laptops.
  106. If you have a Panasonic Let's note laptop (such as the R1(N variant),
  107. R2, R3, R5, T2, W2 and Y2 series), say Y.
  108. config COMPAL_LAPTOP
  109. tristate "Compal Laptop Extras"
  110. depends on ACPI
  111. depends on BACKLIGHT_CLASS_DEVICE
  112. ---help---
  113. This is a driver for laptops built by Compal:
  114. Compal FL90/IFL90
  115. Compal FL91/IFL91
  116. Compal FL92/JFL92
  117. Compal FT00/IFT00
  118. It adds support for Bluetooth, WLAN and LCD brightness control.
  119. If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here.
  120. config SONY_LAPTOP
  121. tristate "Sony Laptop Extras"
  122. depends on ACPI
  123. select BACKLIGHT_CLASS_DEVICE
  124. depends on INPUT
  125. ---help---
  126. This mini-driver drives the SNC and SPIC devices present in the ACPI
  127. BIOS of the Sony Vaio laptops.
  128. It gives access to some extra laptop functionalities like Bluetooth,
  129. screen brightness control, Fn keys and allows powering on/off some
  130. devices.
  131. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  132. config SONYPI_COMPAT
  133. bool "Sonypi compatibility"
  134. depends on SONY_LAPTOP
  135. ---help---
  136. Build the sonypi driver compatibility code into the sony-laptop driver.
  137. config THINKPAD_ACPI
  138. tristate "ThinkPad ACPI Laptop Extras"
  139. depends on ACPI
  140. select BACKLIGHT_LCD_SUPPORT
  141. select BACKLIGHT_CLASS_DEVICE
  142. select HWMON
  143. select NVRAM
  144. select INPUT
  145. select NEW_LEDS
  146. select LEDS_CLASS
  147. select NET
  148. select RFKILL
  149. ---help---
  150. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  151. support for Fn-Fx key combinations, Bluetooth control, video
  152. output switching, ThinkLight control, UltraBay eject and more.
  153. For more information about this driver see
  154. <file:Documentation/laptops/thinkpad-acpi.txt> and
  155. <http://ibm-acpi.sf.net/> .
  156. This driver was formerly known as ibm-acpi.
  157. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  158. config THINKPAD_ACPI_DEBUG
  159. bool "Verbose debug mode"
  160. depends on THINKPAD_ACPI
  161. default n
  162. ---help---
  163. Enables extra debugging information, at the expense of a slightly
  164. increase in driver size.
  165. If you are not sure, say N here.
  166. config THINKPAD_ACPI_DOCK
  167. bool "Legacy Docking Station Support"
  168. depends on THINKPAD_ACPI
  169. depends on ACPI_DOCK=n
  170. default n
  171. ---help---
  172. Allows the thinkpad_acpi driver to handle docking station events.
  173. This support was made obsolete by the generic ACPI docking station
  174. support (CONFIG_ACPI_DOCK). It will allow locking and removing the
  175. laptop from the docking station, but will not properly connect PCI
  176. devices.
  177. If you are not sure, say N here.
  178. config THINKPAD_ACPI_BAY
  179. bool "Legacy Removable Bay Support"
  180. depends on THINKPAD_ACPI
  181. default y
  182. ---help---
  183. Allows the thinkpad_acpi driver to handle removable bays. It will
  184. electrically disable the device in the bay, and also generate
  185. notifications when the bay lever is ejected or inserted.
  186. If you are not sure, say Y here.
  187. config THINKPAD_ACPI_VIDEO
  188. bool "Video output control support"
  189. depends on THINKPAD_ACPI
  190. default y
  191. ---help---
  192. Allows the thinkpad_acpi driver to provide an interface to control
  193. the various video output ports.
  194. This feature often won't work well, depending on ThinkPad model,
  195. display state, video output devices in use, whether there is a X
  196. server running, phase of the moon, and the current mood of
  197. Schroedinger's cat. If you can use X.org's RandR to control
  198. your ThinkPad's video output ports instead of this feature,
  199. don't think twice: do it and say N here to save some memory.
  200. If you are not sure, say Y here.
  201. config THINKPAD_ACPI_HOTKEY_POLL
  202. bool "Support NVRAM polling for hot keys"
  203. depends on THINKPAD_ACPI
  204. default y
  205. ---help---
  206. Some thinkpad models benefit from NVRAM polling to detect a few of
  207. the hot key press events. If you know your ThinkPad model does not
  208. need to do NVRAM polling to support any of the hot keys you use,
  209. unselecting this option will save about 1kB of memory.
  210. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  211. unlikely to need NVRAM polling in their latest BIOS versions.
  212. NVRAM polling can detect at most the following keys: ThinkPad/Access
  213. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  214. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  215. If you are not sure, say Y here. The driver enables polling only if
  216. it is strictly necessary to do so.
  217. config INTEL_MENLOW
  218. tristate "Thermal Management driver for Intel menlow platform"
  219. depends on ACPI_THERMAL
  220. select THERMAL
  221. ---help---
  222. ACPI thermal management enhancement driver on
  223. Intel Menlow platform.
  224. If unsure, say N.
  225. config EEEPC_LAPTOP
  226. tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
  227. depends on ACPI
  228. depends on BACKLIGHT_CLASS_DEVICE
  229. depends on HWMON
  230. depends on EXPERIMENTAL
  231. depends on RFKILL
  232. ---help---
  233. This driver supports the Fn-Fx keys on Eee PC laptops.
  234. It also adds the ability to switch camera/wlan on/off.
  235. If you have an Eee PC laptop, say Y or M here.
  236. endif # X86_PLATFORM_DEVICES