blob: 01f1a4a84c63d11b04c7854655b4b7f316a9879c [file] [log] [blame]
Sudeep Duttb170d8c2013-09-05 16:41:31 -07001comment "Intel MIC Host Driver"
2
3config INTEL_MIC_HOST
4 tristate "Intel MIC Host Driver"
5 depends on 64BIT && PCI
Ashutosh Dixitf69bcbf2013-09-05 16:42:18 -07006 select VHOST_RING
Sudeep Duttb170d8c2013-09-05 16:41:31 -07007 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 Duttaa27bad2013-09-05 16:42:06 -070021
22comment "Intel MIC Card Driver"
23
24config 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>.