projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99cffa2
)
usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI
author
Samuel Dionne-Riel
<samuel@dionne-riel.com>
Wed, 27 Nov 2019 19:56:02 +0000
(14:56 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 15 Nov 2021 16:17:39 +0000
(11:17 -0500)
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>
drivers/usb/musb-new/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/musb-new/Kconfig
b/drivers/usb/musb-new/Kconfig
index 6dd830cb73b21f0753da304f22fe7c051e3ebee2..51f876cd7115dd1285a6f0ffffd283cacc23bf9e 100644
(file)
--- 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