Kconfig 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. comment "Intel MIC Bus Driver"
  2. config INTEL_MIC_BUS
  3. tristate "Intel MIC Bus Driver"
  4. depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS
  5. help
  6. This option is selected by any driver which registers a
  7. device or driver on the MIC Bus, such as CONFIG_INTEL_MIC_HOST,
  8. CONFIG_INTEL_MIC_CARD, CONFIG_INTEL_MIC_X100_DMA etc.
  9. If you are building a host/card kernel with an Intel MIC device
  10. then say M (recommended) or Y, else say N. If unsure say N.
  11. More information about the Intel MIC family as well as the Linux
  12. OS and tools for MIC to use with this driver are available from
  13. <http://software.intel.com/en-us/mic-developer>.
  14. comment "SCIF Bus Driver"
  15. config SCIF_BUS
  16. tristate "SCIF Bus Driver"
  17. depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS
  18. help
  19. This option is selected by any driver which registers a
  20. device or driver on the SCIF Bus, such as CONFIG_INTEL_MIC_HOST
  21. and CONFIG_INTEL_MIC_CARD.
  22. If you are building a host/card kernel with an Intel MIC device
  23. then say M (recommended) or Y, else say N. If unsure say N.
  24. More information about the Intel MIC family as well as the Linux
  25. OS and tools for MIC to use with this driver are available from
  26. <http://software.intel.com/en-us/mic-developer>.
  27. comment "Intel MIC Host Driver"
  28. config INTEL_MIC_HOST
  29. tristate "Intel MIC Host Driver"
  30. depends on 64BIT && PCI && X86 && INTEL_MIC_BUS && SCIF_BUS
  31. select VHOST_RING
  32. help
  33. This enables Host Driver support for the Intel Many Integrated
  34. Core (MIC) family of PCIe form factor coprocessor devices that
  35. run a 64 bit Linux OS. The driver manages card OS state and
  36. enables communication between host and card. Intel MIC X100
  37. devices are currently supported.
  38. If you are building a host kernel with an Intel MIC device then
  39. say M (recommended) or Y, else say N. If unsure say N.
  40. More information about the Intel MIC family as well as the Linux
  41. OS and tools for MIC to use with this driver are available from
  42. <http://software.intel.com/en-us/mic-developer>.
  43. comment "Intel MIC Card Driver"
  44. config INTEL_MIC_CARD
  45. tristate "Intel MIC Card Driver"
  46. depends on 64BIT && X86 && INTEL_MIC_BUS && SCIF_BUS
  47. select VIRTIO
  48. help
  49. This enables card driver support for the Intel Many Integrated
  50. Core (MIC) device family. The card driver communicates shutdown/
  51. crash events to the host and allows registration/configuration of
  52. virtio devices. Intel MIC X100 devices are currently supported.
  53. If you are building a card kernel for an Intel MIC device then
  54. say M (recommended) or Y, else say N. If unsure say N.
  55. For more information see
  56. <http://software.intel.com/en-us/mic-developer>.
  57. comment "SCIF Driver"
  58. config SCIF
  59. tristate "SCIF Driver"
  60. depends on 64BIT && PCI && X86 && SCIF_BUS
  61. help
  62. This enables SCIF Driver support for the Intel Many Integrated
  63. Core (MIC) family of PCIe form factor coprocessor devices that
  64. run a 64 bit Linux OS. The Symmetric Communication Interface
  65. (SCIF (pronounced as skiff)) is a low level communications API
  66. across PCIe currently implemented for MIC.
  67. If you are building a host kernel with an Intel MIC device then
  68. say M (recommended) or Y, else say N. If unsure say N.
  69. More information about the Intel MIC family as well as the Linux
  70. OS and tools for MIC to use with this driver are available from
  71. <http://software.intel.com/en-us/mic-developer>.