aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-11-27 14:56:02 -0500
committerTom Rini <trini@konsulko.com>2021-11-15 11:17:39 -0500
commitf4642e58e0179fa01cbbde5ecb4a9f486b2e1123 (patch)
treee76f547a184f9e97fcb3610a6e09624e176ffdf7 /drivers
parent99cffa233c730a432ae157742840b8877a5a9c90 (diff)
downloadu-boot-f4642e58e0179fa01cbbde5ecb4a9f486b2e1123.zip
u-boot-f4642e58e0179fa01cbbde5ecb4a9f486b2e1123.tar.gz
u-boot-f4642e58e0179fa01cbbde5ecb4a9f486b2e1123.tar.bz2
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 <samuel@dionne-riel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/musb-new/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig
index 6dd830c..51f876c 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