diff options
author | Keerthy <j-keerthy@ti.com> | 2019-09-20 09:59:46 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-09-30 20:48:00 +0200 |
commit | a304c0a60252fde9daccd9f8a07a598021f6956a (patch) | |
tree | 68101ba5ea885b43c6eba2569f16bfbd493945a6 /arch/arm64/configs | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-a304c0a60252fde9daccd9f8a07a598021f6956a.tar.xz linux-a304c0a60252fde9daccd9f8a07a598021f6956a.zip |
arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to y
Commit 6334150e9a36 ("remoteproc: don't allow modular build")
changes CONFIG_REMOTEPROC to a boolean from a tristate config
option which inhibits all defconfigs marking CONFIG_REMOTEPROC as
a module in compiling the remoteproc and dependent config options.
So fix the configs to have CONFIG_REMOTEPROC built in.
Link: https://lore.kernel.org/r/20190920075946.13282-5-j-keerthy@ti.com
Fixes: 6334150e9a36 ("remoteproc: don't allow modular build")
Signed-off-by: Keerthy <j-keerthy@ti.com>
Acked-by: Will Deacon <will@kernel.org>
[olof: Fixed up all 4 occurrances in this one commit]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e05c39eab08..c9a867ac32d4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -723,7 +723,7 @@ CONFIG_TEGRA_IOMMU_SMMU=y CONFIG_ARM_SMMU=y CONFIG_ARM_SMMU_V3=y CONFIG_QCOM_IOMMU=y -CONFIG_REMOTEPROC=m +CONFIG_REMOTEPROC=y CONFIG_QCOM_Q6V5_MSS=m CONFIG_QCOM_Q6V5_PAS=m CONFIG_QCOM_SYSMON=m |