diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-07-27 20:20:30 -0700 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-07-29 14:13:48 -0500 |
commit | f2ab3298fb4932358d27fc4c7ea1a1891ad7e042 (patch) | |
tree | 4dbc38e8e14b28cf2751baf4a0286378d22646e8 /drivers/soc/qcom/Kconfig | |
parent | 72c10fef98fc3b3c924ee022e451872517e61ecf (diff) | |
download | linux-f2ab3298fb4932358d27fc4c7ea1a1891ad7e042.tar.bz2 |
soc: qcom: Add Shared Memory Driver
This adds the Qualcomm Shared Memory Driver (SMD) providing
communication channels to remote processors, ontop of SMEM.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 0d4faaf32662..188295e2c9ba 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -19,6 +19,14 @@ config QCOM_PM modes. It interface with various system drivers to put the cores in low power modes. +config QCOM_SMD + tristate "Qualcomm Shared Memory Driver (SMD)" + depends on QCOM_SMEM + help + Say y here to enable support for the Qualcomm Shared Memory Driver + providing communication channels to remote processors in Qualcomm + platforms. + config QCOM_SMEM tristate "Qualcomm Shared Memory Manager (SMEM)" depends on ARCH_QCOM |