From: Ohad Ben-Cohen Date: Wed, 14 Dec 2011 11:03:55 +0000 (+0200) Subject: rpmsg: add Kconfig menu X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8289edae45496477803786c90994d5e072ca66a;p=linux-beck.git 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 --- diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index 811fede35bd8..98aca557b823 100644 --- a/drivers/rpmsg/Kconfig +++ b/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