Ver Fonte

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 há 13 anos atrás
pai
commit
f8289edae4
1 ficheiros alterados com 4 adições e 0 exclusões
  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