<br><br><div class="gmail_quote">On Tue, Sep 20, 2011 at 10:09 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 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 &lt;<a href="mailto:rohan.puri15@gmail.com">rohan.puri15@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Tue, Sep 20, 2011 at 9:31 AM, Amit Nagal &lt;<a href="mailto:helloin.amit@gmail.com">helloin.amit@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi ,<br>
&gt;&gt;<br>
&gt;&gt; i want to disable CONFIG_DEBUG_FS in my kernel configuration .<br>
&gt;&gt; i am using 2.6.35 kernel on a embedded arm target .<br>
&gt;&gt; i am using usb hid driver to fetch thumbnail data on usb hid interface .<br>
&gt;&gt;<br>
&gt;&gt; the reason why i want to disable CONFIG_DEBUG_FS is that<br>
&gt;&gt; in interrupt callback , i dont want to spend time in debugging<br>
&gt;&gt; functions which are enabled with CONFIG_DEBUG_FS .<br>
&gt;&gt;<br>
&gt;&gt; can i be guided how to do that ? its not possible to do using make<br>
&gt;&gt; menuconfig though .<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt;<br>
&gt;&gt; Amit Nagal<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Kernelnewbies mailing list<br>
&gt;&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt;&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
&gt;<br>
&gt; Hi Amit,<br>
&gt;<br>
&gt; You can manually edit the .config file in the kernel source dir to disable<br>
&gt; CONFIG_DEBUG_FS.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Rohan.<br>
&gt;<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>