From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FC8CCC2.9010103@xenomai.org> Date: Fri, 01 Jun 2012 16:08:02 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4FC86B6E.6050705@xenomai.org> In-Reply-To: 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 On 06/01/2012 10:39 AM, Anisha Kaul wrote: > On 1 June 2012 12:42, Gilles Chanteperdrix > wrote: > >> 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. > > I did install Xenomai quite a time back, even ran "hello world" and > xeno-test on it, but with a different kernel version. > Then I had to format the harddisk and all over again. > Now, I don't know why I am having a hard time configuring the things > on this new kernel. :( > >> 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 > > Thankful to you for the hint. > The problem was that I am configuring the kernel through the "make > menuconfig" command. > That command presents a "GUI". The APM option is simply not visible in > that GUI. I looked again. The GUI has a "research" function. I believe in make menuconfig it is the '/' character. > > Now, I'll figure out the modification of those Kconfig files directly. The Kconfig are the data used by make menuconfig to build the menu. You do not want to modify them. This said, this list may not be the best place to ask questions about configuration/compilation of the Linux kernel. Please no private mails. -- Gilles.