| Sudeep Dutt | 726526c3 | 2014-07-11 14:04:20 -0700 | [diff] [blame] | 1 | comment "Intel MIC Bus Driver" |
| 2 | |
| 3 | config INTEL_MIC_BUS |
| 4 | tristate "Intel MIC Bus Driver" |
| 5 | depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS |
| 6 | help |
| 7 | This option is selected by any driver which registers a |
| 8 | device or driver on the MIC Bus, such as CONFIG_INTEL_MIC_HOST, |
| 9 | CONFIG_INTEL_MIC_CARD, CONFIG_INTEL_MIC_X100_DMA etc. |
| 10 | |
| 11 | If you are building a host/card kernel with an Intel MIC device |
| 12 | then say M (recommended) or Y, else say N. If unsure say N. |
| 13 | |
| 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>. |
| 17 | |
| Sudeep Dutt | 5ec4ca6 | 2015-04-29 05:32:30 -0700 | [diff] [blame] | 18 | comment "SCIF Bus Driver" |
| 19 | |
| 20 | config SCIF_BUS |
| 21 | tristate "SCIF Bus Driver" |
| 22 | depends on 64BIT && PCI && X86 && X86_DEV_DMA_OPS |
| 23 | help |
| 24 | This option is selected by any driver which registers a |
| 25 | device or driver on the SCIF Bus, such as CONFIG_INTEL_MIC_HOST |
| 26 | and CONFIG_INTEL_MIC_CARD. |
| 27 | |
| 28 | If you are building a host/card kernel with an Intel MIC device |
| 29 | then say M (recommended) or Y, else say N. If unsure say N. |
| 30 | |
| 31 | More information about the Intel MIC family as well as the Linux |
| 32 | OS and tools for MIC to use with this driver are available from |
| 33 | <http://software.intel.com/en-us/mic-developer>. |
| 34 | |
| Sudeep Dutt | b170d8c | 2013-09-05 16:41:31 -0700 | [diff] [blame] | 35 | comment "Intel MIC Host Driver" |
| 36 | |
| 37 | config INTEL_MIC_HOST |
| 38 | tristate "Intel MIC Host Driver" |
| Ashutosh Dixit | a3283d8 | 2015-09-29 18:12:03 -0700 | [diff] [blame^] | 39 | depends on 64BIT && PCI && X86 && INTEL_MIC_BUS && SCIF_BUS && MIC_COSM |
| Ashutosh Dixit | f69bcbf | 2013-09-05 16:42:18 -0700 | [diff] [blame] | 40 | select VHOST_RING |
| Sudeep Dutt | b170d8c | 2013-09-05 16:41:31 -0700 | [diff] [blame] | 41 | help |
| 42 | This enables Host Driver support for the Intel Many Integrated |
| 43 | Core (MIC) family of PCIe form factor coprocessor devices that |
| 44 | run a 64 bit Linux OS. The driver manages card OS state and |
| 45 | enables communication between host and card. Intel MIC X100 |
| 46 | devices are currently supported. |
| 47 | |
| 48 | If you are building a host kernel with an Intel MIC device then |
| 49 | say M (recommended) or Y, else say N. If unsure say N. |
| 50 | |
| 51 | More information about the Intel MIC family as well as the Linux |
| 52 | OS and tools for MIC to use with this driver are available from |
| 53 | <http://software.intel.com/en-us/mic-developer>. |
| Sudeep Dutt | aa27bad | 2013-09-05 16:42:06 -0700 | [diff] [blame] | 54 | |
| 55 | comment "Intel MIC Card Driver" |
| 56 | |
| 57 | config INTEL_MIC_CARD |
| 58 | tristate "Intel MIC Card Driver" |
| Ashutosh Dixit | a3283d8 | 2015-09-29 18:12:03 -0700 | [diff] [blame^] | 59 | depends on 64BIT && X86 && INTEL_MIC_BUS && SCIF_BUS && MIC_COSM |
| Ashutosh Dixit | 2141c7c | 2013-09-05 16:42:28 -0700 | [diff] [blame] | 60 | select VIRTIO |
| Sudeep Dutt | aa27bad | 2013-09-05 16:42:06 -0700 | [diff] [blame] | 61 | help |
| 62 | This enables card driver support for the Intel Many Integrated |
| 63 | Core (MIC) device family. The card driver communicates shutdown/ |
| 64 | crash events to the host and allows registration/configuration of |
| 65 | virtio devices. Intel MIC X100 devices are currently supported. |
| 66 | |
| 67 | If you are building a card kernel for an Intel MIC device then |
| 68 | say M (recommended) or Y, else say N. If unsure say N. |
| 69 | |
| 70 | For more information see |
| 71 | <http://software.intel.com/en-us/mic-developer>. |
| Sudeep Dutt | e9089f4 | 2015-04-29 05:32:35 -0700 | [diff] [blame] | 72 | |
| 73 | comment "SCIF Driver" |
| 74 | |
| 75 | config SCIF |
| 76 | tristate "SCIF Driver" |
| 77 | depends on 64BIT && PCI && X86 && SCIF_BUS |
| 78 | help |
| 79 | This enables SCIF Driver support for the Intel Many Integrated |
| 80 | Core (MIC) family of PCIe form factor coprocessor devices that |
| 81 | run a 64 bit Linux OS. The Symmetric Communication Interface |
| 82 | (SCIF (pronounced as skiff)) is a low level communications API |
| 83 | across PCIe currently implemented for MIC. |
| 84 | |
| 85 | If you are building a host kernel with an Intel MIC device then |
| 86 | say M (recommended) or Y, else say N. If unsure say N. |
| 87 | |
| 88 | More information about the Intel MIC family as well as the Linux |
| 89 | OS and tools for MIC to use with this driver are available from |
| 90 | <http://software.intel.com/en-us/mic-developer>. |
| Ashutosh Dixit | a3283d8 | 2015-09-29 18:12:03 -0700 | [diff] [blame^] | 91 | |
| 92 | comment "Intel MIC Coprocessor State Management (COSM) Drivers" |
| 93 | |
| 94 | config MIC_COSM |
| 95 | tristate "Intel MIC Coprocessor State Management (COSM) Drivers" |
| 96 | depends on 64BIT && PCI && X86 && SCIF |
| 97 | help |
| 98 | This enables COSM driver support for the Intel Many |
| 99 | Integrated Core (MIC) family of PCIe form factor coprocessor |
| 100 | devices. COSM drivers implement functions such as boot, |
| 101 | shutdown, reset and reboot of MIC devices. |
| 102 | |
| 103 | If you are building a host kernel with an Intel MIC device then |
| 104 | say M (recommended) or Y, else say N. If unsure say N. |
| 105 | |
| 106 | More information about the Intel MIC family as well as the Linux |
| 107 | OS and tools for MIC to use with this driver are available from |
| 108 | <http://software.intel.com/en-us/mic-developer>. |