projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc9123
)
remoteproc: add Kconfig menu
author
Ohad Ben-Cohen
<ohad@wizery.com>
Wed, 14 Dec 2011 11:01:59 +0000
(13:01 +0200)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Wed, 8 Feb 2012 20:54:43 +0000
(22:54 +0200)
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>
drivers/remoteproc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/Kconfig
b/drivers/remoteproc/Kconfig
index
396c97a
..
00fb72f
100644
(file)
--- 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