Kconfig 2.7 KB

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