[PATCH 7/7] rpmsg: add Kconfig menu

Ohad Ben-Cohen ohad at wizery.com
Wed Dec 14 06:48:35 EST 2011


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 at wizery.com>
---
 drivers/rpmsg/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 811fede..98aca55 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
-- 
1.7.5.4




More information about the linux-arm-kernel mailing list