Skip to content

Commit

Permalink
misc: mic: move to its own menu in Misc devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and gregkh committed Oct 4, 2017
1 parent 06b6f1c commit 876a1b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/misc/mic/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
menu "Intel MIC & related support"

comment "Intel MIC Bus Driver"

config INTEL_MIC_BUS
Expand Down Expand Up @@ -150,3 +152,5 @@ config VOP
if VOP
source "drivers/vhost/Kconfig.vringh"
endif

endmenu

0 comments on commit 876a1b0

Please sign in to comment.