Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. ---help---
  28. This option enables basic support for the IOC4 chip on certain
  29. SGI IO controller cards (IO9, IO10, and PCI-RT). This option
  30. does not enable any specific functions on such a card, but provides
  31. necessary infrastructure for other drivers to utilize.
  32. If you have an SGI Altix with an IOC4-based card say Y.
  33. Otherwise say N.
  34. config TIFM_CORE
  35. tristate "TI Flash Media interface support (EXPERIMENTAL)"
  36. depends on EXPERIMENTAL
  37. help
  38. If you want support for Texas Instruments(R) Flash Media adapters
  39. you should select this option and then also choose an appropriate
  40. host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
  41. support', if you have a TI PCI74xx compatible card reader, for
  42. example.
  43. You will also have to select some flash card format drivers. MMC/SD
  44. cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
  45. Interface support (MMC_TIFM_SD)'.
  46. To compile this driver as a module, choose M here: the module will
  47. be called tifm_core.
  48. config TIFM_7XX1
  49. tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
  50. depends on PCI && TIFM_CORE && EXPERIMENTAL
  51. default TIFM_CORE
  52. help
  53. This option enables support for Texas Instruments(R) PCI74xx and
  54. PCI76xx families of Flash Media adapters, found in many laptops.
  55. To make actual use of the device, you will have to select some
  56. flash card format drivers, as outlined in the TIFM_CORE Help.
  57. To compile this driver as a module, choose M here: the module will
  58. be called tifm_7xx1.
  59. config MSI_LAPTOP
  60. tristate "MSI Laptop Extras"
  61. depends on X86
  62. depends on ACPI_EC
  63. depends on BACKLIGHT_CLASS_DEVICE
  64. ---help---
  65. This is a driver for laptops built by MSI (MICRO-STAR
  66. INTERNATIONAL):
  67. MSI MegaBook S270 (MS-1013)
  68. Cytron/TCM/Medion/Tchibo MD96100/SAM2000
  69. It adds support for Bluetooth, WLAN and LCD brightness control.
  70. More information about this driver is available at
  71. <http://0pointer.de/lennart/tchibo.html>.
  72. If you have an MSI S270 laptop, say Y or M here.
  73. endmenu