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

Commit 84836bf9 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull remoteproc fixes from Ohad Ben-Cohen:
 "Two build-related remoteproc fixes for 3.5."

* tag 'remoteproc-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc:
  remoteproc: fix missing CONFIG_FW_LOADER configurations
  remoteproc/omap: fix randconfig unmet direct dependencies
parents 17cda208 e121aefa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,9 +4,11 @@ menu "Remoteproc drivers (EXPERIMENTAL)"
config REMOTEPROC
	tristate
	depends on EXPERIMENTAL
	select FW_CONFIG

config OMAP_REMOTEPROC
	tristate "OMAP remoteproc support"
	depends on EXPERIMENTAL
	depends on ARCH_OMAP4
	depends on OMAP_IOMMU
	select REMOTEPROC