<br><div class="gmail_quote">On Tue, Sep 20, 2011 at 9:31 AM, Amit Nagal <span dir="ltr">&lt;<a href="mailto:helloin.amit@gmail.com">helloin.amit@gmail.com</a>&gt;</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 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>
</blockquote></div><br><br>Hi Amit,<br>
<br>
You can manually edit the .config file in the kernel source dir to disable CONFIG_DEBUG_FS.<br>
<br>
Regards,<br>
Rohan.<br>