From: Ohad Ben-Cohen Date: Sun, 1 Jul 2012 08:53:36 +0000 (+0300) Subject: remoteproc: fix missing CONFIG_FW_LOADER configurations X-Git-Tag: upstream/snapshot3+hdmi~7116^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e121aefa7d9f10eee5cf26ed47129237a05d940b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git remoteproc: fix missing CONFIG_FW_LOADER configurations Remoteproc requires user space firmware loading support, so let's select FW_LOADER explicitly to avoid painful misconfigurations (which only show up in runtime). Cc: stable Reported-by: Mark Grosen Signed-off-by: Ohad Ben-Cohen --- diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index db4e39b..f8d818a 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -4,6 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)" config REMOTEPROC tristate depends on EXPERIMENTAL + select FW_CONFIG config OMAP_REMOTEPROC tristate "OMAP remoteproc support"