diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-10-16 20:17:08 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-10-22 12:06:34 +0200 |
commit | d1de6d6c639b7827c42c4750b8101ed1049e1c72 (patch) | |
tree | 888df635b26875b4cdbc54454d12c070cf9f5788 /drivers/soc/qcom/Kconfig | |
parent | dt-binding: soc: qcom: Add binding for rmtfs memory (diff) | |
download | linux-d1de6d6c639b7827c42c4750b8101ed1049e1c72.tar.xz linux-d1de6d6c639b7827c42c4750b8101ed1049e1c72.zip |
soc: qcom: Remote filesystem memory driver
The Qualcomm remote file system protocol is used by certain remoteprocs,
in particular the modem, to read and write persistent storage in
platforms where only the application CPU has physical storage access.
The protocol is based on a set of QMI-encoded control-messages and a
shared memory buffer for exchaning the data. This driver implements the
latter, providing the user space service access to the carved out chunk
of memory.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index b00bccddcd3b..b81374bb6713 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -35,6 +35,17 @@ config QCOM_PM modes. It interface with various system drivers to put the cores in low power modes. +config QCOM_RMTFS_MEM + tristate "Qualcomm Remote Filesystem memory driver" + depends on ARCH_QCOM + help + The Qualcomm remote filesystem memory driver is used for allocating + and exposing regions of shared memory with remote processors for the + purpose of exchanging sector-data between the remote filesystem + service and its clients. + + Say y here if you intend to boot the modem remoteproc. + config QCOM_SMEM tristate "Qualcomm Shared Memory Manager (SMEM)" depends on ARCH_QCOM |