Merge pull request #79164 from misuzu/kernel-nvme-hwmon

linux: Enable NVME_HWMON
This commit is contained in:
Florian Klink 2020-02-03 22:44:34 +01:00 committed by GitHub
commit 30a4f9e869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;