diff options
author | Olof Johansson <olof@lixom.net> | 2017-04-19 15:27:10 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-04-19 15:27:10 +0200 |
commit | 286d3ac582e9082af096407562a2b522f5c8a367 (patch) | |
tree | 00c5ccb50b1f806bab878d37fe3e5eb27a96e553 /arch/arm/configs | |
parent | Merge tag 'sunxi-defconfig-for-4.12' of https://git.kernel.org/pub/scm/linux/... (diff) | |
parent | ARM: qcom_defconfig: Enable Qualcomm remoteproc and related drivers (diff) | |
download | linux-286d3ac582e9082af096407562a2b522f5c8a367.tar.xz linux-286d3ac582e9082af096407562a2b522f5c8a367.zip |
Merge tag 'qcom-defconfig-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/defconfig
Qualcomm ARM Based defconfig Updates for v4.12
* Enable QCOM remoteproc and related drivers
* tag 'qcom-defconfig-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: qcom_defconfig: Enable Qualcomm remoteproc and related drivers
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-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 CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_HWSPINLOCK_QCOM=y +CONFIG_REMOTEPROC=y +CONFIG_QCOM_ADSP_PIL=y +CONFIG_QCOM_Q6V5_PIL=y +CONFIG_QCOM_WCNSS_PIL=y CONFIG_QCOM_GSBI=y CONFIG_QCOM_PM=y CONFIG_QCOM_SMEM=y CONFIG_QCOM_SMD=y CONFIG_QCOM_SMD_RPM=y +CONFIG_QCOM_SMP2P=y +CONFIG_QCOM_SMSM=y +CONFIG_QCOM_WCNSS_CTRL=y CONFIG_IIO=y CONFIG_IIO_BUFFER_CB=y CONFIG_IIO_SW_TRIGGER=y |