Tool/software: Linux
We are using SDK 7.0 Linux kernel 3.12.10.
When we initiate a USB g-ether gadget connection on our board the g-ether gadget driver is filling the system log with debug messages. I have the kernel debugging turned off in .config ( CONFIG_DEBUG_INFO ) but these messages still appear. Is there a way in .config to turn this off or do I need to modify the source to #udef DEBUG, which will turn off these messages?