Skip to content
Snippets Groups Projects
Commit f4642e58 authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel Committed by Tom Rini
Browse files

usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI


This ensures the USB_MUSB_PIO_ONLY config is set to an apppropriate
value from the changes enabling USB_MUSB_GADGET does.

Namely, USB_MUSB_PIO_ONLY default to =y on USB_MUSB_SUNXI being y.

Signed-off-by: default avatarSamuel Dionne-Riel <samuel@dionne-riel.com>
parent 99cffa23
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ config USB_MUSB_PIC32
config USB_MUSB_SUNXI
bool "Enable sunxi OTG / DRC USB controller"
depends on ARCH_SUNXI
select USB_MUSB_PIO_ONLY
default y
---help---
Say y here to enable support for the sunxi OTG / DRC USB controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment