Has anybody considered this proposition for configuring kernel builds? Any pros or contras?
To my knowledge they are. You're more likely to come across the other kind of situation where a module can't be embedded in the kernel.vanessa said:But what I don't know is: Are all options/devices available as a module?
vanessa said:Of course, I know this. But what I don't know is: Are all options/devices available as a module?
config -x /boot/kernel/kernel. See config(8)() for more details.vanessa said:Very useful tips, however I still can not say upfront if commenting out an option or device will result in a module built automatically or in a missing functionality. This information (which parts of the kernel are available as modules) must be available somewhere ... Isn't it?
man src.conf for details.cpu82 said:I think the contents of WITHOUT_MODULES should be the short names of the directories in /usr/src/sys/modules, basically remove the usb/ prefix you have on some of them. So if you put ulpt instead of usb/ulpt would be fine.