diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2020-07-13 15:41:34 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-07-14 10:28:02 +0200 |
commit | 5384e0019da99b2ebac84a91f10d1d82fe344d40 (patch) | |
tree | f308c0b48eb06a62bc11de8a68652f646e5fd46e /arch/arm/configs/tegra_defconfig | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
ARM: tegra: Enable CPUFREQ userspace governor
Enable the CPUFREQ userspace governor in the tegra_defconfig so that
we can test CPUFREQ with the userspace governor with this configuration
on 32-bit Tegra devices.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index aa94369bdd0f..f70600bdedd6 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -23,6 +23,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_KEXEC=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPUFREQ_DT=y CONFIG_CPU_IDLE=y CONFIG_ARM_TEGRA_CPUIDLE=y |