diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-10-26 15:41:12 +0300 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-11-01 12:29:30 +0200 |
commit | d2c064d66e91de391c0b1208c9ac8a54ec3b065f (patch) | |
tree | 318057bdd578e8640669a48e3eb1d0acaaeaaff5 /arch/arm/configs | |
parent | 20191d396a748d31f0b6036742b93f7d1a56bb97 (diff) |
ARM: configs: at91: sama7: add config for thermal management
Add config flags for thermal management.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20221026124114.985876-10-claudiu.beznea@microchip.com
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/sama7_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index d5b748e2e772..9b98e190f405 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -128,6 +128,10 @@ CONFIG_POWER_RESET=y CONFIG_POWER_RESET_AT91_RESET=y CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC=y # CONFIG_HWMON is not set +CONFIG_THERMAL=y +CONFIG_THERMAL_STATISTICS=y +CONFIG_CPU_THERMAL=y +CONFIG_GENERIC_ADC_THERMAL=y CONFIG_WATCHDOG=y CONFIG_SAMA5D4_WATCHDOG=y CONFIG_MFD_ATMEL_FLEXCOM=y |