Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Randy Dunlap | 876a1b0 | 2017-09-24 11:16:18 -0700 | [diff] [blame] | 2 | menu "Intel MIC & related support" |
| 3 | |
Sudeep Dutt | 726526c3 | 2014-07-11 14:04:20 -0700 | [diff] [blame] | 4 | comment "Intel MIC Bus Driver" |
| 5 | |
| 6 | config INTEL_MIC_BUS |
| 7 | tristate "Intel MIC Bus Driver" |
Christoph Hellwig | 15854ed | 2019-04-10 10:02:20 +0200 | [diff] [blame] | 8 | depends on 64BIT && PCI && X86 |
Sudeep Dutt | 726526c3 | 2014-07-11 14:04:20 -0700 | [diff] [blame] | 9 | help |
| 10 | This option is selected by any driver which registers a |
| 11 | device or driver on the MIC Bus, such as CONFIG_INTEL_MIC_HOST, |
| 12 | CONFIG_INTEL_MIC_CARD, CONFIG_INTEL_MIC_X100_DMA etc. |
| 13 | |
| 14 | If you are building a host/card kernel with an Intel MIC device |
| 15 | then 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>. |
| 20 | |
Sudeep Dutt | 5ec4ca6 | 2015-04-29 05:32:30 -0700 | [diff] [blame] | 21 | comment "SCIF Bus Driver" |
| 22 | |
| 23 | config SCIF_BUS |
| 24 | tristate "SCIF Bus Driver" |
Christoph Hellwig | 15854ed | 2019-04-10 10:02:20 +0200 | [diff] [blame] | 25 | depends on 64BIT && PCI && X86 |
Sudeep Dutt | 5ec4ca6 | 2015-04-29 05:32:30 -0700 | [diff] [blame] | 26 | help |
| 27 | This option is selected by any driver which registers a |
| 28 | device or driver on the SCIF Bus, such as CONFIG_INTEL_MIC_HOST |
| 29 | and CONFIG_INTEL_MIC_CARD. |
| 30 | |
| 31 | If you are building a host/card kernel with an Intel MIC device |
| 32 | then say M (recommended) or Y, else say N. If unsure say N. |
| 33 | |
| 34 | More information about the Intel MIC family as well as the Linux |
| 35 | OS and tools for MIC to use with this driver are available from |
| 36 | <http://software.intel.com/en-us/mic-developer>. |
| 37 | |
Sudeep Dutt | a19ddd6 | 2016-02-08 15:48:13 -0800 | [diff] [blame] | 38 | comment "VOP Bus Driver" |
| 39 | |
| 40 | config VOP_BUS |
| 41 | tristate "VOP Bus Driver" |
Sudeep Dutt | a19ddd6 | 2016-02-08 15:48:13 -0800 | [diff] [blame] | 42 | help |
| 43 | This option is selected by any driver which registers a |
| 44 | device or driver on the VOP Bus, such as CONFIG_INTEL_MIC_HOST |
| 45 | and CONFIG_INTEL_MIC_CARD. |
| 46 | |
| 47 | If you are building a host/card kernel with an Intel MIC device |
| 48 | then say M (recommended) or Y, else say N. If unsure say N. |
| 49 | |
| 50 | More information about the Intel MIC family as well as the Linux |
| 51 | OS and tools for MIC to use with this driver are available from |
| 52 | <http://software.intel.com/en-us/mic-developer>. |
| 53 | |
Sudeep Dutt | b170d8c | 2013-09-05 16:41:31 -0700 | [diff] [blame] | 54 | comment "Intel MIC Host Driver" |
| 55 | |
| 56 | config INTEL_MIC_HOST |
| 57 | tristate "Intel MIC Host Driver" |
Sudeep Dutt | c74c931 | 2016-02-08 15:48:18 -0800 | [diff] [blame] | 58 | depends on 64BIT && PCI && X86 |
| 59 | depends on INTEL_MIC_BUS && SCIF_BUS && MIC_COSM && VOP_BUS |
Sudeep Dutt | b170d8c | 2013-09-05 16:41:31 -0700 | [diff] [blame] | 60 | help |
| 61 | This enables Host Driver support for the Intel Many Integrated |
| 62 | Core (MIC) family of PCIe form factor coprocessor devices that |
| 63 | run a 64 bit Linux OS. The driver manages card OS state and |
| 64 | enables communication between host and card. Intel MIC X100 |
| 65 | devices are currently supported. |
| 66 | |
| 67 | If you are building a host kernel with an Intel MIC device then |
| 68 | say M (recommended) or Y, else say N. If unsure say N. |
| 69 | |
| 70 | More information about the Intel MIC family as well as the Linux |
| 71 | OS and tools for MIC to use with this driver are available from |
| 72 | <http://software.intel.com/en-us/mic-developer>. |
Sudeep Dutt | aa27bad | 2013-09-05 16:42:06 -0700 | [diff] [blame] | 73 | |
| 74 | comment "Intel MIC Card Driver" |
| 75 | |
| 76 | config INTEL_MIC_CARD |
| 77 | tristate "Intel MIC Card Driver" |
Sudeep Dutt | c74c931 | 2016-02-08 15:48:18 -0800 | [diff] [blame] | 78 | depends on 64BIT && X86 |
| 79 | depends on INTEL_MIC_BUS && SCIF_BUS && MIC_COSM && VOP_BUS |
Ashutosh Dixit | 2141c7c | 2013-09-05 16:42:28 -0700 | [diff] [blame] | 80 | select VIRTIO |
Sudeep Dutt | aa27bad | 2013-09-05 16:42:06 -0700 | [diff] [blame] | 81 | help |
| 82 | This enables card driver support for the Intel Many Integrated |
| 83 | Core (MIC) device family. The card driver communicates shutdown/ |
| 84 | crash events to the host and allows registration/configuration of |
| 85 | virtio devices. Intel MIC X100 devices are currently supported. |
| 86 | |
| 87 | If you are building a card kernel for an Intel MIC device then |
| 88 | say M (recommended) or Y, else say N. If unsure say N. |
| 89 | |
| 90 | For more information see |
| 91 | <http://software.intel.com/en-us/mic-developer>. |
Sudeep Dutt | e9089f4 | 2015-04-29 05:32:35 -0700 | [diff] [blame] | 92 | |
| 93 | comment "SCIF Driver" |
| 94 | |
| 95 | config SCIF |
| 96 | tristate "SCIF Driver" |
Sudeep Dutt | ac6d83c | 2015-10-04 13:38:40 -0700 | [diff] [blame] | 97 | depends on 64BIT && PCI && X86 && SCIF_BUS && IOMMU_SUPPORT |
Sudeep Dutt | d182432 | 2015-09-29 18:16:25 -0700 | [diff] [blame] | 98 | select IOMMU_IOVA |
Sudeep Dutt | e9089f4 | 2015-04-29 05:32:35 -0700 | [diff] [blame] | 99 | help |
| 100 | This enables SCIF Driver support for the Intel Many Integrated |
| 101 | Core (MIC) family of PCIe form factor coprocessor devices that |
| 102 | run a 64 bit Linux OS. The Symmetric Communication Interface |
| 103 | (SCIF (pronounced as skiff)) is a low level communications API |
| 104 | across PCIe currently implemented for MIC. |
| 105 | |
| 106 | If you are building a host kernel with an Intel MIC device then |
| 107 | say M (recommended) or Y, else say N. If unsure say N. |
| 108 | |
| 109 | More information about the Intel MIC family as well as the Linux |
| 110 | OS and tools for MIC to use with this driver are available from |
| 111 | <http://software.intel.com/en-us/mic-developer>. |
Ashutosh Dixit | a3283d8 | 2015-09-29 18:12:03 -0700 | [diff] [blame] | 112 | |
| 113 | comment "Intel MIC Coprocessor State Management (COSM) Drivers" |
| 114 | |
| 115 | config MIC_COSM |
| 116 | tristate "Intel MIC Coprocessor State Management (COSM) Drivers" |
| 117 | depends on 64BIT && PCI && X86 && SCIF |
| 118 | help |
| 119 | This enables COSM driver support for the Intel Many |
| 120 | Integrated Core (MIC) family of PCIe form factor coprocessor |
| 121 | devices. COSM drivers implement functions such as boot, |
| 122 | shutdown, reset and reboot of MIC devices. |
| 123 | |
| 124 | If you are building a host kernel with an Intel MIC device then |
| 125 | say M (recommended) or Y, else say N. If unsure say N. |
| 126 | |
| 127 | More information about the Intel MIC family as well as the Linux |
| 128 | OS and tools for MIC to use with this driver are available from |
| 129 | <http://software.intel.com/en-us/mic-developer>. |
Sudeep Dutt | 8810df3 | 2016-02-08 15:48:17 -0800 | [diff] [blame] | 130 | |
| 131 | comment "VOP Driver" |
| 132 | |
| 133 | config VOP |
| 134 | tristate "VOP Driver" |
Vincent Whitchurch | c5b9f97 | 2019-02-22 16:30:50 +0100 | [diff] [blame] | 135 | depends on VOP_BUS |
Sudeep Dutt | 8810df3 | 2016-02-08 15:48:17 -0800 | [diff] [blame] | 136 | select VHOST_RING |
Sudeep Dutt | 9c88345 | 2016-04-04 21:32:30 -0700 | [diff] [blame] | 137 | select VIRTIO |
Sudeep Dutt | 8810df3 | 2016-02-08 15:48:17 -0800 | [diff] [blame] | 138 | help |
| 139 | This enables VOP (Virtio over PCIe) Driver support for the Intel |
| 140 | Many Integrated Core (MIC) family of PCIe form factor coprocessor |
| 141 | devices. The VOP driver allows virtio drivers, e.g. net, console |
| 142 | and block drivers, on the card connect to user space virtio |
| 143 | devices on the host. |
| 144 | |
| 145 | If you are building a host kernel with an Intel MIC device then |
| 146 | say M (recommended) or Y, else say N. If unsure say N. |
| 147 | |
| 148 | More information about the Intel MIC family as well as the Linux |
| 149 | OS and tools for MIC to use with this driver are available from |
| 150 | <http://software.intel.com/en-us/mic-developer>. |
Michael S. Tsirkin | 4878364 | 2016-08-02 02:56:01 +0300 | [diff] [blame] | 151 | |
| 152 | if VOP |
Michael S. Tsirkin | 4d938245 | 2016-08-02 03:03:35 +0300 | [diff] [blame] | 153 | source "drivers/vhost/Kconfig.vringh" |
Michael S. Tsirkin | 4878364 | 2016-08-02 02:56:01 +0300 | [diff] [blame] | 154 | endif |
Randy Dunlap | 876a1b0 | 2017-09-24 11:16:18 -0700 | [diff] [blame] | 155 | |
| 156 | endmenu |