aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-12-14 06:01:59 -0500
committerOhad Ben-Cohen <ohad@wizery.com>2012-02-08 15:54:43 -0500
commit650d65611e9c8e2f4dae8a1c09370a7f87c35e8e (patch)
tree94b0be2421094a5df260e821716e57770424b3af /drivers/remoteproc/Kconfig
parent9bc91231178d8ca3dd07f90493941bdb17eef86d (diff)
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/Kconfig')
-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 @@
1menu "Remoteproc drivers"
2
1# REMOTEPROC gets selected by whoever wants it 3# REMOTEPROC gets selected by whoever wants it
2config REMOTEPROC 4config REMOTEPROC
3 tristate 5 tristate
@@ -22,3 +24,5 @@ config OMAP_REMOTEPROC
22 24
23 It's safe to say n here if you're not interested in multimedia 25 It's safe to say n here if you're not interested in multimedia
24 offloading or just want a bare minimum kernel. 26 offloading or just want a bare minimum kernel.
27
28endmenu