diff options
author | 2016-10-18 10:39:13 +0100 | |
---|---|---|
committer | 2016-10-18 20:12:06 +0530 | |
commit | 6fb347c057e6dc2e34755c5f5455ec97a17281e9 (patch) | |
tree | 8815c139eaa33a4d5d38775e17efe9e45c37e535 | |
parent | MAINTAINERS: Add FDMA driver files to STi section. (diff) | |
download | linux-dev-6fb347c057e6dc2e34755c5f5455ec97a17281e9.tar.xz linux-dev-6fb347c057e6dc2e34755c5f5455ec97a17281e9.zip |
ARM: multi_v7_defconfig: Enable remoteproc core
Now that remoteproc core is selectable it needs to be enabled
in the multi_v7 build.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 437d0740dec6..538c326fa257 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -823,6 +823,7 @@ CONFIG_HWSPINLOCK_QCOM=y CONFIG_ROCKCHIP_IOMMU=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_REMOTEPROC=m CONFIG_PM_DEVFREQ=y CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y |