Skip to content

Commit

Permalink
Use PIO USB driver instead of DMA
Browse files Browse the repository at this point in the history
  • Loading branch information
aadavids authored and fhunleth committed Feb 11, 2020
1 parent 4531a9f commit 0eacc70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/linux-4.19.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ CONFIG_USB_ACM=y
CONFIG_USB_STORAGE=y
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_DSPS=y
CONFIG_USB_TI_CPPI41_DMA=y
CONFIG_MUSB_PIO_ONLY=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CH341=y
CONFIG_USB_SERIAL_CP210X=y
Expand All @@ -250,6 +250,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_LEDS_TRIGGER_TRANSIENT=y
CONFIG_DMADEVICES=y
CONFIG_DW_DMAC=y
CONFIG_TI_CPPI41=y
CONFIG_ASYNC_TX_DMA=y
CONFIG_UIO=m
CONFIG_UIO_PRUSS=m
Expand Down

0 comments on commit 0eacc70

Please sign in to comment.