blob: 279a2e649059c3b1684ef3e7c5e4b3b9c8a02053 [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
6 default N
7 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"
25 depends on 64BIT
26 default N
27 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>.