aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-12-14 13:01:59 +0200
committerOhad Ben-Cohen <ohad@wizery.com>2012-02-08 22:54:43 +0200
commit650d65611e9c8e2f4dae8a1c09370a7f87c35e8e (patch)
tree94b0be2421094a5df260e821716e57770424b3af /drivers/remoteproc
parentremoteproc: look for truncated firmware images (diff)
downloadlinux-dev-650d65611e9c8e2f4dae8a1c09370a7f87c35e8e.tar.xz
linux-dev-650d65611e9c8e2f4dae8a1c09370a7f87c35e8e.zip
remoteproc: add Kconfig menu
Add a dedicated Kconfig menu for the remoteproc 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/remoteproc')
-rw-r--r--drivers/remoteproc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 396c97a2661f..00fb72faf778 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -1,3 +1,5 @@
+menu "Remoteproc drivers"
+
# REMOTEPROC gets selected by whoever wants it
config REMOTEPROC
tristate
@@ -22,3 +24,5 @@ config OMAP_REMOTEPROC
It's safe to say n here if you're not interested in multimedia
offloading or just want a bare minimum kernel.
+
+endmenu