aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-09-24 14:16:18 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-04 04:45:18 -0400
commit876a1b08d0f9d7df406f702a9aba0e058500efac (patch)
treeede8bb86f35a5379f99b9815c95725a5f2124508 /drivers/misc
parent06b6f1c623122bcf28f5a75b89862a68b9c884eb (diff)
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/mic/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig
index 6fd9d367dea7..227cc7443671 100644
--- a/drivers/misc/mic/Kconfig
+++ b/drivers/misc/mic/Kconfig
@@ -1,3 +1,5 @@
1menu "Intel MIC & related support"
2
1comment "Intel MIC Bus Driver" 3comment "Intel MIC Bus Driver"
2 4
3config INTEL_MIC_BUS 5config INTEL_MIC_BUS
@@ -150,3 +152,5 @@ config VOP
150if VOP 152if VOP
151source "drivers/vhost/Kconfig.vringh" 153source "drivers/vhost/Kconfig.vringh"
152endif 154endif
155
156endmenu