Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e121aefa authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen
Browse files

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: default avatarMark Grosen <mgrosen@ti.com>
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent d5039426
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)"
config REMOTEPROC
	tristate
	depends on EXPERIMENTAL
	select FW_CONFIG

config OMAP_REMOTEPROC
	tristate "OMAP remoteproc support"