From: John Audia Date: Mon, 3 Jul 2023 10:54:17 +0000 (-0400) Subject: x86/64: set CONFIG_NVME_HWMON=y X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a41bded032d35f9f2a71c1703ca9744c048fb1cd;p=openwrt%2Fstaging%2Fhauke.git 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 --- 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