Kconfig 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. If unsure, say N.
  25. config SGI_IOC4
  26. tristate "SGI IOC4 Base IO support"
  27. depends on PCI
  28. ---help---
  29. This option enables basic support for the IOC4 chip on certain
  30. SGI IO controller cards (IO9, IO10, and PCI-RT). This option
  31. does not enable any specific functions on such a card, but provides
  32. necessary infrastructure for other drivers to utilize.
  33. If you have an SGI Altix with an IOC4-based card say Y.
  34. Otherwise say N.
  35. config TIFM_CORE
  36. tristate "TI Flash Media interface support (EXPERIMENTAL)"
  37. depends on EXPERIMENTAL && PCI
  38. help
  39. If you want support for Texas Instruments(R) Flash Media adapters
  40. you should select this option and then also choose an appropriate
  41. host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
  42. support', if you have a TI PCI74xx compatible card reader, for
  43. example.
  44. You will also have to select some flash card format drivers. MMC/SD
  45. cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
  46. Interface support (MMC_TIFM_SD)'.
  47. To compile this driver as a module, choose M here: the module will
  48. be called tifm_core.
  49. config TIFM_7XX1
  50. tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
  51. depends on PCI && TIFM_CORE && EXPERIMENTAL
  52. default TIFM_CORE
  53. help
  54. This option enables support for Texas Instruments(R) PCI74xx and
  55. PCI76xx families of Flash Media adapters, found in many laptops.
  56. To make actual use of the device, you will have to select some
  57. flash card format drivers, as outlined in the TIFM_CORE Help.
  58. To compile this driver as a module, choose M here: the module will
  59. be called tifm_7xx1.
  60. config ASUS_LAPTOP
  61. tristate "Asus Laptop Extras (EXPERIMENTAL)"
  62. depends on X86
  63. depends on ACPI
  64. depends on EXPERIMENTAL && !ACPI_ASUS
  65. depends on LEDS_CLASS
  66. depends on BACKLIGHT_CLASS_DEVICE
  67. ---help---
  68. This is the new Linux driver for Asus laptops. It may also support some
  69. MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
  70. standard ACPI events that go through /proc/acpi/events. It also adds
  71. support for video output switching, LCD backlight control, Bluetooth and
  72. Wlan control, and most importantly, allows you to blink those fancy LEDs.
  73. For more information and a userspace daemon for handling the extra
  74. buttons see <http://acpi4asus.sf.net/>.
  75. If you have an ACPI-compatible ASUS laptop, say Y or M here.
  76. config MSI_LAPTOP
  77. tristate "MSI Laptop Extras"
  78. depends on X86
  79. depends on ACPI_EC
  80. depends on BACKLIGHT_CLASS_DEVICE
  81. ---help---
  82. This is a driver for laptops built by MSI (MICRO-STAR
  83. INTERNATIONAL):
  84. MSI MegaBook S270 (MS-1013)
  85. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  86. It adds support for Bluetooth, WLAN and LCD brightness control.
  87. More information about this driver is available at
  88. <http://0pointer.de/lennart/tchibo.html>.
  89. If you have an MSI S270 laptop, say Y or M here.
  90. endmenu