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