diff options
author | John Audia <therealgraysky@proton.me> | 2023-07-03 06:54:17 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-04 19:37:41 +0200 |
commit | a41bded032d35f9f2a71c1703ca9744c048fb1cd (patch) | |
tree | 0a49f1799dd8f4f2c39b80d4dacaba7be4d71fa9 /target/linux/x86 | |
parent | b3448b3fdb59d25dce05991dc8f322c1020b090b (diff) |
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@proton.me>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/64/config-5.15 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |