[source] kernel: Add coretemp driver to x86_64 build
LEDE Commits
lede-commits at lists.infradead.org
Tue Mar 14 05:28:33 PDT 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/39df43b9e54cd55ae60cc98ea75fd638ae43a7af
commit 39df43b9e54cd55ae60cc98ea75fd638ae43a7af
Author: Michael Marley <michael at michaelmarley.com>
AuthorDate: Sat Mar 11 17:47:27 2017 -0500
kernel: Add coretemp driver to x86_64 build
The x86_64 build already has the k10temp driver for AMD processors
built in, so this patch adds the coretemp driver for the same
functionality on Intel processors.
Signed-off-by: Michael Marley <michael at michaelmarley.com>
---
target/linux/x86/64/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
index 35c6a5e..04ed3fa 100644
--- a/target/linux/x86/64/config-default
+++ b/target/linux/x86/64/config-default
@@ -264,6 +264,7 @@ CONFIG_SCHED_MC=y
CONFIG_SCHED_SMT=y
# CONFIG_SCIF_BUS is not set
CONFIG_SCSI_VIRTIO=y
+CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_K10TEMP=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SMP=y
More information about the lede-commits
mailing list