I notice that when CONFIG_USB is off you still get a whole bunch
of comments printed from drivers/usb/Config.in when running
"make oldconfig"
Two possible fixes:
(a) make arch/*/config.in read something like:
dep_tristate 'Support for USB' CONFIG_USB $CONFIG_PCI
if [ "$CONFIG_USB" != "n" ]; then
source drivers/usb/Config.in
fi
(b) move 1st "fi" in usb/Config.in from part way down to all the
way down, so it encompasses the whole file and not just the
first 3 or so questions.
Any preference?
Paul.
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel