blob: 462a5b1d8651746c9d653efa7f01dab88f100e8d [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"
Sudeep Dutt80d26232013-09-27 09:50:16 -07005 depends on 64BIT && PCI && X86
Ashutosh Dixitf69bcbf2013-09-05 16:42:18 -07006 select VHOST_RING
Sudeep Duttb170d8c2013-09-05 16:41:31 -07007 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
14 If you are building a host kernel with an Intel MIC device then
15 say M (recommended) or Y, else say N. If unsure say N.
16
17 More information about the Intel MIC family as well as the Linux
18 OS and tools for MIC to use with this driver are available from
19 <http://software.intel.com/en-us/mic-developer>.
Sudeep Duttaa27bad2013-09-05 16:42:06 -070020
21comment "Intel MIC Card Driver"
22
23config INTEL_MIC_CARD
24 tristate "Intel MIC Card Driver"
Sudeep Dutt80d26232013-09-27 09:50:16 -070025 depends on 64BIT && X86
Ashutosh Dixit2141c7c2013-09-05 16:42:28 -070026 select VIRTIO
Sudeep Duttaa27bad2013-09-05 16:42:06 -070027 help
28 This enables card driver support for the Intel Many Integrated
29 Core (MIC) device family. The card driver communicates shutdown/
30 crash events to the host and allows registration/configuration of
31 virtio devices. Intel MIC X100 devices are currently supported.
32
33 If you are building a card kernel for an Intel MIC device then
34 say M (recommended) or Y, else say N. If unsure say N.
35
36 For more information see
37 <http://software.intel.com/en-us/mic-developer>.