浏览代码

misc: mic: move to its own menu in Misc devices

Move the Intel MIC drivers into their own menu.
This is due to the number of drivers (Kconfig entries) here
and it simplifies (cleans up) the "Misc devices" menu.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Randy Dunlap 7 年之前
父节点
当前提交
876a1b08d0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/misc/mic/Kconfig

+ 4 - 0
drivers/misc/mic/Kconfig

@@ -1,3 +1,5 @@
+menu "Intel MIC & related support"
+
 comment "Intel MIC Bus Driver"
 comment "Intel MIC Bus Driver"
 
 
 config INTEL_MIC_BUS
 config INTEL_MIC_BUS
@@ -150,3 +152,5 @@ config VOP
 if VOP
 if VOP
 source "drivers/vhost/Kconfig.vringh"
 source "drivers/vhost/Kconfig.vringh"
 endif
 endif
+
+endmenu