Kconfig 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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
  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 MSI_LAPTOP
  61. tristate "MSI Laptop Extras"
  62. depends on X86
  63. depends on ACPI_EC
  64. depends on BACKLIGHT_CLASS_DEVICE
  65. ---help---
  66. This is a driver for laptops built by MSI (MICRO-STAR
  67. INTERNATIONAL):
  68. MSI MegaBook S270 (MS-1013)
  69. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  70. It adds support for Bluetooth, WLAN and LCD brightness control.
  71. More information about this driver is available at
  72. <http://0pointer.de/lennart/tchibo.html>.
  73. If you have an MSI S270 laptop, say Y or M here.
  74. endmenu