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