Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. comment "Intel MIC Host Driver"
  2. config INTEL_MIC_HOST
  3. tristate "Intel MIC Host Driver"
  4. depends on 64BIT && PCI && X86
  5. select VHOST_RING
  6. help
  7. This enables Host Driver support for the Intel Many Integrated
  8. Core (MIC) family of PCIe form factor coprocessor devices that
  9. run a 64 bit Linux OS. The driver manages card OS state and
  10. enables communication between host and card. Intel MIC X100
  11. devices are currently supported.
  12. If you are building a host kernel with an Intel MIC device then
  13. say M (recommended) or Y, else say N. If unsure say N.
  14. More information about the Intel MIC family as well as the Linux
  15. OS and tools for MIC to use with this driver are available from
  16. <http://software.intel.com/en-us/mic-developer>.
  17. comment "Intel MIC Card Driver"
  18. config INTEL_MIC_CARD
  19. tristate "Intel MIC Card Driver"
  20. depends on 64BIT && X86
  21. select VIRTIO
  22. help
  23. This enables card driver support for the Intel Many Integrated
  24. Core (MIC) device family. The card driver communicates shutdown/
  25. crash events to the host and allows registration/configuration of
  26. virtio devices. Intel MIC X100 devices are currently supported.
  27. If you are building a card kernel for an Intel MIC device then
  28. say M (recommended) or Y, else say N. If unsure say N.
  29. For more information see
  30. <http://software.intel.com/en-us/mic-developer>.