>From 7e24dc589fa760d7c5c781063fc687ab5cf3ed27 Mon Sep 17 00:00:00 2001 From: LeoLiuoc Date: Thu, 12 May 2022 16:17:51 +0800 Subject: [PATCH] config: add SENSORS_ZHAOXIN_CPUTEMP for Zhaoxin CPUs Set CONFIG_SENSORS_ZHAOXIN_CPUTEMP to 'm' by default in openeuler_configs Signed-off-by: LeoLiuoc --- arch/x86/configs/openeuler_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 61c4be815462..4e3692e24b65 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -4052,6 +4052,7 @@ CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m # CONFIG_SENSORS_TMP513 is not set CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_ZHAOXIN_CPUTEMP=m CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m -- 2.20.1