Kconfig 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841
  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 THERMAL && ACPI
  36. ---help---
  37. This is a driver for Acer Aspire One netbooks. It allows to access
  38. the temperature sensor and to control the fan.
  39. After loading this driver the BIOS is still in control of the fan.
  40. To let the kernel handle the fan, do:
  41. echo -n enabled > /sys/class/thermal/thermal_zone0/mode
  42. For more information about this driver see
  43. <http://piie.net/files/acerhdf_README.txt>
  44. If you have an Acer Aspire One netbook, say Y or M
  45. here.
  46. config ALIENWARE_WMI
  47. tristate "Alienware Special feature control"
  48. depends on ACPI
  49. depends on LEDS_CLASS
  50. depends on NEW_LEDS
  51. depends on ACPI_WMI
  52. ---help---
  53. This is a driver for controlling Alienware BIOS driven
  54. features. It exposes an interface for controlling the AlienFX
  55. zones on Alienware machines that don't contain a dedicated AlienFX
  56. USB MCU such as the X51 and X51-R2.
  57. config ASUS_LAPTOP
  58. tristate "Asus Laptop Extras"
  59. depends on ACPI
  60. select LEDS_CLASS
  61. select NEW_LEDS
  62. select BACKLIGHT_CLASS_DEVICE
  63. depends on INPUT
  64. depends on RFKILL || RFKILL = n
  65. select INPUT_SPARSEKMAP
  66. select INPUT_POLLDEV
  67. ---help---
  68. This is a driver for Asus laptops, Lenovo SL and the Pegatron
  69. Lucid tablet. It may also support some MEDION, JVC or VICTOR
  70. laptops. It makes all the extra buttons generate standard
  71. ACPI events and input events, and on the Lucid the built-in
  72. accelerometer appears as an input device. It also adds
  73. support for video output switching, LCD backlight control,
  74. Bluetooth and Wlan control, and most importantly, allows you
  75. to blink those fancy LEDs.
  76. For more information see <http://acpi4asus.sf.net>.
  77. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  78. config DELL_LAPTOP
  79. tristate "Dell Laptop Extras"
  80. depends on X86
  81. depends on DCDBAS
  82. depends on BACKLIGHT_CLASS_DEVICE
  83. depends on RFKILL || RFKILL = n
  84. depends on SERIO_I8042
  85. select POWER_SUPPLY
  86. select LEDS_CLASS
  87. select NEW_LEDS
  88. default n
  89. ---help---
  90. This driver adds support for rfkill and backlight control to Dell
  91. laptops (except for some models covered by the Compal driver).
  92. config DELL_WMI
  93. tristate "Dell WMI extras"
  94. depends on ACPI_WMI
  95. depends on INPUT
  96. select INPUT_SPARSEKMAP
  97. ---help---
  98. Say Y here if you want to support WMI-based hotkeys on Dell laptops.
  99. To compile this driver as a module, choose M here: the module will
  100. be called dell-wmi.
  101. config DELL_WMI_AIO
  102. tristate "WMI Hotkeys for Dell All-In-One series"
  103. depends on ACPI_WMI
  104. depends on INPUT
  105. select INPUT_SPARSEKMAP
  106. ---help---
  107. Say Y here if you want to support WMI-based hotkeys on Dell
  108. All-In-One machines.
  109. To compile this driver as a module, choose M here: the module will
  110. be called dell-wmi-aio.
  111. config DELL_SMO8800
  112. tristate "Dell Latitude freefall driver (ACPI SMO8800/SMO8810)"
  113. depends on ACPI
  114. ---help---
  115. Say Y here if you want to support SMO8800/SMO8810 freefall device
  116. on Dell Latitude laptops.
  117. To compile this driver as a module, choose M here: the module will
  118. be called dell-smo8800.
  119. config FUJITSU_LAPTOP
  120. tristate "Fujitsu Laptop Extras"
  121. depends on ACPI
  122. depends on INPUT
  123. depends on BACKLIGHT_CLASS_DEVICE
  124. depends on LEDS_CLASS || LEDS_CLASS=n
  125. ---help---
  126. This is a driver for laptops built by Fujitsu:
  127. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  128. * Possibly other Fujitsu laptop models
  129. * Tested with S6410 and S7020
  130. It adds support for LCD brightness control and some hotkeys.
  131. If you have a Fujitsu laptop, say Y or M here.
  132. config FUJITSU_LAPTOP_DEBUG
  133. bool "Verbose debug mode for Fujitsu Laptop Extras"
  134. depends on FUJITSU_LAPTOP
  135. default n
  136. ---help---
  137. Enables extra debug output from the fujitsu extras driver, at the
  138. expense of a slight increase in driver size.
  139. If you are not sure, say N here.
  140. config FUJITSU_TABLET
  141. tristate "Fujitsu Tablet Extras"
  142. depends on ACPI
  143. depends on INPUT
  144. ---help---
  145. This is a driver for tablets built by Fujitsu:
  146. * Lifebook P1510/P1610/P1620/Txxxx
  147. * Stylistic ST5xxx
  148. * Possibly other Fujitsu tablet models
  149. It adds support for the panel buttons, docking station detection,
  150. tablet/notebook mode detection for convertible and
  151. orientation detection for docked slates.
  152. If you have a Fujitsu convertible or slate, say Y or M here.
  153. config AMILO_RFKILL
  154. tristate "Fujitsu-Siemens Amilo rfkill support"
  155. depends on RFKILL
  156. depends on SERIO_I8042
  157. ---help---
  158. This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
  159. laptops.
  160. config TC1100_WMI
  161. tristate "HP Compaq TC1100 Tablet WMI Extras"
  162. depends on !X86_64
  163. depends on ACPI
  164. depends on ACPI_WMI
  165. ---help---
  166. This is a driver for the WMI extensions (wireless and bluetooth power
  167. control) of the HP Compaq TC1100 tablet.
  168. config HP_ACCEL
  169. tristate "HP laptop accelerometer"
  170. depends on INPUT && ACPI
  171. select SENSORS_LIS3LV02D
  172. select NEW_LEDS
  173. select LEDS_CLASS
  174. help
  175. This driver provides support for the "Mobile Data Protection System 3D"
  176. or "3D DriveGuard" feature of HP laptops. On such systems the driver
  177. should load automatically (via ACPI alias).
  178. Support for a led indicating disk protection will be provided as
  179. hp::hddprotect. For more information on the feature, refer to
  180. Documentation/misc-devices/lis3lv02d.
  181. To compile this driver as a module, choose M here: the module will
  182. be called hp_accel.
  183. config HP_WIRELESS
  184. tristate "HP wireless button"
  185. depends on ACPI
  186. depends on INPUT
  187. help
  188. This driver provides supports for new HP wireless button for Windows 8.
  189. On such systems the driver should load automatically (via ACPI alias).
  190. To compile this driver as a module, choose M here: the module will
  191. be called hp-wireless.
  192. config HP_WMI
  193. tristate "HP WMI extras"
  194. depends on ACPI_WMI
  195. depends on INPUT
  196. depends on RFKILL || RFKILL = n
  197. select INPUT_SPARSEKMAP
  198. help
  199. Say Y here if you want to support WMI-based hotkeys on HP laptops and
  200. to read data from WMI such as docking or ambient light sensor state.
  201. To compile this driver as a module, choose M here: the module will
  202. be called hp-wmi.
  203. config MSI_LAPTOP
  204. tristate "MSI Laptop Extras"
  205. depends on ACPI
  206. depends on BACKLIGHT_CLASS_DEVICE
  207. depends on RFKILL
  208. depends on INPUT && SERIO_I8042
  209. select INPUT_SPARSEKMAP
  210. ---help---
  211. This is a driver for laptops built by MSI (MICRO-STAR
  212. INTERNATIONAL):
  213. MSI MegaBook S270 (MS-1013)
  214. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  215. It adds support for Bluetooth, WLAN and LCD brightness control.
  216. More information about this driver is available at
  217. <http://0pointer.de/lennart/tchibo.html>.
  218. If you have an MSI S270 laptop, say Y or M here.
  219. config PANASONIC_LAPTOP
  220. tristate "Panasonic Laptop Extras"
  221. depends on INPUT && ACPI
  222. depends on BACKLIGHT_CLASS_DEVICE
  223. select INPUT_SPARSEKMAP
  224. ---help---
  225. This driver adds support for access to backlight control and hotkeys
  226. on Panasonic Let's Note laptops.
  227. If you have a Panasonic Let's note laptop (such as the R1(N variant),
  228. R2, R3, R5, T2, W2 and Y2 series), say Y.
  229. config COMPAL_LAPTOP
  230. tristate "Compal (and others) Laptop Extras"
  231. depends on ACPI
  232. depends on BACKLIGHT_CLASS_DEVICE
  233. depends on RFKILL
  234. depends on HWMON
  235. depends on POWER_SUPPLY
  236. ---help---
  237. This is a driver for laptops built by Compal, and some models by
  238. other brands (e.g. Dell, Toshiba).
  239. It adds support for rfkill, Bluetooth, WLAN and LCD brightness
  240. control.
  241. For a (possibly incomplete) list of supported laptops, please refer
  242. to: Documentation/platform/x86-laptop-drivers.txt
  243. config SONY_LAPTOP
  244. tristate "Sony Laptop Extras"
  245. depends on ACPI
  246. select BACKLIGHT_CLASS_DEVICE
  247. depends on INPUT
  248. depends on RFKILL
  249. ---help---
  250. This mini-driver drives the SNC and SPIC devices present in the ACPI
  251. BIOS of the Sony Vaio laptops.
  252. It gives access to some extra laptop functionalities like Bluetooth,
  253. screen brightness control, Fn keys and allows powering on/off some
  254. devices.
  255. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  256. config SONYPI_COMPAT
  257. bool "Sonypi compatibility"
  258. depends on SONY_LAPTOP
  259. ---help---
  260. Build the sonypi driver compatibility code into the sony-laptop driver.
  261. config IDEAPAD_LAPTOP
  262. tristate "Lenovo IdeaPad Laptop Extras"
  263. depends on ACPI
  264. depends on RFKILL && INPUT
  265. depends on SERIO_I8042
  266. depends on BACKLIGHT_CLASS_DEVICE
  267. select INPUT_SPARSEKMAP
  268. help
  269. This is a driver for Lenovo IdeaPad netbooks contains drivers for
  270. rfkill switch, hotkey, fan control and backlight control.
  271. config THINKPAD_ACPI
  272. tristate "ThinkPad ACPI Laptop Extras"
  273. depends on ACPI
  274. depends on INPUT
  275. depends on RFKILL || RFKILL = n
  276. select BACKLIGHT_LCD_SUPPORT
  277. select BACKLIGHT_CLASS_DEVICE
  278. select HWMON
  279. select NVRAM
  280. select NEW_LEDS
  281. select LEDS_CLASS
  282. ---help---
  283. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  284. support for Fn-Fx key combinations, Bluetooth control, video
  285. output switching, ThinkLight control, UltraBay eject and more.
  286. For more information about this driver see
  287. <file:Documentation/laptops/thinkpad-acpi.txt> and
  288. <http://ibm-acpi.sf.net/> .
  289. This driver was formerly known as ibm-acpi.
  290. Extra functionality will be available if the rfkill (CONFIG_RFKILL)
  291. and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
  292. Note that if you want ThinkPad-ACPI to be built-in instead of
  293. modular, ALSA and rfkill will also have to be built-in.
  294. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  295. config THINKPAD_ACPI_ALSA_SUPPORT
  296. bool "Console audio control ALSA interface"
  297. depends on THINKPAD_ACPI
  298. depends on SND
  299. depends on SND = y || THINKPAD_ACPI = SND
  300. default y
  301. ---help---
  302. Enables monitoring of the built-in console audio output control
  303. (headphone and speakers), which is operated by the mute and (in
  304. some ThinkPad models) volume hotkeys.
  305. If this option is enabled, ThinkPad-ACPI will export an ALSA card
  306. with a single read-only mixer control, which should be used for
  307. on-screen-display feedback purposes by the Desktop Environment.
  308. Optionally, the driver will also allow software control (the
  309. ALSA mixer will be made read-write). Please refer to the driver
  310. documentation for details.
  311. All IBM models have both volume and mute control. Newer Lenovo
  312. models only have mute control (the volume hotkeys are just normal
  313. keys and volume control is done through the main HDA mixer).
  314. config THINKPAD_ACPI_DEBUGFACILITIES
  315. bool "Maintainer debug facilities"
  316. depends on THINKPAD_ACPI
  317. default n
  318. ---help---
  319. Enables extra stuff in the thinkpad-acpi which is completely useless
  320. for normal use. Read the driver source to find out what it does.
  321. Say N here, unless you were told by a kernel maintainer to do
  322. otherwise.
  323. config THINKPAD_ACPI_DEBUG
  324. bool "Verbose debug mode"
  325. depends on THINKPAD_ACPI
  326. default n
  327. ---help---
  328. Enables extra debugging information, at the expense of a slightly
  329. increase in driver size.
  330. If you are not sure, say N here.
  331. config THINKPAD_ACPI_UNSAFE_LEDS
  332. bool "Allow control of important LEDs (unsafe)"
  333. depends on THINKPAD_ACPI
  334. default n
  335. ---help---
  336. Overriding LED state on ThinkPads can mask important
  337. firmware alerts (like critical battery condition), or misled
  338. the user into damaging the hardware (undocking or ejecting
  339. the bay while buses are still active), etc.
  340. LED control on the ThinkPad is write-only (with very few
  341. exceptions on very ancient models), which makes it
  342. impossible to know beforehand if important information will
  343. be lost when one changes LED state.
  344. Users that know what they are doing can enable this option
  345. and the driver will allow control of every LED, including
  346. the ones on the dock stations.
  347. Never enable this option on a distribution kernel.
  348. Say N here, unless you are building a kernel for your own
  349. use, and need to control the important firmware LEDs.
  350. config THINKPAD_ACPI_VIDEO
  351. bool "Video output control support"
  352. depends on THINKPAD_ACPI
  353. default y
  354. ---help---
  355. Allows the thinkpad_acpi driver to provide an interface to control
  356. the various video output ports.
  357. This feature often won't work well, depending on ThinkPad model,
  358. display state, video output devices in use, whether there is a X
  359. server running, phase of the moon, and the current mood of
  360. Schroedinger's cat. If you can use X.org's RandR to control
  361. your ThinkPad's video output ports instead of this feature,
  362. don't think twice: do it and say N here to save memory and avoid
  363. bad interactions with X.org.
  364. NOTE: access to this feature is limited to processes with the
  365. CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
  366. where it interacts badly with X.org.
  367. If you are not sure, say Y here but do try to check if you could
  368. be using X.org RandR instead.
  369. config THINKPAD_ACPI_HOTKEY_POLL
  370. bool "Support NVRAM polling for hot keys"
  371. depends on THINKPAD_ACPI
  372. default y
  373. ---help---
  374. Some thinkpad models benefit from NVRAM polling to detect a few of
  375. the hot key press events. If you know your ThinkPad model does not
  376. need to do NVRAM polling to support any of the hot keys you use,
  377. unselecting this option will save about 1kB of memory.
  378. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  379. unlikely to need NVRAM polling in their latest BIOS versions.
  380. NVRAM polling can detect at most the following keys: ThinkPad/Access
  381. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  382. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  383. If you are not sure, say Y here. The driver enables polling only if
  384. it is strictly necessary to do so.
  385. config SENSORS_HDAPS
  386. tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
  387. depends on INPUT && X86
  388. select INPUT_POLLDEV
  389. default n
  390. help
  391. This driver provides support for the IBM Hard Drive Active Protection
  392. System (hdaps), which provides an accelerometer and other misc. data.
  393. ThinkPads starting with the R50, T41, and X40 are supported. The
  394. accelerometer data is readable via sysfs.
  395. This driver also provides an absolute input class device, allowing
  396. the laptop to act as a pinball machine-esque joystick.
  397. If your ThinkPad is not recognized by the driver, please update to latest
  398. BIOS. This is especially the case for some R52 ThinkPads.
  399. Say Y here if you have an applicable laptop and want to experience
  400. the awesome power of hdaps.
  401. config INTEL_MENLOW
  402. tristate "Thermal Management driver for Intel menlow platform"
  403. depends on ACPI_THERMAL
  404. select THERMAL
  405. ---help---
  406. ACPI thermal management enhancement driver on
  407. Intel Menlow platform.
  408. If unsure, say N.
  409. config EEEPC_LAPTOP
  410. tristate "Eee PC Hotkey Driver"
  411. depends on ACPI
  412. depends on INPUT
  413. depends on RFKILL || RFKILL = n
  414. depends on HOTPLUG_PCI
  415. select BACKLIGHT_CLASS_DEVICE
  416. select HWMON
  417. select LEDS_CLASS
  418. select NEW_LEDS
  419. select INPUT_SPARSEKMAP
  420. ---help---
  421. This driver supports the Fn-Fx keys on Eee PC laptops.
  422. It also gives access to some extra laptop functionalities like
  423. Bluetooth, backlight and allows powering on/off some other
  424. devices.
  425. If you have an Eee PC laptop, say Y or M here. If this driver
  426. doesn't work on your Eee PC, try eeepc-wmi instead.
  427. config ASUS_WMI
  428. tristate "ASUS WMI Driver"
  429. depends on ACPI_WMI
  430. depends on INPUT
  431. depends on HWMON
  432. depends on BACKLIGHT_CLASS_DEVICE
  433. depends on RFKILL || RFKILL = n
  434. depends on HOTPLUG_PCI
  435. depends on ACPI_VIDEO || ACPI_VIDEO = n
  436. select INPUT_SPARSEKMAP
  437. select LEDS_CLASS
  438. select NEW_LEDS
  439. ---help---
  440. Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
  441. Asus Notebooks).
  442. To compile this driver as a module, choose M here: the module will
  443. be called asus-wmi.
  444. config ASUS_NB_WMI
  445. tristate "Asus Notebook WMI Driver"
  446. depends on ASUS_WMI
  447. ---help---
  448. This is a driver for newer Asus notebooks. It adds extra features
  449. like wireless radio and bluetooth control, leds, hotkeys, backlight...
  450. For more informations, see
  451. <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
  452. If you have an ACPI-WMI compatible Asus Notebook, say Y or M
  453. here.
  454. config EEEPC_WMI
  455. tristate "Eee PC WMI Driver"
  456. depends on ASUS_WMI
  457. ---help---
  458. This is a driver for newer Eee PC laptops. It adds extra features
  459. like wireless radio and bluetooth control, leds, hotkeys, backlight...
  460. For more informations, see
  461. <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
  462. If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
  463. here.
  464. config ACPI_WMI
  465. tristate "WMI"
  466. depends on ACPI
  467. help
  468. This driver adds support for the ACPI-WMI (Windows Management
  469. Instrumentation) mapper device (PNP0C14) found on some systems.
  470. ACPI-WMI is a proprietary extension to ACPI to expose parts of the
  471. ACPI firmware to userspace - this is done through various vendor
  472. defined methods and data blocks in a PNP0C14 device, which are then
  473. made available for userspace to call.
  474. The implementation of this in Linux currently only exposes this to
  475. other kernel space drivers.
  476. This driver is a required dependency to build the firmware specific
  477. drivers needed on many machines, including Acer and HP laptops.
  478. It is safe to enable this driver even if your DSDT doesn't define
  479. any ACPI-WMI devices.
  480. config MSI_WMI
  481. tristate "MSI WMI extras"
  482. depends on ACPI_WMI
  483. depends on INPUT
  484. depends on BACKLIGHT_CLASS_DEVICE
  485. select INPUT_SPARSEKMAP
  486. help
  487. Say Y here if you want to support WMI-based hotkeys on MSI laptops.
  488. To compile this driver as a module, choose M here: the module will
  489. be called msi-wmi.
  490. config TOPSTAR_LAPTOP
  491. tristate "Topstar Laptop Extras"
  492. depends on ACPI
  493. depends on INPUT
  494. select INPUT_SPARSEKMAP
  495. ---help---
  496. This driver adds support for hotkeys found on Topstar laptops.
  497. If you have a Topstar laptop, say Y or M here.
  498. config ACPI_TOSHIBA
  499. tristate "Toshiba Laptop Extras"
  500. depends on ACPI
  501. depends on ACPI_WMI
  502. select LEDS_CLASS
  503. select NEW_LEDS
  504. depends on BACKLIGHT_CLASS_DEVICE
  505. depends on INPUT
  506. depends on RFKILL || RFKILL = n
  507. depends on SERIO_I8042 || SERIO_I8042 = n
  508. select INPUT_POLLDEV
  509. select INPUT_SPARSEKMAP
  510. ---help---
  511. This driver adds support for access to certain system settings
  512. on "legacy free" Toshiba laptops. These laptops can be recognized by
  513. their lack of a BIOS setup menu and APM support.
  514. On these machines, all system configuration is handled through the
  515. ACPI. This driver is required for access to controls not covered
  516. by the general ACPI drivers, such as LCD brightness, video output,
  517. etc.
  518. This driver differs from the non-ACPI Toshiba laptop driver (located
  519. under "Processor type and features") in several aspects.
  520. Configuration is accessed by reading and writing text files in the
  521. /proc tree instead of by program interface to /dev. Furthermore, no
  522. power management functions are exposed, as those are handled by the
  523. general ACPI drivers.
  524. More information about this driver is available at
  525. <http://memebeam.org/toys/ToshibaAcpiDriver>.
  526. If you have a legacy free Toshiba laptop (such as the Libretto L1
  527. series), say Y.
  528. config TOSHIBA_BT_RFKILL
  529. tristate "Toshiba Bluetooth RFKill switch support"
  530. depends on ACPI
  531. ---help---
  532. This driver adds support for Bluetooth events for the RFKill
  533. switch on modern Toshiba laptops with full ACPI support and
  534. an RFKill switch.
  535. This driver handles RFKill events for the TOS6205 Bluetooth,
  536. and re-enables it when the switch is set back to the 'on'
  537. position.
  538. If you have a modern Toshiba laptop with a Bluetooth and an
  539. RFKill switch (such as the Portege R500), say Y.
  540. config ACPI_CMPC
  541. tristate "CMPC Laptop Extras"
  542. depends on X86 && ACPI
  543. depends on RFKILL || RFKILL=n
  544. select INPUT
  545. select BACKLIGHT_CLASS_DEVICE
  546. default n
  547. help
  548. Support for Intel Classmate PC ACPI devices, including some
  549. keys as input device, backlight device, tablet and accelerometer
  550. devices.
  551. config INTEL_SCU_IPC
  552. bool "Intel SCU IPC Support"
  553. depends on X86_INTEL_MID
  554. default y
  555. ---help---
  556. IPC is used to bridge the communications between kernel and SCU on
  557. some embedded Intel x86 platforms. This is not needed for PC-type
  558. machines.
  559. config INTEL_SCU_IPC_UTIL
  560. tristate "Intel SCU IPC utility driver"
  561. depends on INTEL_SCU_IPC
  562. default y
  563. ---help---
  564. The IPC Util driver provides an interface with the SCU enabling
  565. low level access for debug work and updating the firmware. Say
  566. N unless you will be doing this on an Intel MID platform.
  567. config GPIO_INTEL_PMIC
  568. bool "Intel PMIC GPIO support"
  569. depends on INTEL_SCU_IPC && GPIOLIB
  570. ---help---
  571. Say Y here to support GPIO via the SCU IPC interface
  572. on Intel MID platforms.
  573. config INTEL_MID_POWER_BUTTON
  574. tristate "power button driver for Intel MID platforms"
  575. depends on INTEL_SCU_IPC && INPUT
  576. help
  577. This driver handles the power button on the Intel MID platforms.
  578. If unsure, say N.
  579. config INTEL_MFLD_THERMAL
  580. tristate "Thermal driver for Intel Medfield platform"
  581. depends on MFD_INTEL_MSIC && THERMAL
  582. help
  583. Say Y here to enable thermal driver support for the Intel Medfield
  584. platform.
  585. config INTEL_IPS
  586. tristate "Intel Intelligent Power Sharing"
  587. depends on ACPI
  588. ---help---
  589. Intel Calpella platforms support dynamic power sharing between the
  590. CPU and GPU, maximizing performance in a given TDP. This driver,
  591. along with the CPU frequency and i915 drivers, provides that
  592. functionality. If in doubt, say Y here; it will only load on
  593. supported platforms.
  594. config IBM_RTL
  595. tristate "Device driver to enable PRTL support"
  596. depends on X86 && PCI
  597. ---help---
  598. Enable support for IBM Premium Real Time Mode (PRTM).
  599. This module will allow you the enter and exit PRTM in the BIOS via
  600. sysfs on platforms that support this feature. System in PRTM will
  601. not receive CPU-generated SMIs for recoverable errors. Use of this
  602. feature without proper support may void your hardware warranty.
  603. If the proper BIOS support is found the driver will load and create
  604. /sys/devices/system/ibm_rtl/. The "state" variable will indicate
  605. whether or not the BIOS is in PRTM.
  606. state = 0 (BIOS SMIs on)
  607. state = 1 (BIOS SMIs off)
  608. config XO1_RFKILL
  609. tristate "OLPC XO-1 software RF kill switch"
  610. depends on OLPC || COMPILE_TEST
  611. depends on RFKILL
  612. ---help---
  613. Support for enabling/disabling the WLAN interface on the OLPC XO-1
  614. laptop.
  615. config XO15_EBOOK
  616. tristate "OLPC XO-1.5 ebook switch"
  617. depends on OLPC || COMPILE_TEST
  618. depends on ACPI && INPUT
  619. ---help---
  620. Support for the ebook switch on the OLPC XO-1.5 laptop.
  621. This switch is triggered as the screen is rotated and folded down to
  622. convert the device into ebook form.
  623. config SAMSUNG_LAPTOP
  624. tristate "Samsung Laptop driver"
  625. depends on X86
  626. depends on RFKILL || RFKILL = n
  627. depends on ACPI_VIDEO || ACPI_VIDEO = n
  628. depends on BACKLIGHT_CLASS_DEVICE
  629. select LEDS_CLASS
  630. select NEW_LEDS
  631. ---help---
  632. This module implements a driver for a wide range of different
  633. Samsung laptops. It offers control over the different
  634. function keys, wireless LED, LCD backlight level.
  635. It may also provide some sysfs files described in
  636. <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop>
  637. To compile this driver as a module, choose M here: the module
  638. will be called samsung-laptop.
  639. config MXM_WMI
  640. tristate "WMI support for MXM Laptop Graphics"
  641. depends on ACPI_WMI
  642. ---help---
  643. MXM is a standard for laptop graphics cards, the WMI interface
  644. is required for switchable nvidia graphics machines
  645. config INTEL_OAKTRAIL
  646. tristate "Intel Oaktrail Platform Extras"
  647. depends on ACPI
  648. depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
  649. ---help---
  650. Intel Oaktrail platform need this driver to provide interfaces to
  651. enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
  652. here; it will only load on supported platforms.
  653. config SAMSUNG_Q10
  654. tristate "Samsung Q10 Extras"
  655. depends on ACPI
  656. select BACKLIGHT_CLASS_DEVICE
  657. ---help---
  658. This driver provides support for backlight control on Samsung Q10
  659. and related laptops, including Dell Latitude X200.
  660. config APPLE_GMUX
  661. tristate "Apple Gmux Driver"
  662. depends on ACPI
  663. depends on PNP
  664. depends on BACKLIGHT_CLASS_DEVICE
  665. depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
  666. depends on ACPI_VIDEO=n || ACPI_VIDEO
  667. ---help---
  668. This driver provides support for the gmux device found on many
  669. Apple laptops, which controls the display mux for the hybrid
  670. graphics as well as the backlight. Currently only backlight
  671. control is supported by the driver.
  672. config INTEL_RST
  673. tristate "Intel Rapid Start Technology Driver"
  674. depends on ACPI
  675. ---help---
  676. This driver provides support for modifying paramaters on systems
  677. equipped with Intel's Rapid Start Technology. When put in an ACPI
  678. sleep state, these devices will wake after either a configured
  679. timeout or when the system battery reaches a critical state,
  680. automatically copying memory contents to disk. On resume, the
  681. firmware will copy the memory contents back to RAM and resume the OS
  682. as usual.
  683. config INTEL_SMARTCONNECT
  684. tristate "Intel Smart Connect disabling driver"
  685. depends on ACPI
  686. ---help---
  687. Intel Smart Connect is a technology intended to permit devices to
  688. update state by resuming for a short period of time at regular
  689. intervals. If a user enables this functionality under Windows and
  690. then reboots into Linux, the system may remain configured to resume
  691. on suspend. In the absence of any userspace to support it, the system
  692. will then remain awake until something triggers another suspend.
  693. This driver checks to determine whether the device has Intel Smart
  694. Connect enabled, and if so disables it.
  695. config PVPANIC
  696. tristate "pvpanic device support"
  697. depends on ACPI
  698. ---help---
  699. This driver provides support for the pvpanic device. pvpanic is
  700. a paravirtualized device provided by QEMU; it lets a virtual machine
  701. (guest) communicate panic events to the host.
  702. endif # X86_PLATFORM_DEVICES