Kconfig 6.7 KB

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