From 48cdc7bfd99c501b616a018335a243d2dafe816a Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Tue, 22 Aug 2023 18:18:34 +0900 Subject: [PATCH] ODROID-M1: config: add to 'USB_MASS_STORAGE' driver as a module Signed-off-by: Dongjin Kim Change-Id: If19d814ca24ae6c07ecd516fd03ad27f27f0e4d1 --- arch/arm64/configs/odroidm1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/odroidm1_defconfig b/arch/arm64/configs/odroidm1_defconfig index ddd9fed7214b..3e45f6a90ca4 100644 --- a/arch/arm64/configs/odroidm1_defconfig +++ b/arch/arm64/configs/odroidm1_defconfig @@ -4648,7 +4648,7 @@ CONFIG_USB_CONFIGFS_F_UVC=y # CONFIG_USB_G_NCM is not set # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set -# CONFIG_USB_MASS_STORAGE is not set +CONFIG_USB_MASS_STORAGE=m # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set