Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205298 - kernel-2.6.23 has outdated help for Intel Enhanced SpeedStep
Summary: kernel-2.6.23 has outdated help for Intel Enhanced SpeedStep
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Lowest trivial
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 11:35 UTC by Erik
Modified: 2008-01-13 17:40 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 Erik 2008-01-11 11:35:25 UTC
The help text says "Use ACPI tables to decode..." but there is no such option. However there is "ACPI Processor P-states driver", which seems to be meant.

Reproducible: Always

Steps to Reproduce:
1. cd /usr/src/linux-2.6.23-gentoo-r3
2. make menuconfig
3. select "Power management options (ACPI, APM)  --->"
4. select "CPU Frequency Scaling  --->"
5. Open help for "Intel Enhanced SpeedStep".

Actual Results:  
The text says:
However, you also need to say Y to "Use ACPI tables to decode..." below [which might imply enabling ACPI] if you want to use this driver on non-Banias CPUs.

Expected Results:  
The text should say:
However, you also need to say Y to "ACPI Processor P-states driver" above [which might imply enabling ACPI] if you want to use this driver on non-Banias CPUs.

Note the change:
-"Use ACPI tables to decode..." below
+"ACPI Processor P-states driver" above

I had no /sys/devices/system/cpu. Then I enabled "ACPI Processor P-states driver", rebuilt, copied to /boot and rebooted. Now I have /sys/devices/system/cpu so "ACPI Processor P-states driver" seems to be the correct option indeed.
Comment 1 Mike Pagano gentoo-dev 2008-01-13 17:40:39 UTC
Thanks for this but this driver is deprecated in 2.6.24.

CONFIG_X86_SPEEDSTEP_CENTRINO:                                                                                                                                               
This is deprecated and this functionality is now merged into                                 acpi_cpufreq X86_ACPI_CPUFREQ). Use that driver instead of speedstep_centrino.

The suggested driver (X86_ACPI_CPU_FREQ) contains the text you referenced:
(Prompt: ACPI Processor P-States driver)

<*>   ACPI Processor P-States driver 

Please note that at this time we have no plans to release an additional gentoo-sources-2.6.23-rX kernel.