diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-12-14 13:01:59 +0200 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2012-02-08 22:54:43 +0200 |
commit | 650d65611e9c8e2f4dae8a1c09370a7f87c35e8e (patch) | |
tree | 94b0be2421094a5df260e821716e57770424b3af /drivers/remoteproc | |
parent | 9bc91231178d8ca3dd07f90493941bdb17eef86d (diff) | |
download | linux-650d65611e9c8e2f4dae8a1c09370a7f87c35e8e.tar.bz2 |
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/Kconfig | 4 |
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 |