|
- CONFIG_CPU_FREQ=y
- CONFIG_CPU_FREQ_TABLE=m
- # CONFIG_CPU_FREQ_DEBUG is not set
- CONFIG_CPU_FREQ_STAT=m
- # CONFIG_CPU_FREQ_STAT_DETAILS is not set
- # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
- CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
- CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
- CONFIG_CPU_FREQ_GOV_POWERSAVE=m
- CONFIG_CPU_FREQ_GOV_USERSPACE=y
- CONFIG_CPU_FREQ_GOV_ONDEMAND=m
- CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
- CONFIG_X86_ACPI_CPUFREQ=m
- # CONFIG_X86_CPUFREQ_NFORCE2 is not set
- # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
复制代码
- [*] CPU Frequency scaling 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; [ ] Enable CPUfreq debugging 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> CPU frequency translation statistics 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; [ ] CPU frequency translation statistics details 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; Default CPUFreq governor (userspace) ---> 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <*> 'performance' governor 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> 'powersave' governor 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; --- 'userspace' governor for userspace frequency scaling 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> 'ondemand' cpufreq policy governor 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> 'conservative' cpufreq governor 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; --- CPUFreq processor drivers 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> ACPI Processor P-States driver 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; < > AMD Mobile K6-2/K6-3 PowerNow! 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; < > AMD Mobile Athlon/Duron PowerNow! 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; < > AMD Opteron/Athlon64 PowerNow! 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; < > Cyrix MediaGX/NatSemi Geode Suspend Modulation 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> Intel Enhanced SpeedStep 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; [*] Use ACPI tables to decode valid frequency/voltage pairs 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; [ ] Built-in tables for Banias CPUs 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> Intel Speedstep on ICH-M chipsets (ioport interface) 鈹?鈹?nbsp;
- 鈹?鈹?nbsp; <M> Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)
复制代码
安装了 powernowd
但是启动就出错了
我看了一下 /sys/devices/system/cpu/cpu0,是空的
还需要启动什么模块或者安装其他什么软件??
谢谢了 |
|