Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902153 - sys-power/thermald: ebuild should warn about missing kernel options
Summary: sys-power/thermald: ebuild should warn about missing kernel options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-19 16:48 UTC by Pacho Ramos
Modified: 2023-03-20 00:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2023-03-19 16:48:40 UTC
As noticed in:
https://bugs.gentoo.org/898164#c2

Some kernel options are needed as specified in README file:
https://github.com/intel/thermal_daemon/blob/master/README.txt

I think those options translate to
CONFIG_PERF_EVENTS_INTEL_RAPL
CONFIG_X86_INTEL_PSTATE
CONFIG_INTEL_POWERCLAMP
CONFIG_INT340X_THERMAL
CONFIG_ACPI_THERMAL_REL
CONFIG_INT3406_THERMAL

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2023-03-20 00:59:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40520ff8732783f898bd7a0c2c16b3c029bbb3b2

commit 40520ff8732783f898bd7a0c2c16b3c029bbb3b2
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2023-03-20 00:58:08 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2023-03-20 00:59:29 +0000

    sys-power/thermald: warn missing kernel feature
    
    Closes: https://bugs.gentoo.org/902153
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 sys-power/thermald/thermald-2.5.1.ebuild | 6 ++++--
 sys-power/thermald/thermald-2.5.2.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)