diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-23 17:56:08 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-23 17:56:08 +0200 |
commit | e1381b13eef23c61907218ac733364f0d32da3a8 (patch) | |
tree | 82301b5b733d8d31718800e818e53938656059c8 /arch/arm64 | |
parent | 7b04ab83762e4478afc8f2c5813eede85cde4fb7 (diff) | |
parent | 561044b5d6526a2a7925ccb18a073ad909ad06a1 (diff) | |
download | linux-e1381b13eef23c61907218ac733364f0d32da3a8.tar.bz2 |
Merge tag 'sunxi-config-for-6.1-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/defconfig
Enable devfreq cooling device driver in arm64 defconfig
* tag 'sunxi-config-for-6.1-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
arm64: defconfig: Enable devfreq cooling device
Link: https://lore.kernel.org/r/YyePcA5YHOZjdOf7@kista.localdomain
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4ca7ff5ecb5e..5107737bde42 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -588,6 +588,7 @@ CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_INA3221=m CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_IMX_SC_THERMAL=m CONFIG_IMX8MM_THERMAL=m |