Greetings,

Trivial.  Similar to previous patch on USB ethernet gadget.  This usb driver
needs ide_fix_driveid from drivers/ide/ide-ops.c, which needs BLK_DEV_IDE
("Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support") to get built.

Without this patch, you can configure an un-linkable kernel by doing make
allnoconfig, make menuconfig, and setting CONFIG_PCI, CONFIG_USB,
CONFIG_USB_STORAGE, and CONFIG_USB_STORAGE_ISD200 only.

Please apply unless I'm off base.  Please CC replies to me.

diff -u -r clean-linux-2.6.0-test6/drivers/usb/storage/Kconfig 
260-test6/drivers/usb/storage/Kconfig
--- clean-linux-2.6.0-test6/drivers/usb/storage/Kconfig 2003-10-02 00:41:27.000000000 
-0400
+++ 260-test6/drivers/usb/storage/Kconfig       2003-10-08 01:14:05.000000000 -0400
@@ -41,7 +41,7 @@

 config USB_STORAGE_ISD200
        bool "ISD-200 USB/ATA Bridge support"
-       depends on USB_STORAGE
+       depends on USB_STORAGE && BLK_DEV_IDE
        ---help---
          Say Y here if you want to use USB Mass Store devices based
          on the In-Systems Design ISD-200 USB/ATA bridge.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to