Skip to content

Commit

Permalink
remoteproc: fix missing CONFIG_FW_LOADER configurations
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: Mark Grosen <[email protected]>
Signed-off-by: Ohad Ben-Cohen <[email protected]>
  • Loading branch information
ohadbc committed Jul 4, 2012
1 parent d503942 commit e121aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/remoteproc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)"
config REMOTEPROC
tristate
depends on EXPERIMENTAL
select FW_CONFIG

config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
Expand Down

0 comments on commit e121aef

Please sign in to comment.