From 3711c60af8f1585db324d1faab2050fa3ff2bd06 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 22 Jul 2019 17:21:13 +0200 Subject: [PATCH] Update RPI 32bits kernel config --- root/target/linux/brcm2708/bcm2709/config-4.19 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/root/target/linux/brcm2708/bcm2709/config-4.19 b/root/target/linux/brcm2708/bcm2709/config-4.19 index 7979189f..b136bb76 100644 --- a/root/target/linux/brcm2708/bcm2709/config-4.19 +++ b/root/target/linux/brcm2708/bcm2709/config-4.19 @@ -375,7 +375,7 @@ CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MIGRATION=y CONFIG_MMC=y -# CONFIG_MMC_BCM2835 is not set +CONFIG_MMC_BCM2835=y CONFIG_MMC_BCM2835_DMA=y CONFIG_MMC_BCM2835_MMC=y CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2 @@ -529,6 +529,7 @@ CONFIG_UEVENT_HELPER_PATH="" # CONFIG_UID16 is not set CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_USB=y +CONFIG_USB_PCI=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_COMMON=y CONFIG_USB_DWCOTG=y @@ -540,6 +541,9 @@ CONFIG_USB_STORAGE=y CONFIG_USB_SUPPORT=y CONFIG_USB_UAS=y CONFIG_USB_USBNET=y +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_PCI=y +CONFIG_USB_XHCI_PLATFORM=y CONFIG_USE_OF=y CONFIG_VDSO=y CONFIG_VFP=y