aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-12-14 13:03:55 +0200
committerOhad Ben-Cohen <ohad@wizery.com>2012-02-08 22:54:49 +0200
commitf8289edae45496477803786c90994d5e072ca66a (patch)
tree87f6c825815028e7585d431edad4fdc71e33ebd2 /drivers/rpmsg/Kconfig
parentremoteproc: add Kconfig menu (diff)
downloadlinux-dev-f8289edae45496477803786c90994d5e072ca66a.tar.xz
linux-dev-f8289edae45496477803786c90994d5e072ca66a.zip
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>
Diffstat (limited to 'drivers/rpmsg/Kconfig')
-rw-r--r--drivers/rpmsg/Kconfig4
1 files changed, 4 insertions, 0 deletions
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