diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-09-25 03:25:01 +0200 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-12-08 20:01:01 +0100 |
commit | 9460ae2ff3081b43e4f93126cfd26a27cda1b6a1 (patch) | |
tree | f199913f7877802c2b2de7dce744417f2db211a1 /drivers/soc/qcom/Kconfig | |
parent | Linux 4.4-rc1 (diff) | |
download | linux-9460ae2ff3081b43e4f93126cfd26a27cda1b6a1.tar.xz linux-9460ae2ff3081b43e4f93126cfd26a27cda1b6a1.zip |
soc: qcom: Introduce common SMEM state machine code
This implements a common API for handling and exposing SMP2P and SMSM
state information.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index eec76141d9b9..df3bd5ad9600 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -49,3 +49,6 @@ config QCOM_SMD_RPM Say M here if you want to include support for the Qualcomm RPM as a module. This will build a module called "qcom-smd-rpm". + +config QCOM_SMEM_STATE + bool |