浏览代码

rpmsg: add Kconfig menu

Add a dedicated Kconfig menu for the rpmsg drivers, so they
don't show up in the main driver menu.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Ohad Ben-Cohen 13 年之前
父节点
当前提交
f8289edae4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/rpmsg/Kconfig

+ 4 - 0
drivers/rpmsg/Kconfig

@@ -1,5 +1,9 @@
+menu "Rpmsg drivers"
+
 # RPMSG always gets selected by whoever wants it
 config RPMSG
 	tristate
 	select VIRTIO
 	select VIRTIO_RING
+
+endmenu