On Tue, Sep 20, 2011 at 9:31 AM, Amit Nagal <[email protected]> wrote:
> Hi , > > i want to disable CONFIG_DEBUG_FS in my kernel configuration . > i am using 2.6.35 kernel on a embedded arm target . > i am using usb hid driver to fetch thumbnail data on usb hid interface . > > the reason why i want to disable CONFIG_DEBUG_FS is that > in interrupt callback , i dont want to spend time in debugging > functions which are enabled with CONFIG_DEBUG_FS . > > can i be guided how to do that ? its not possible to do using make > menuconfig though . > > Regards > > Amit Nagal > > _______________________________________________ > Kernelnewbies mailing list > [email protected] > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > Hi Amit, You can manually edit the .config file in the kernel source dir to disable CONFIG_DEBUG_FS. Regards, Rohan.
_______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
