Hello, I need to create a database with configuration options (the ones in .config) and the resulting kernel modules. Is there any simple possibility (with bash and its applications) to find out, which kernel modules will be built by which .config options? I know that there are also many dependencies between the options and the modules and I want to add them to the database too. The dependencies can be found out with the Kconfig files, I think. I've already looked into the source files of some modules, but I can not find any commonalities which would make it easy to find the module-name which will be build. I've found some stuff like this: #define DRIVER_NAME "8139too" or things linke: #define <something>_MODULES_NAME "some string which seems to be the descriptive name" But this doesn't really help... :( Sincerely Alexander Mieland -- Alexander 'dma147' Mieland 2.6.15-ck3-r1-fb-my4 SMP FnuPG-ID: 27491179 Registered Linux-User #249600 http://blog.linux-stats.org http://www.linux-stats.org http://www.mieland-programming.de http://www.php-programs.de
Attachment:
pgpZPZFCCaW6i.pgp
Description: PGP signature
- Follow-Ups:
- Re: how to find out which module was built by which .config variables?
- From: Jan Engelhardt <[email protected]>
- Re: how to find out which module was built by which .config variables?
- Prev by Date: 2.6.15-rc5-mm1 ext3 filesystem corruption
- Next by Date: Re: make IPV4 modular (was: [2.6 patch] make UNIX a bool)
- Previous by thread: 2.6.15-rc5-mm1 ext3 filesystem corruption
- Next by thread: Re: how to find out which module was built by which .config variables?
- Index(es):