Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux*: hwmon is not enabled consistently across all architectures #24940

Closed
nuclearforg opened this issue Sep 16, 2020 · 1 comment
Closed

Comments

@nuclearforg
Copy link
Contributor

nuclearforg commented Sep 16, 2020

I noticed that defconfigs for i386 and x86_64, differently from the other architectures, come without these 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).

@leahneukirchen
Copy link
Member

Thanks, will queue for next 5.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants