Results 1 to 2 of 2
what are the following flags for (meaning) ?
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-23-2012 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 19
2 .config kernel flags
what are the following flags for (meaning) ?
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
- 01-24-2012 #2
Fire up the kernel editor and search for the strings. It's not hard.
Code:CONFIG_CPU_IDLE: CPU idle is a generic framework for supporting software-controlled idle processor power management. It includes modular cross-platform governors that can be swapped during runtime. If you're using an ACPI-enabled platform, you should say Y here. Symbol: CPU_IDLE [=y] Type : boolean Prompt: CPU idle PM support Defined at drivers/cpuidle/Kconfig:2 Location: -> Power management and ACPI options Selected by: ACPI_PROCESSOR [=y] && ACPI [=y]
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.


Reply With Quote
