New issue by circhioz on void-packages repository https://github.com/void-linux/void-packages/issues/24940 Description: I noticed that defconfigs for `i386` and `x86_64`, differently from the other architectures, come without this options: ``` CONFIG_NVME_HWMON=y CONFIG_POWER_SUPPLY_HWMON=y CONFIG_THERMAL_HWMON=y ``` They enable libsensors (hence sensors) to read NVMe temps, ACPI thermal zones and power supply sensors, as it expects them to be exported to the common hwmon sysfs interface. I was wondering if it was intentional or not (`CONFIG_NVME_HWMON` was already requested in #22024 by another user).