On Fri, Apr 20, 2012 at 01:00:11PM -0500, Christopher Harrington wrote: > Hello list! Is there a reason why the RTL8187SE driver depends on the > kernel having module support, even though it builds and runs fine if I > remove the dependency from the Kconfig file? I think there are global symbols in the driver such that if you build it into the kernel, it can conflict with other kernel modules. Try a 'make allyesconfig' build after changing that option to see if there are build errors. Or even better yet, look at the changelog comments for the Kconfig file for the driver to see why that dependancy is there (hint, that will tell you why this is the way it is...) Hope this helps, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel