]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
remoteproc: omap: depend on OMAP_MBOX_FWK
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Feb 2013 16:53:18 +0000 (17:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Feb 2013 12:16:11 +0000 (13:16 +0100)
commit0bef6c933f3ec67c978e2cd0e20b389084ddc600
tree7d43eb6de84d5045871799369c1ac2d1331ec147
parentc38cd8729c90495687ad027a993099d9972ffbf1
remoteproc: omap: depend on OMAP_MBOX_FWK

Patch a62a6e98 "ARM: OMAP2+: Disable code that currently does not work
with multiplaform" makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM,
which means we cannot simply select that symbol from OMAP_REMOTEPROC.

Turning the 'select' into 'depends on' ensures that all dependencies
are correct until OMAP_MBOX_FWK loses its dependency.

Without this patch, building allmodconfig results in:

drivers/remoteproc/omap_remoteproc.c:31:26: fatal error: plat/mailbox.h: No such file or directory

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/remoteproc/Kconfig