dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ohad Ben-Cohen 2012-07-01 11:53:36 +03:00
parent d50394266b
commit e121aefa7d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)"
config REMOTEPROC
tristate
depends on EXPERIMENTAL
select FW_CONFIG
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"