diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-10-18 11:39:14 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-10-18 16:42:06 +0200 |
commit | 4ba975a8965adb58ebe2f5395ba5c950239fc19e (patch) | |
tree | 329d904c082255f2fb2f374e4e107683db07077e /arch/arm | |
parent | ARM: multi_v7_defconfig: Enable remoteproc core (diff) | |
download | linux-4ba975a8965adb58ebe2f5395ba5c950239fc19e.tar.xz linux-4ba975a8965adb58ebe2f5395ba5c950239fc19e.zip |
ARM: multi_v7_defconfig: Enable st_remoteproc driver.
The st231 remote coprocessors are found on all STi chipsets.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm')
-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 538c326fa257..0a06af98a145 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -824,6 +824,7 @@ CONFIG_ROCKCHIP_IOMMU=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y CONFIG_REMOTEPROC=m +CONFIG_ST_REMOTEPROC=m CONFIG_PM_DEVFREQ=y CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y |