From 8eb8602a7669aa0925ecc7fe568f94efb8478dcb Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Sun, 9 Apr 2017 18:55:45 +0300 Subject: [PATCH] update kernel defconfig: add CONFIG_THERMAL_OF This enables CONFIG_THERMAL_OF by default for kernel config. It is required to get Allwinner SoCs' temperature from the GPADC driver. For detailed description see mainline kernel commit: 11937f69b65b08d3184b1ebc864668be4b6c5427 Signed-off-by: Sergey Matyukevich --- recipes-kernel/linux/linux/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux/defconfig b/recipes-kernel/linux/linux/defconfig index 73192d8..a5ece2b 100644 --- a/recipes-kernel/linux/linux/defconfig +++ b/recipes-kernel/linux/linux/defconfig @@ -511,6 +511,7 @@ CONFIG_GPIO_SYSFS=y CONFIG_POWER_SUPPLY=y CONFIG_POWER_RESET=y CONFIG_THERMAL=y +CONFIG_THERMAL_OF=y CONFIG_CPU_THERMAL=y CONFIG_WATCHDOG=y CONFIG_SUNXI_WATCHDOG=y