diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-03-06 21:22:01 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-03-28 17:23:24 -0400 |
commit | 806766915051b43b783cc5621a6ea3a1e5e84aee (patch) | |
tree | 2c48c49c42001d72e2199dff73eb3d79747eaad7 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
ARM: qcom_defconfig: Enable Qualcomm remoteproc and related drivers
An adsp-pil node is present in at least the MSM8974 SoC. Simply enable
all Qualcomm remoteproc drivers to avoid more work in the future.
The SMP2P driver is required for adsp-pil to initialize correctly.
Enable the SMSM driver at Bjorn Andersson's request: "We also need
CONFIG_QCOM_SMSM=y here, its currently used to signal state of the ring
buffers for WiFi."
CONFIG_QCOM_WCNSS_CTRL is required to load firmware/configuration data
into the WCNSS core, which handles WiFi and Bluetooth.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 4ffdd607205d..07666a7a9de5 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig | |||
@@ -190,11 +190,18 @@ CONFIG_MDM_LCC_9615=y | |||
190 | CONFIG_MSM_MMCC_8960=y | 190 | CONFIG_MSM_MMCC_8960=y |
191 | CONFIG_MSM_MMCC_8974=y | 191 | CONFIG_MSM_MMCC_8974=y |
192 | CONFIG_HWSPINLOCK_QCOM=y | 192 | CONFIG_HWSPINLOCK_QCOM=y |
193 | CONFIG_REMOTEPROC=y | ||
194 | CONFIG_QCOM_ADSP_PIL=y | ||
195 | CONFIG_QCOM_Q6V5_PIL=y | ||
196 | CONFIG_QCOM_WCNSS_PIL=y | ||
193 | CONFIG_QCOM_GSBI=y | 197 | CONFIG_QCOM_GSBI=y |
194 | CONFIG_QCOM_PM=y | 198 | CONFIG_QCOM_PM=y |
195 | CONFIG_QCOM_SMEM=y | 199 | CONFIG_QCOM_SMEM=y |
196 | CONFIG_QCOM_SMD=y | 200 | CONFIG_QCOM_SMD=y |
197 | CONFIG_QCOM_SMD_RPM=y | 201 | CONFIG_QCOM_SMD_RPM=y |
202 | CONFIG_QCOM_SMP2P=y | ||
203 | CONFIG_QCOM_SMSM=y | ||
204 | CONFIG_QCOM_WCNSS_CTRL=y | ||
198 | CONFIG_IIO=y | 205 | CONFIG_IIO=y |
199 | CONFIG_IIO_BUFFER_CB=y | 206 | CONFIG_IIO_BUFFER_CB=y |
200 | CONFIG_IIO_SW_TRIGGER=y | 207 | CONFIG_IIO_SW_TRIGGER=y |