mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
linux: Enable NVME_HWMON
This is available for 5.5+ and enables support for NVMe drives temperature reporting
This commit is contained in:
parent
f16019c58f
commit
149737a2a4
1 changed files with 1 additions and 0 deletions
|
@ -710,6 +710,7 @@ let
|
||||||
|
|
||||||
HWMON = yes;
|
HWMON = yes;
|
||||||
THERMAL_HWMON = yes; # Hardware monitoring support
|
THERMAL_HWMON = yes; # Hardware monitoring support
|
||||||
|
NVME_HWMON = whenAtLeast "5.5" yes; # NVMe drives temperature reporting
|
||||||
UEVENT_HELPER = no;
|
UEVENT_HELPER = no;
|
||||||
|
|
||||||
USERFAULTFD = yes;
|
USERFAULTFD = yes;
|
||||||
|
|
Loading…
Reference in a new issue