regarding disable of CONFIG_DEBUG_FS
From: Amit Nagal <hidden>
Date: 2011-09-20 04:57:35
From: Amit Nagal <hidden>
Date: 2011-09-20 04:57:35
On Tue, Sep 20, 2011 at 10:21 AM, rohan puri [off-list ref] wrote:
On Tue, Sep 20, 2011 at 10:09 AM, Amit Nagal [off-list ref] wrote:quoted
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 .quoted
Ok. You can try commenting the CONFIG_DEBUG_FS from the Makefile of the relevant kernel source which your module is interacting with.
Well i am doing the same for time being for my testing . but its not the right way to do and can't be adopted . Regards Amit Nagal