regarding disable of CONFIG_DEBUG_FS
From: rohan puri <hidden>
Date: 2011-09-20 04:51:02
On Tue, Sep 20, 2011 at 10:09 AM, Amit Nagal [off-list ref] wrote:
Hi , i already tried manual editing . but when i call make to build image after manual edit , CONFIG_DEBUG_FS is turned on again . i tried manual editing in linux - x86 PC also . i manually edited arch/x86/configs/i386_defconfig file to disable CONFIG_DEBUG_FS , but when i call make to build image , CONFIG_DEBUG_FS is turned on again . Regards Amit Nagal On Tue, Sep 20, 2011 at 9:58 AM, rohan puri [off-list ref] wrote:quoted
On Tue, Sep 20, 2011 at 9:31 AM, Amit Nagal [off-list ref]wrote:quoted
quoted
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 Kernelnewbies at kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbiesHi Amit, You can manually edit the .config file in the kernel source dir todisablequoted
CONFIG_DEBUG_FS. Regards, Rohan.
Ok. You can try commenting the CONFIG_DEBUG_FS from the Makefile of the relevant kernel source which your module is interacting with. Regards, Rohan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110920/4e528a43/attachment.html