From f51aedb5e120e7484f72424e41cf1b738f572dc5 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 24 Jan 2024 12:24:19 +0400 Subject: [PATCH] fix: disable nct6883 on arm64 It's causing kernel oops on RPi. Fixes https://github.com/siderolabs/talos/issues/8195 I'll remove it for `main` in https://github.com/siderolabs/pkgs/pull/873. Signed-off-by: Andrey Smirnov --- kernel/build/config-arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index 91856cb7..a3437d33 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -4263,7 +4263,7 @@ CONFIG_SENSORS_LM90=y # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_NTC_THERMISTOR is not set -CONFIG_SENSORS_NCT6683=y +# CONFIG_SENSORS_NCT6683 is not set # CONFIG_SENSORS_NCT6775 is not set # CONFIG_SENSORS_NCT6775_I2C is not set # CONFIG_SENSORS_NCT7802 is not set