Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Created February 24, 2020 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalbuquerque/82ce488fd9ba597f9b5c3a5c49f76fdc to your computer and use it in GitHub Desktop.
Save amalbuquerque/82ce488fd9ba597f9b5c3a5c49f76fdc to your computer and use it in GitHub Desktop.
Buildroot Linux config updated after our linux-menuconfig changes
diff --git a/linux-4.19.defconfig b/linux-4.19.defconfig
index c508772..fcb9dfa 100644
--- a/linux-4.19.defconfig
+++ b/linux-4.19.defconfig
@@ -210,7 +210,8 @@ CONFIG_SND_SIMPLE_CARD=m
# CONFIG_HID_GENERIC is not set
CONFIG_USB_DWC2=m
CONFIG_USB_GADGET=y
-CONFIG_USB_CDC_COMPOSITE=y
+CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_F_HID=y
CONFIG_MMC=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BCM2835_MMC=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment