diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/build/linux-libre-4.19_4.19.166+gnu/config | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,8 @@ config-x60 (2.6) trunk less legible than hand-drawn bitmap fonts are. Replacing the four M+ fonts with one 8x16 font should also save about 32 KiB uncompressed. + * config-linux-libre-4.19-x60: Enable Intel Core/Core2/Atom + temperature sensor (coretemp) driver. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 11 Jan 2021 00:40:28 -0500 diff --git a/src/build/linux-libre-4.19_4.19.166+gnu/config b/src/build/linux-libre-4.19_4.19.166+gnu/config index 75f7e93..85d7e4a 100644 --- a/src/build/linux-libre-4.19_4.19.166+gnu/config +++ b/src/build/linux-libre-4.19_4.19.166+gnu/config @@ -1520,7 +1520,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_G762 is not set # CONFIG_SENSORS_HIH6130 is not set # CONFIG_SENSORS_I5500 is not set -# CONFIG_SENSORS_CORETEMP is not set +CONFIG_SENSORS_CORETEMP=y # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_JC42 is not set # CONFIG_SENSORS_POWR1220 is not set |