Kconfig 6.6 KB

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