From: Arne Fitzenreiter Date: Sun, 7 Mar 2021 22:58:42 +0000 (+0000) Subject: kernel: arm* enable UAS for USB storage X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff5db7732c72648402ff43f2868cdec59f7321a1;p=people%2Fstevee%2Fipfire-2.x.git kernel: arm* enable UAS for USB storage this is needed for newer USB enclosures to support trim and get better speed. (already enabled on x86*) Signed-off-by: Arne Fitzenreiter --- diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index 04397fe9dd..89331e8b5c 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -5961,7 +5961,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 is not set +CONFIG_USB_UAS=y # # USB Imaging devices diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi index 8138ba4f29..92fc704b64 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -6016,7 +6016,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 is not set +CONFIG_USB_UAS=y # # USB Imaging devices