Commit 689e3557 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

misc: MIC: drop all 'comment' lines from its Kconfig

The "comment" Kconfig lines for the Intel MIC drivers are
redundant, and nowhere else do we use this kind of Kconfig
style, so remove them.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/3aa90a0f-1576-d38b-8382-6ed623ed5466@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9964f8c8
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
menu "Intel MIC & related support" menu "Intel MIC & related support"
comment "Intel MIC Bus Driver"
config INTEL_MIC_BUS config INTEL_MIC_BUS
tristate "Intel MIC Bus Driver" tristate "Intel MIC Bus Driver"
depends on 64BIT && PCI && X86 depends on 64BIT && PCI && X86
...@@ -18,8 +16,6 @@ config INTEL_MIC_BUS ...@@ -18,8 +16,6 @@ config INTEL_MIC_BUS
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "SCIF Bus Driver"
config SCIF_BUS config SCIF_BUS
tristate "SCIF Bus Driver" tristate "SCIF Bus Driver"
depends on 64BIT && PCI && X86 depends on 64BIT && PCI && X86
...@@ -35,8 +31,6 @@ config SCIF_BUS ...@@ -35,8 +31,6 @@ config SCIF_BUS
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "VOP Bus Driver"
config VOP_BUS config VOP_BUS
tristate "VOP Bus Driver" tristate "VOP Bus Driver"
help help
...@@ -51,8 +45,6 @@ config VOP_BUS ...@@ -51,8 +45,6 @@ config VOP_BUS
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "Intel MIC Host Driver"
config INTEL_MIC_HOST config INTEL_MIC_HOST
tristate "Intel MIC Host Driver" tristate "Intel MIC Host Driver"
depends on 64BIT && PCI && X86 depends on 64BIT && PCI && X86
...@@ -71,8 +63,6 @@ config INTEL_MIC_HOST ...@@ -71,8 +63,6 @@ config INTEL_MIC_HOST
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "Intel MIC Card Driver"
config INTEL_MIC_CARD config INTEL_MIC_CARD
tristate "Intel MIC Card Driver" tristate "Intel MIC Card Driver"
depends on 64BIT && X86 depends on 64BIT && X86
...@@ -90,8 +80,6 @@ config INTEL_MIC_CARD ...@@ -90,8 +80,6 @@ config INTEL_MIC_CARD
For more information see For more information see
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "SCIF Driver"
config SCIF config SCIF
tristate "SCIF Driver" tristate "SCIF Driver"
depends on 64BIT && PCI && X86 && SCIF_BUS && IOMMU_SUPPORT depends on 64BIT && PCI && X86 && SCIF_BUS && IOMMU_SUPPORT
...@@ -110,8 +98,6 @@ config SCIF ...@@ -110,8 +98,6 @@ config SCIF
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "Intel MIC Coprocessor State Management (COSM) Drivers"
config MIC_COSM config MIC_COSM
tristate "Intel MIC Coprocessor State Management (COSM) Drivers" tristate "Intel MIC Coprocessor State Management (COSM) Drivers"
depends on 64BIT && PCI && X86 && SCIF depends on 64BIT && PCI && X86 && SCIF
...@@ -128,8 +114,6 @@ config MIC_COSM ...@@ -128,8 +114,6 @@ config MIC_COSM
OS and tools for MIC to use with this driver are available from OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>. <http://software.intel.com/en-us/mic-developer>.
comment "VOP Driver"
config VOP config VOP
tristate "VOP Driver" tristate "VOP Driver"
depends on VOP_BUS depends on VOP_BUS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment