Skip to content

Commit

Permalink
remoteproc: add Kconfig menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ohad Ben-Cohen committed Feb 8, 2012
1 parent 9bc9123 commit 650d656
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/remoteproc/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
menu "Remoteproc drivers"

# REMOTEPROC gets selected by whoever wants it
config REMOTEPROC
tristate
Expand All @@ -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

0 comments on commit 650d656

Please sign in to comment.