diff options
| author | Michael Marley <michael@michaelmarley.com> | 2017-03-11 17:47:27 -0500 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2017-03-14 13:28:04 +0100 |
| commit | 39df43b9e54cd55ae60cc98ea75fd638ae43a7af (patch) | |
| tree | 23d947af572c190962cd15b0443c2d4643198253 | |
| parent | 772ec02a4671204c6f103e8974220519d999f4db (diff) | |
| download | upstream-39df43b9e54cd55ae60cc98ea75fd638ae43a7af.tar.gz upstream-39df43b9e54cd55ae60cc98ea75fd638ae43a7af.tar.bz2 upstream-39df43b9e54cd55ae60cc98ea75fd638ae43a7af.zip | |
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@michaelmarley.com>
| -rw-r--r-- | target/linux/x86/64/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 35c6a5e7111..04ed3fa8a21 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 |
