Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Randy 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.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
689e3557 9964f8c8

-16
-16
drivers/misc/mic/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menu "Intel MIC & related support" 3 3 4 - comment "Intel MIC Bus Driver" 5 - 6 4 config INTEL_MIC_BUS 7 5 tristate "Intel MIC Bus Driver" 8 6 depends on 64BIT && PCI && X86 ··· 15 17 More information about the Intel MIC family as well as the Linux 16 18 OS and tools for MIC to use with this driver are available from 17 19 <http://software.intel.com/en-us/mic-developer>. 18 - 19 - comment "SCIF Bus Driver" 20 20 21 21 config SCIF_BUS 22 22 tristate "SCIF Bus Driver" ··· 31 35 OS and tools for MIC to use with this driver are available from 32 36 <http://software.intel.com/en-us/mic-developer>. 33 37 34 - comment "VOP Bus Driver" 35 - 36 38 config VOP_BUS 37 39 tristate "VOP Bus Driver" 38 40 help ··· 44 50 More information about the Intel MIC family as well as the Linux 45 51 OS and tools for MIC to use with this driver are available from 46 52 <http://software.intel.com/en-us/mic-developer>. 47 - 48 - comment "Intel MIC Host Driver" 49 53 50 54 config INTEL_MIC_HOST 51 55 tristate "Intel MIC Host Driver" ··· 63 71 OS and tools for MIC to use with this driver are available from 64 72 <http://software.intel.com/en-us/mic-developer>. 65 73 66 - comment "Intel MIC Card Driver" 67 - 68 74 config INTEL_MIC_CARD 69 75 tristate "Intel MIC Card Driver" 70 76 depends on 64BIT && X86 ··· 79 89 80 90 For more information see 81 91 <http://software.intel.com/en-us/mic-developer>. 82 - 83 - comment "SCIF Driver" 84 92 85 93 config SCIF 86 94 tristate "SCIF Driver" ··· 98 110 OS and tools for MIC to use with this driver are available from 99 111 <http://software.intel.com/en-us/mic-developer>. 100 112 101 - comment "Intel MIC Coprocessor State Management (COSM) Drivers" 102 - 103 113 config MIC_COSM 104 114 tristate "Intel MIC Coprocessor State Management (COSM) Drivers" 105 115 depends on 64BIT && PCI && X86 && SCIF ··· 113 127 More information about the Intel MIC family as well as the Linux 114 128 OS and tools for MIC to use with this driver are available from 115 129 <http://software.intel.com/en-us/mic-developer>. 116 - 117 - comment "VOP Driver" 118 130 119 131 config VOP 120 132 tristate "VOP Driver"