linux: Enable NVME_HWMON

This is available for 5.5+ and enables support for
NVMe drives temperature reporting
This commit is contained in:
misuzu 2020-02-03 19:08:45 +02:00
parent f16019c58f
commit 149737a2a4

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;