Kconfig 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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 IBM_ASM
  13. tristate "Device driver for IBM RSA service processor"
  14. depends on X86 && PCI && INPUT && EXPERIMENTAL
  15. ---help---
  16. This option enables device driver support for in-band access to the
  17. IBM RSA (Condor) service processor in eServer xSeries systems.
  18. The ibmasm device driver allows user space application to access
  19. ASM (Advanced Systems Management) functions on the service
  20. processor. The driver is meant to be used in conjunction with
  21. a user space API.
  22. The ibmasm driver also enables the OS to use the UART on the
  23. service processor board as a regular serial port. To make use of
  24. this feature serial driver support (CONFIG_SERIAL_8250) must be
  25. enabled.
  26. WARNING: This software may not be supported or function
  27. correctly on your IBM server. Please consult the IBM ServerProven
  28. website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
  29. information on the specific driver level and support statement
  30. for your IBM server.
  31. config PHANTOM
  32. tristate "Sensable PHANToM"
  33. depends on PCI
  34. help
  35. Say Y here if you want to build a driver for Sensable PHANToM device.
  36. If you choose to build module, its name will be phantom. If unsure,
  37. say N here.
  38. config EEPROM_93CX6
  39. tristate "EEPROM 93CX6 support"
  40. ---help---
  41. This is a driver for the EEPROM chipsets 93c46 and 93c66.
  42. The driver supports both read as well as write commands.
  43. If unsure, say N.
  44. config SGI_IOC4
  45. tristate "SGI IOC4 Base IO support"
  46. depends on PCI
  47. ---help---
  48. This option enables basic support for the IOC4 chip on certain
  49. SGI IO controller cards (IO9, IO10, and PCI-RT). This option
  50. does not enable any specific functions on such a card, but provides
  51. necessary infrastructure for other drivers to utilize.
  52. If you have an SGI Altix with an IOC4-based card say Y.
  53. Otherwise say N.
  54. config TIFM_CORE
  55. tristate "TI Flash Media interface support (EXPERIMENTAL)"
  56. depends on EXPERIMENTAL && PCI
  57. help
  58. If you want support for Texas Instruments(R) Flash Media adapters
  59. you should select this option and then also choose an appropriate
  60. host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
  61. support', if you have a TI PCI74xx compatible card reader, for
  62. example.
  63. You will also have to select some flash card format drivers. MMC/SD
  64. cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
  65. Interface support (MMC_TIFM_SD)'.
  66. To compile this driver as a module, choose M here: the module will
  67. be called tifm_core.
  68. config TIFM_7XX1
  69. tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
  70. depends on PCI && TIFM_CORE && EXPERIMENTAL
  71. default TIFM_CORE
  72. help
  73. This option enables support for Texas Instruments(R) PCI74xx and
  74. PCI76xx families of Flash Media adapters, found in many laptops.
  75. To make actual use of the device, you will have to select some
  76. flash card format drivers, as outlined in the TIFM_CORE Help.
  77. To compile this driver as a module, choose M here: the module will
  78. be called tifm_7xx1.
  79. config ACER_WMI
  80. tristate "Acer WMI Laptop Extras (EXPERIMENTAL)"
  81. depends on X86
  82. depends on EXPERIMENTAL
  83. depends on ACPI
  84. depends on ACPI_WMI
  85. depends on LEDS_CLASS
  86. depends on BACKLIGHT_CLASS_DEVICE
  87. ---help---
  88. This is a driver for newer Acer (and Wistron) laptops. It adds
  89. wireless radio and bluetooth control, and on some laptops,
  90. exposes the mail LED and LCD backlight.
  91. If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
  92. here.
  93. config ASUS_LAPTOP
  94. tristate "Asus Laptop Extras (EXPERIMENTAL)"
  95. depends on X86
  96. depends on ACPI
  97. depends on EXPERIMENTAL && !ACPI_ASUS
  98. depends on LEDS_CLASS
  99. depends on BACKLIGHT_CLASS_DEVICE
  100. ---help---
  101. This is the new Linux driver for Asus laptops. It may also support some
  102. MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
  103. standard ACPI events that go through /proc/acpi/events. It also adds
  104. support for video output switching, LCD backlight control, Bluetooth and
  105. Wlan control, and most importantly, allows you to blink those fancy LEDs.
  106. For more information and a userspace daemon for handling the extra
  107. buttons see <http://acpi4asus.sf.net/>.
  108. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  109. config FUJITSU_LAPTOP
  110. tristate "Fujitsu Laptop Extras"
  111. depends on X86
  112. depends on ACPI
  113. depends on BACKLIGHT_CLASS_DEVICE
  114. ---help---
  115. This is a driver for laptops built by Fujitsu:
  116. * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
  117. * Possibly other Fujitsu laptop models
  118. It adds support for LCD brightness control.
  119. If you have a Fujitsu laptop, say Y or M here.
  120. config MSI_LAPTOP
  121. tristate "MSI Laptop Extras"
  122. depends on X86
  123. depends on ACPI_EC
  124. depends on BACKLIGHT_CLASS_DEVICE
  125. ---help---
  126. This is a driver for laptops built by MSI (MICRO-STAR
  127. INTERNATIONAL):
  128. MSI MegaBook S270 (MS-1013)
  129. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  130. It adds support for Bluetooth, WLAN and LCD brightness control.
  131. More information about this driver is available at
  132. <http://0pointer.de/lennart/tchibo.html>.
  133. If you have an MSI S270 laptop, say Y or M here.
  134. config SONY_LAPTOP
  135. tristate "Sony Laptop Extras"
  136. depends on X86 && ACPI
  137. select BACKLIGHT_CLASS_DEVICE
  138. depends on INPUT
  139. ---help---
  140. This mini-driver drives the SNC and SPIC devices present in the ACPI
  141. BIOS of the Sony Vaio laptops.
  142. It gives access to some extra laptop functionalities like Bluetooth,
  143. screen brightness control, Fn keys and allows powering on/off some
  144. devices.
  145. Read <file:Documentation/sony-laptop.txt> for more information.
  146. config SONYPI_COMPAT
  147. bool "Sonypi compatibility"
  148. depends on SONY_LAPTOP
  149. ---help---
  150. Build the sonypi driver compatibility code into the sony-laptop driver.
  151. config THINKPAD_ACPI
  152. tristate "ThinkPad ACPI Laptop Extras"
  153. depends on X86 && ACPI
  154. select BACKLIGHT_CLASS_DEVICE
  155. select HWMON
  156. select NVRAM
  157. depends on INPUT
  158. ---help---
  159. This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
  160. support for Fn-Fx key combinations, Bluetooth control, video
  161. output switching, ThinkLight control, UltraBay eject and more.
  162. For more information about this driver see
  163. <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> .
  164. This driver was formerly known as ibm-acpi.
  165. If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
  166. config THINKPAD_ACPI_DEBUG
  167. bool "Verbose debug mode"
  168. depends on THINKPAD_ACPI
  169. default n
  170. ---help---
  171. Enables extra debugging information, at the expense of a slightly
  172. increase in driver size.
  173. If you are not sure, say N here.
  174. config THINKPAD_ACPI_DOCK
  175. bool "Legacy Docking Station Support"
  176. depends on THINKPAD_ACPI
  177. depends on ACPI_DOCK=n
  178. default n
  179. ---help---
  180. Allows the thinkpad_acpi driver to handle docking station events.
  181. This support was made obsolete by the generic ACPI docking station
  182. support (CONFIG_ACPI_DOCK). It will allow locking and removing the
  183. laptop from the docking station, but will not properly connect PCI
  184. devices.
  185. If you are not sure, say N here.
  186. config THINKPAD_ACPI_BAY
  187. bool "Legacy Removable Bay Support"
  188. depends on THINKPAD_ACPI
  189. default y
  190. ---help---
  191. Allows the thinkpad_acpi driver to handle removable bays. It will
  192. electrically disable the device in the bay, and also generate
  193. notifications when the bay lever is ejected or inserted.
  194. If you are not sure, say Y here.
  195. config ATMEL_SSC
  196. tristate "Device driver for Atmel SSC peripheral"
  197. depends on AVR32 || ARCH_AT91
  198. ---help---
  199. This option enables device driver support for Atmel Syncronized
  200. Serial Communication peripheral (SSC).
  201. The SSC peripheral supports a wide variety of serial frame based
  202. communications, i.e. I2S, SPI, etc.
  203. If unsure, say N.
  204. endif # MISC_DEVICES