mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #79164 from misuzu/kernel-nvme-hwmon
linux: Enable NVME_HWMON
This commit is contained in:
commit
30a4f9e869
1 changed files with 1 additions and 0 deletions
|
@ -710,6 +710,7 @@ let
|
|||
|
||||
HWMON = yes;
|
||||
THERMAL_HWMON = yes; # Hardware monitoring support
|
||||
NVME_HWMON = whenAtLeast "5.5" yes; # NVMe drives temperature reporting
|
||||
UEVENT_HELPER = no;
|
||||
|
||||
USERFAULTFD = yes;
|
||||
|
|
Loading…
Reference in a new issue