diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-09-21 10:52:55 -0700 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-12-08 13:19:50 -0600 |
commit | ea7a1f275cf0b5aff4cc171606a6a3f27f1c6a95 (patch) | |
tree | 5b06d192d99127663bd54f3f63e4848a0b76f559 /drivers/soc/qcom/Kconfig | |
parent | d9d6888feb990422a1ad0b9c18dd54cdfcbf2a41 (diff) |
soc: qcom: Introduce WCNSS_CTRL SMD client
The WCNSS_CTRL SMD client is used for among other things upload nv
firmware to a newly booted WCNSS chip.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 4c98ffe968c7..461b387d03cc 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -69,3 +69,10 @@ config QCOM_SMSM help Say yes here to support the Qualcomm Shared Memory State Machine. The state machine is represented by bits in shared memory. + +config QCOM_WCNSS_CTRL + tristate "Qualcomm WCNSS control driver" + depends on QCOM_SMD + help + Client driver for the WCNSS_CTRL SMD channel, used to download nv + firmware to a newly booted WCNSS chip. |