[openwrt/openwrt] x86/64: set CONFIG_NVME_HWMON=y
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 4 10:38:15 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a41bded032d35f9f2a71c1703ca9744c048fb1cd
commit a41bded032d35f9f2a71c1703ca9744c048fb1cd
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Jul 3 06:54:17 2023 -0400
x86/64: set CONFIG_NVME_HWMON=y
CONFIG_NVME_HWMON exposes /sys/class/nvme/nvme0/device/hwmon
to allow sensors (and others) to see NVMe drive health
Signed-off-by: John Audia <therealgraysky at proton.me>
---
target/linux/x86/64/config-5.15 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/x86/64/config-5.15 b/target/linux/x86/64/config-5.15
index d1ada5c2f5..d80706338b 100644
--- a/target/linux/x86/64/config-5.15
+++ b/target/linux/x86/64/config-5.15
@@ -334,7 +334,7 @@ CONFIG_NR_CPUS_DEFAULT=64
CONFIG_NR_CPUS_RANGE_BEGIN=2
CONFIG_NR_CPUS_RANGE_END=512
CONFIG_NVME_CORE=y
-# CONFIG_NVME_HWMON is not set
+CONFIG_NVME_HWMON=y
CONFIG_NVME_MULTIPATH=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_PADATA=y
More information about the lede-commits
mailing list