How can I delay the ethernet module loading until some other built_in modules in i2c and char are loaded. Should I just alter the order of obj-y in kernel Makefile? Or what can I do to alter the built_in module (obj-y) during kernel booting?
Thank you.
Jim