summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorRosen Kolev <rosen.kolev@amk-drives.bg>2011-09-21 18:45:49 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-23 08:53:22 +0200
commit637b3aa727b5b4710b753563ccc3ee8128d0a71b (patch)
tree19f894784fca2bb46ae608b89eccb547cc233769 /drivers/usb/Kconfig
parent108b029b68c41f1d3ffada83c6c494e7f75e660e (diff)
downloadbarebox-637b3aa727b5b4710b753563ccc3ee8128d0a71b.tar.gz
barebox-637b3aa727b5b4710b753563ccc3ee8128d0a71b.tar.xz
USB mass storage device driver initial implementation
Implemented an initial version of USB mass storage device driver, supporting USB mass storage devices with SCSI interface and BBB protocol. It implements the ATA interface and registers diskovered LUNs with the disk driver.
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index c7b2c52660..254b196415 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -7,6 +7,8 @@ source drivers/usb/host/Kconfig
source drivers/usb/otg/Kconfig
+source drivers/usb/storage/Kconfig
+
endif
source drivers/usb/gadget/Kconfig