<br><br><div class="gmail_quote">On Tue, Sep 20, 2011 at 10:09 AM, Amit Nagal <span dir="ltr"><<a href="mailto:helloin.amit@gmail.com">helloin.amit@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi ,<br>
<br>
i already tried manual editing .<br>
but when i call make to build image after manual edit ,<br>
CONFIG_DEBUG_FS is turned on again .<br>
<br>
i tried manual editing in linux - x86 PC also .<br>
i manually edited arch/x86/configs/i386_defconfig file to disable<br>
CONFIG_DEBUG_FS ,<br>
but when i call make to build image , CONFIG_DEBUG_FS is turned on again .<br>
<br>
Regards<br>
<font color="#888888">Amit Nagal<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
On Tue, Sep 20, 2011 at 9:58 AM, rohan puri <<a href="mailto:rohan.puri15@gmail.com">rohan.puri15@gmail.com</a>> wrote:<br>
><br>
> On Tue, Sep 20, 2011 at 9:31 AM, Amit Nagal <<a href="mailto:helloin.amit@gmail.com">helloin.amit@gmail.com</a>> wrote:<br>
>><br>
>> Hi ,<br>
>><br>
>> i want to disable CONFIG_DEBUG_FS in my kernel configuration .<br>
>> i am using 2.6.35 kernel on a embedded arm target .<br>
>> i am using usb hid driver to fetch thumbnail data on usb hid interface .<br>
>><br>
>> the reason why i want to disable CONFIG_DEBUG_FS is that<br>
>> in interrupt callback , i dont want to spend time in debugging<br>
>> functions which are enabled with CONFIG_DEBUG_FS .<br>
>><br>
>> can i be guided how to do that ? its not possible to do using make<br>
>> menuconfig though .<br>
>><br>
>> Regards<br>
>><br>
>> Amit Nagal<br>
>><br>
>> _______________________________________________<br>
>> Kernelnewbies mailing list<br>
>> <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
>> <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
><br>
><br>
> Hi Amit,<br>
><br>
> You can manually edit the .config file in the kernel source dir to disable<br>
> CONFIG_DEBUG_FS.<br>
><br>
> Regards,<br>
> Rohan.<br>
><br>
</div></div></blockquote></div>Ok. You can try commenting the CONFIG_DEBUG_FS from the Makefile of the relevant kernel source which your module is interacting with.<br><br>Regards,<br>Rohan <br>