Kconfig 739 B

12345678910111213141516171819
  1. comment "Intel MIC Host Driver"
  2. config INTEL_MIC_HOST
  3. tristate "Intel MIC Host Driver"
  4. depends on 64BIT && PCI
  5. default N
  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>.