Tom Rini wrote: > > > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/usb/storage/usb-storage.o > > > > depmod: ppc_generic_ide_fix_driveid > > Configuration issue. CONFIG_USB_STORAGE_ISD200 needs to depend on > CONFIG_IDE, since it calls ide_fixup_driveid(). Greg? Björn? This is only an issue for PPC and SPARC64. Other targets have an empty macro for ide_fix_driveid(). I don't know how this kind of "target-dependent dependency" is normally handled. The attached patch is one way. -- Björn