diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2015-03-30 16:40:13 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 13:53:09 -0700 |
commit | d0c0639e6d864e1b201bae41d937467a09fce9b3 (patch) | |
tree | b5cea496ddd62186e568a8373ba8c9e9c63b3bf9 /arch/arm/configs/multi_v7_defconfig | |
parent | a6964d90fe54ac0a5c610fea0f5b6f6608c22b2a (diff) | |
download | op-kernel-dev-d0c0639e6d864e1b201bae41d937467a09fce9b3.zip op-kernel-dev-d0c0639e6d864e1b201bae41d937467a09fce9b3.tar.gz |
ARM: multi_v7_defconfig: Enable Tegra ACTMON support
This brings the DevFreq framework in and builds the ACTMON driver that
on Tegra124 will scale the external memory clock based on current load.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2349622..5448d27 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -533,6 +533,8 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_PM_DEVFREQ=y +CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y CONFIG_TI_AEMIF=y CONFIG_IIO=y |