]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
rpmsg: add Kconfig menu
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 14 Dec 2011 11:03:55 +0000 (13:03 +0200)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 8 Feb 2012 20:54:49 +0000 (22:54 +0200)
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>
drivers/rpmsg/Kconfig

index 811fede35bd8023b6164061520d9de0f566e9cde..98aca557b823fa241fe0f471ba379dc5415abf00 100644 (file)
@@ -1,5 +1,9 @@
+menu "Rpmsg drivers"
+
 # RPMSG always gets selected by whoever wants it
 config RPMSG
        tristate
        select VIRTIO
        select VIRTIO_RING
+
+endmenu