From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FC86C79.9050507@xenomai.org> Date: Fri, 01 Jun 2012 09:17:13 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4FC86B6E.6050705@xenomai.org> In-Reply-To: <4FC86B6E.6050705@xenomai.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] CONFIG_CPU_FREQ, CONFIG_APM. kernel - 2.6.38.8 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anisha Kaul Cc: xenomai@xenomai.org On 06/01/2012 09:12 AM, Gilles Chanteperdrix wrote: > On 06/01/2012 07:54 AM, Anisha Kaul wrote: >> Greetings, >> >> W.r.t kernel - 2.6.38.8 >> >> This page http://www.xenomai.org/documentation/xenomai-2.6/TROUBLESHOOTING >> asks us to disable "CONFIG_CPU_FREQ". >> >> (...) >> Has some names been changed or I am simply missing some point? >> Please guide. > > No, all the options are still there in linux 2.6.38.8. I am a bit > surprised that given the time you have spent been asking questions on > this list you still have not built and run Xenomai. > > The real hard part of the job using Xenomai is to start writing > applications using it and debugging them, not installing, compiling and > configuring it. > Forgot that: $ find linux -name '*Kconfig*' | xargs grep 'config \(APM$\|CPU_FREQ$\|ACPI_PROCESSOR$\)' linux/drivers/cpufreq/Kconfig:config CPU_FREQ linux/drivers/acpi/Kconfig:config ACPI_PROCESSOR linux/arch/x86/Kconfig:menuconfig APM -- Gilles.