summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2012-07-30 12:53:23 +0800
committerAndy Green <andy.green@linaro.org>2012-07-30 12:53:23 +0800
commit9ea3717dcf39fd4c7473287520834ffb50da8ab4 (patch)
tree6d0e82d0b4b885fc4346ea8cdd7b4c43dafbce82
parent71213e052a417a9448ad9dfcc52ee370e29d1d3d (diff)
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 <stable@vger.kernel.org> Reported-by: Mark Grosen <mgrosen@ti.com> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
-rw-r--r--drivers/remoteproc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 30b8afa3345..0cf2881c57e 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
# OMAP_REMOTEPROC depends on selection of IPU or DSP instances
config OMAP_REMOTEPROC