diff options
author | Phil Elwell <phil@raspberrypi.org> | 2019-01-16 21:26:13 +0000 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2019-05-14 00:08:17 +0100 |
commit | b2d7677b20a00fb558f85286b1b91f4d4e379570 (patch) | |
tree | b3419d3358c61f461e2b9d422fe8301949171d37 /arch/arm64 | |
parent | 5ee4c8368e70c65db0a91f7dddb7f2b46de31c87 (diff) | |
download | linux-rpi3-b2d7677b20a00fb558f85286b1b91f4d4e379570.tar.gz linux-rpi3-b2d7677b20a00fb558f85286b1b91f4d4e379570.tar.bz2 linux-rpi3-b2d7677b20a00fb558f85286b1b91f4d4e379570.zip |
configs: Add CONFIG_USB_UAS=m
Enable support for USB-attached-SCSI devicess.
See: https://github.com/raspberrypi/linux/issues/2813
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/bcmrpi3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/bcmrpi3_defconfig b/arch/arm64/configs/bcmrpi3_defconfig index 6d4482f0aa5a..07048117fde1 100644 --- a/arch/arm64/configs/bcmrpi3_defconfig +++ b/arch/arm64/configs/bcmrpi3_defconfig @@ -886,6 +886,7 @@ CONFIG_USB_STORAGE_ONETOUCH=m CONFIG_USB_STORAGE_KARMA=m CONFIG_USB_STORAGE_CYPRESS_ATACB=m CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_UAS=m CONFIG_USB_MDC800=m CONFIG_USB_MICROTEK=m CONFIG_USBIP_CORE=m |