Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. #
  2. # Misc strange devices
  3. #
  4. menuconfig MISC_DEVICES
  5. bool "Misc devices"
  6. default y
  7. ---help---
  8. Say Y here to get to see options for device drivers from various
  9. different categories. This option alone does not add any kernel code.
  10. If you say N, all options in this submenu will be skipped and disabled.
  11. if MISC_DEVICES
  12. config ATMEL_PWM
  13. tristate "Atmel AT32/AT91 PWM support"
  14. depends on AVR32 || ARCH_AT91
  15. help
  16. This option enables device driver support for the PWM channels
  17. on certain Atmel prcoessors. Pulse Width Modulation is used for
  18. purposes including software controlled power-efficent backlights
  19. on LCD displays, motor control, and waveform generation.
  20. config IBM_ASM
  21. tristate "Device driver for IBM RSA service processor"
  22. depends on X86 && PCI && INPUT && EXPERIMENTAL
  23. ---help---
  24. This option enables device driver support for in-band access to the
  25. IBM RSA (Condor) service processor in eServer xSeries systems.
  26. The ibmasm device driver allows user space application to access
  27. ASM (Advanced Systems Management) functions on the service
  28. processor. The driver is meant to be used in conjunction with
  29. a user space API.
  30. The ibmasm driver also enables the OS to use the UART on the
  31. service processor board as a regular serial port. To make use of
  32. this feature serial driver support (CONFIG_SERIAL_8250) must be
  33. enabled.
  34. WARNING: This software may not be supported or function
  35. correctly on your IBM server. Please consult the IBM ServerProven
  36. website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
  37. information on the specific driver level and support statement
  38. for your IBM server.
  39. config PHANTOM
  40. tristate "Sensable PHANToM"
  41. depends on PCI
  42. help
  43. Say Y here if you want to build a driver for Sensable PHANToM device.
  44. If you choose to build module, its name will be phantom. If unsure,
  45. say N here.
  46. config EEPROM_93CX6
  47. tristate "EEPROM 93CX6 support"
  48. ---help---
  49. This is a driver for the EEPROM chipsets 93c46 and 93c66.
  50. The driver supports both read as well as write commands.
  51. If unsure, say N.
  52. config SGI_IOC4
  53. tristate "SGI IOC4 Base IO support"
  54. depends on PCI
  55. ---help---
  56. This option enables basic support for the IOC4 chip on certain
  57. SGI IO controller cards (IO9, IO10, and PCI-RT). This option
  58. does not enable any specific functions on such a card, but provides
  59. necessary infrastructure for other drivers to utilize.
  60. If you have an SGI Altix with an IOC4-based card say Y.
  61. Otherwise say N.
  62. config TIFM_CORE
  63. tristate "TI Flash Media interface support (EXPERIMENTAL)"
  64. depends on EXPERIMENTAL && PCI
  65. help
  66. If you want support for Texas Instruments(R) Flash Media adapters
  67. you should select this option and then also choose an appropriate
  68. host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
  69. support', if you have a TI PCI74xx compatible card reader, for
  70. example.
  71. You will also have to select some flash card format drivers. MMC/SD
  72. cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
  73. Interface support (MMC_TIFM_SD)'.
  74. To compile this driver as a module, choose M here: the module will
  75. be called tifm_core.
  76. config TIFM_7XX1
  77. tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
  78. depends on PCI && TIFM_CORE && EXPERIMENTAL
  79. default TIFM_CORE
  80. help
  81. This option enables support for Texas Instruments(R) PCI74xx and
  82. PCI76xx families of Flash Media adapters, found in many laptops.
  83. To make actual use of the device, you will have to select some
  84. flash card format drivers, as outlined in the TIFM_CORE Help.
  85. To compile this driver as a module, choose M here: the module will
  86. be called tifm_7xx1.
  87. config ACER_WMI
  88. tristate "Acer WMI Laptop Extras (EXPERIMENTAL)"
  89. depends on X86
  90. depends on EXPERIMENTAL
  91. depends on ACPI
  92. depends on LEDS_CLASS
  93. depends on BACKLIGHT_CLASS_DEVICE
  94. select ACPI_WMI
  95. ---help---
  96. This is a driver for newer Acer (and Wistron) laptops. It adds
  97. wireless radio and bluetooth control, and on some laptops,
  98. exposes the mail LED and LCD backlight.
  99. For more information about this driver see
  100. <file:Documentation/laptops/acer-wmi.txt>
  101. If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
  102. here.
  103. config ASUS_LAPTOP
  104. tristate "Asus Laptop Extras (EXPERIMENTAL)"
  105. depends on X86
  106. depends on ACPI
  107. depends on EXPERIMENTAL && !ACPI_ASUS
  108. depends on LEDS_CLASS
  109. depends on BACKLIGHT_CLASS_DEVICE
  110. ---help---
  111. This is the new Linux driver for Asus laptops. It may also support some
  112. MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
  113. standard ACPI events that go through /proc/acpi/events. It also adds
  114. support for video output switching, LCD backlight control, Bluetooth and
  115. Wlan control, and most importantly, allows you to blink those fancy LEDs.
  116. For more information and a userspace daemon for handling the extra
  117. buttons see <http://acpi4asus.sf.net/>.
  118. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  119. config FUJITSU_LAPTOP
  120. tristate "Fujitsu Laptop Extras"
  121. depends on X86
  122. depends on ACPI
  123. depends on BACKLIGHT_CLASS_DEVICE
  124. ---help---
  125. This is a driver for laptops built by Fujitsu:
  126. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  127. * Possibly other Fujitsu laptop models
  128. It adds support for LCD brightness control.
  129. If you have a Fujitsu laptop, say Y or M here.
  130. config TC1100_WMI
  131. tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
  132. depends on X86 && !X86_64
  133. depends on EXPERIMENTAL
  134. depends on ACPI
  135. select ACPI_WMI
  136. ---help---
  137. This is a driver for the WMI extensions (wireless and bluetooth power
  138. control) of the HP Compaq TC1100 tablet.
  139. config MSI_LAPTOP
  140. tristate "MSI Laptop Extras"
  141. depends on X86
  142. depends on ACPI_EC
  143. depends on BACKLIGHT_CLASS_DEVICE
  144. ---help---
  145. This is a driver for laptops built by MSI (MICRO-STAR
  146. INTERNATIONAL):
  147. MSI MegaBook S270 (MS-1013)
  148. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  149. It adds support for Bluetooth, WLAN and LCD brightness control.
  150. More information about this driver is available at
  151. <http://0pointer.de/lennart/tchibo.html>.
  152. If you have an MSI S270 laptop, say Y or M here.
  153. config SONY_LAPTOP
  154. tristate "Sony Laptop Extras"
  155. depends on X86 && ACPI
  156. select BACKLIGHT_CLASS_DEVICE
  157. depends on INPUT
  158. ---help---
  159. This mini-driver drives the SNC and SPIC devices present in the ACPI
  160. BIOS of the Sony Vaio laptops.
  161. It gives access to some extra laptop functionalities like Bluetooth,
  162. screen brightness control, Fn keys and allows powering on/off some
  163. devices.
  164. Read <file:Documentation/laptops/sony-laptop.txt> for more information.
  165. config SONYPI_COMPAT
  166. bool "Sonypi compatibility"
  167. depends on SONY_LAPTOP
  168. ---help---
  169. Build the sonypi driver compatibility code into the sony-laptop driver.
  170. config THINKPAD_ACPI
  171. tristate "ThinkPad ACPI Laptop Extras"
  172. depends on X86 && ACPI
  173. select BACKLIGHT_CLASS_DEVICE
  174. select HWMON
  175. select NVRAM
  176. depends on INPUT
  177. ---help---
  178. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  179. support for Fn-Fx key combinations, Bluetooth control, video
  180. output switching, ThinkLight control, UltraBay eject and more.
  181. For more information about this driver see
  182. <file:Documentation/laptops/thinkpad-acpi.txt> and
  183. <http://ibm-acpi.sf.net/> .
  184. This driver was formerly known as ibm-acpi.
  185. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  186. config THINKPAD_ACPI_DEBUG
  187. bool "Verbose debug mode"
  188. depends on THINKPAD_ACPI
  189. default n
  190. ---help---
  191. Enables extra debugging information, at the expense of a slightly
  192. increase in driver size.
  193. If you are not sure, say N here.
  194. config THINKPAD_ACPI_DOCK
  195. bool "Legacy Docking Station Support"
  196. depends on THINKPAD_ACPI
  197. depends on ACPI_DOCK=n
  198. default n
  199. ---help---
  200. Allows the thinkpad_acpi driver to handle docking station events.
  201. This support was made obsolete by the generic ACPI docking station
  202. support (CONFIG_ACPI_DOCK). It will allow locking and removing the
  203. laptop from the docking station, but will not properly connect PCI
  204. devices.
  205. If you are not sure, say N here.
  206. config THINKPAD_ACPI_BAY
  207. bool "Legacy Removable Bay Support"
  208. depends on THINKPAD_ACPI
  209. default y
  210. ---help---
  211. Allows the thinkpad_acpi driver to handle removable bays. It will
  212. electrically disable the device in the bay, and also generate
  213. notifications when the bay lever is ejected or inserted.
  214. If you are not sure, say Y here.
  215. config THINKPAD_ACPI_HOTKEY_POLL
  216. bool "Suport NVRAM polling for hot keys"
  217. depends on THINKPAD_ACPI
  218. default y
  219. ---help---
  220. Some thinkpad models benefit from NVRAM polling to detect a few of
  221. the hot key press events. If you know your ThinkPad model does not
  222. need to do NVRAM polling to support any of the hot keys you use,
  223. unselecting this option will save about 1kB of memory.
  224. ThinkPads T40 and newer, R52 and newer, and X31 and newer are
  225. unlikely to need NVRAM polling in their latest BIOS versions.
  226. NVRAM polling can detect at most the following keys: ThinkPad/Access
  227. IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
  228. Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
  229. If you are not sure, say Y here. The driver enables polling only if
  230. it is strictly necessary to do so.
  231. config ATMEL_SSC
  232. tristate "Device driver for Atmel SSC peripheral"
  233. depends on AVR32 || ARCH_AT91
  234. ---help---
  235. This option enables device driver support for Atmel Syncronized
  236. Serial Communication peripheral (SSC).
  237. The SSC peripheral supports a wide variety of serial frame based
  238. communications, i.e. I2S, SPI, etc.
  239. If unsure, say N.
  240. config INTEL_MENLOW
  241. tristate "Thermal Management driver for Intel menlow platform"
  242. depends on ACPI_THERMAL
  243. depends on X86
  244. ---help---
  245. ACPI thermal management enhancement driver on
  246. Intel Menlow platform.
  247. If unsure, say N.
  248. config ENCLOSURE_SERVICES
  249. tristate "Enclosure Services"
  250. default n
  251. help
  252. Provides support for intelligent enclosures (bays which
  253. contain storage devices). You also need either a host
  254. driver (SCSI/ATA) which supports enclosures
  255. or a SCSI enclosure device (SES) to use these services.
  256. endif # MISC_DEVICES