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. 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. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part