From a41bded032d35f9f2a71c1703ca9744c048fb1cd Mon Sep 17 00:00:00 2001 From: John Audia Date: Mon, 3 Jul 2023 06:54:17 -0400 Subject: [PATCH] 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 --- 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 -- 2.30.2