On Wednesday 28 February 2007 19:35, Johannes Berg wrote: > On Wed, 2007-02-28 at 19:26 +0100, Ivo van Doorn wrote: > > > Make the debug(fs) config options depend on this new > > config option. > > I like that. :) > > config RT2X00_DEBUGFS > > tristate "Ralink debugfs support" > > - depends on RT2X00 && DEBUG_FS > > + depends on RT2X00 && RT2X00_LIB && DEBUG_FS > > ---help--- > > Enable creation of debugfs files for the rt2x00 drivers. > > These debugfs files support both reading and writing of the > > If you think hard about it, this also solves the problem of having > drivers built-in when the debugfs module isn't. Actually it doesn't fix that problem. :( It remains possible to compile all drivers into the kernel but keeping rt2x00debug.ko as module. But the solution really would be: > But couldn't you just > link the debugfs module into the lib module instead of making it an own > module? I don't see any point in having it separate since there will be > a dependency anyway. My words exactly. ;) Merging those 2 modules has been placed on my todo list, I'll try to have this done as soon as possible. Ivo - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html