From: Samuel Dionne-Riel Date: Wed, 27 Nov 2019 19:56:02 +0000 (-0500) Subject: usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI X-Git-Tag: v2022.01-rc2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4642e58e0179fa01cbbde5ecb4a9f486b2e1123;p=pandora-u-boot.git 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: Samuel Dionne-Riel --- diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig index 6dd830cb73b..51f876cd711 100644 --- a/drivers/usb/musb-new/Kconfig +++ b/drivers/usb/musb-new/Kconfig @@ -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