Skip to content

Commit

Permalink
fix: disable nct6883 on arm64
Browse files Browse the repository at this point in the history
It's causing kernel oops on RPi.

Fixes siderolabs/talos#8195

I'll remove it for `main` in
#873.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 24, 2024
1 parent 7ddbdb4 commit f51aedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51aedb

Please sign in to comment.