[PATCH] misc: mic: move to its own menu in Misc devices

2017-09-24 Thread Randy Dunlap
From: Randy Dunlap 

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 
Cc: Sudeep Dutt 
Cc: Ashutosh Dixit 
---
 drivers/misc/mic/Kconfig |4 
 1 file changed, 4 insertions(+)

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




[PATCH] misc: mic: move to its own menu in Misc devices

2017-09-24 Thread Randy Dunlap
From: Randy Dunlap 

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 
Cc: Sudeep Dutt 
Cc: Ashutosh Dixit 
---
 drivers/misc/mic/Kconfig |4 
 1 file changed, 4 insertions(+)

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