Kconfig 2.0 KB

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