From c52de54ac033de5a5082ea95413730841e10503b Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 18 Jan 2017 10:52:00 +0100 Subject: [PATCH] ccimx6ul: synchronize kernel defconfig This re-enables USB mass storage support that was unintentionally removed in commit 6851ab23e4184bc1e9ab87de1ecad4666491ec17. Signed-off-by: Hector Palacios https://jira.digi.com/browse/DUB-713 --- .../recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig b/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig index 53b280c93..d00b7da03 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig @@ -103,6 +103,9 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=65536 CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=y +CONFIG_SCSI=y +# CONFIG_SCSI_PROC_FS is not set +CONFIG_BLK_DEV_SD=y CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_CADENCE is not set @@ -231,6 +234,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_MXC=y CONFIG_USB_HCD_TEST_MODE=y CONFIG_USB_ACM=m +CONFIG_USB_STORAGE=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y