diff options
Diffstat (limited to 'hw/usb/Kconfig')
-rw-r--r-- | hw/usb/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index 40093d7..53f8283 100644 --- a/hw/usb/Kconfig +++ b/hw/usb/Kconfig @@ -66,11 +66,22 @@ config USB_TABLET_WACOM default y depends on USB +config USB_STORAGE_CORE + bool + depends on USB + select SCSI + +config USB_STORAGE_CLASSIC + bool + default y + depends on USB + select USB_STORAGE_CORE + config USB_STORAGE_BOT bool default y depends on USB - select SCSI + select USB_STORAGE_CORE config USB_STORAGE_UAS bool |