Yes you are correct. But the problem i was facing is that .config is an auto 
gen file and should not be changed manually. Even if you change it and build 
the kernel, the value again gets set to 'y' irrespective of your change. So i 
was looking for an option from the menuconfig.

I found out the way. 

Under /arch/i386 (checked with 'uname -a' and confirmed my architecture)there 
is the Kconfig file which sets a default value for all these configuration 
flags. Changing it to 'n' there for GENERIC_CMOS_UPDATE disables the flag and 
reflects the change in .config.
It works now and can be closed :)

--- In [email protected], "Paul" <pfrederick1@...> wrote:
>
> 
> 
> --- In [email protected], "Kaushik" <kaushik_mailbox@> wrote:
> >
> > I need to change a particular flag (CONFIG_GENERIC_CMOS_UPDATE) in Kernel 
> > Config file. I tried using the "make menuconfig" to browse through the 
> > editor but did not found the suitable option to change this particular flag 
> > from 'y' to 'n'.
> > Any ideas?
> >
> 
> Use the search function. Hit the "/" key when you are in menuconfig. How's 
> that for an idea? You can also grep your .config file just to make sure you 
> have the term correct. Things change a lot in kernels.
> 
> I just checked my config file and I have it set to "y" here.
> 
> pfred1@buck:/boot$ grep -i cmos config-2.6.320
> CONFIG_GENERIC_CMOS_UPDATE=y
> 
> So I'll just close by saying, it works here :)
>



------------------------------------

To unsubscribe from this list, please email 
[email protected] & you will be removed.Yahoo! Groups 
Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/LINUX_Newbies/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to