summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen2013-04-07 13:06:07 +0200
committerOhad Ben-Cohen2013-04-07 13:06:07 +0200
commita2b950ac7b1e6442919ee9e79c4963e134698869 (patch)
tree7ecec79d66796b06db5c9d79144d17e1bc496bad /drivers/remoteproc/Kconfig
parentremoteproc: calculate max_notifyid by counting vrings (diff)
downloadkernel-qcow2-linux-a2b950ac7b1e6442919ee9e79c4963e134698869.tar.gz
kernel-qcow2-linux-a2b950ac7b1e6442919ee9e79c4963e134698869.tar.xz
kernel-qcow2-linux-a2b950ac7b1e6442919ee9e79c4963e134698869.zip
remoteproc: perserve resource table data
Copy resource table from first to second firmware loading. After firmware is loaded to memory, update the vdevs resource pointer to the resource table kept in device memory. Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> Acked-by: Ido Yariv <ido@wizery.com> [rebase, terminology and style changes] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index cc1f7bf53fd0..289e867a77dd 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -4,6 +4,7 @@ menu "Remoteproc drivers"
config REMOTEPROC
tristate
depends on HAS_DMA
+ select CRC32
select FW_CONFIG
select VIRTIO