diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-07-19 01:02:09 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-11-27 21:23:24 +0530 |
commit | faee768808facd0bac4bf003ce550c5d7142d134 (patch) | |
tree | 9b5dfcaa965d6ff676467acd8fd8b825a3d1f7f5 | |
parent | 51caa381d3c76bd102ce50967115d5104d04698c (diff) |
archlinux_defconfig: Enable CONFIG_SENSORS_K10TEMP
- This is needed to monitor CPU temps
-rw-r--r-- | arch/x86/configs/archlinux_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/archlinux_defconfig b/arch/x86/configs/archlinux_defconfig index 63e23eebb874..f27eb4b5ce54 100644 --- a/arch/x86/configs/archlinux_defconfig +++ b/arch/x86/configs/archlinux_defconfig @@ -2347,6 +2347,7 @@ CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_ASUS_ROG_RYUJIN=m CONFIG_SENSORS_AXI_FAN_CONTROL=m CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_K10TEMP=m CONFIG_SENSORS_APPLESMC=m CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m |