Kconfig 1.4 KB

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