Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703850 - genkernel-4: Default kernel config is missing acpi cpufreq support
Summary: genkernel-4: Default kernel config is missing acpi cpufreq support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-26 15:22 UTC by Patrick Lauer
Modified: 2020-01-14 01:36 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 Patrick Lauer gentoo-dev 2019-12-26 15:22:00 UTC
Useful for machines that don't use intel pstate madness.

Diff to genkernel default config:

> CONFIG_X86_ACPI_CPUFREQ=m
> CONFIG_X86_ACPI_CPUFREQ_CPB=y
> CONFIG_X86_POWERNOW_K8=m
Comment 1 Larry the Git Cow gentoo-dev 2020-01-14 01:36:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=357359c1b94f553bb6f5cc1051c480910fccd9d9

commit 357359c1b94f553bb6f5cc1051c480910fccd9d9
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-01-13 22:25:30 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-01-13 23:36:56 +0000

    kernel configs: change to general purpose kernel for daily usage
    
    This commit will update and modernize genkernel's generic kernel
    configuration. The new configuration will create a general purpose
    kernel suitable for daily usage.
    
    Closes: https://bugs.gentoo.org/703844
    Closes: https://bugs.gentoo.org/703846
    Closes: https://bugs.gentoo.org/703848
    Closes: https://bugs.gentoo.org/703850
    Closes: https://bugs.gentoo.org/703852
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 arch/alpha/arch-config         |   11 -
 arch/arm64/arch-config         |   39 -
 arch/ppc/arch-config           |    2 -
 arch/x86/arch-config           |  519 +++-
 arch/x86_64/arch-config        |  480 ++-
 defaults/kernel-generic-config | 6460 +++++++++++++++++++++++++++++-----------
 6 files changed, 5536 insertions(+), 1975 deletions(-)