From: Ohad Ben-Cohen Date: Wed, 14 Dec 2011 11:01:59 +0000 (+0200) Subject: remoteproc: add Kconfig menu X-Git-Tag: v3.4-rc1~87^2~1^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=650d65611e9c8e2f4dae8a1c09370a7f87c35e8e;p=karo-tx-linux.git 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 --- 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