Re: [U-Boot] [PATCH 09/12] sunxi: Kconfig defaults for USB

2015-07-24 Thread Paul Kocialkowski
Le mercredi 22 juillet 2015 à 11:37 +0200, Hans de Goede a écrit : Hi, On 22-07-15 10:45, Paul Kocialkowski wrote: USB_STORAGE and USB_KEYBOARD should only be selected when either USB_EHCI_HCD or USB_MUSB_HOST is set. In addition, the musb controller should automatically be

[U-Boot] [PATCH 09/12] sunxi: Kconfig defaults for USB

2015-07-22 Thread Paul Kocialkowski
USB_STORAGE and USB_KEYBOARD should only be selected when either USB_EHCI_HCD or USB_MUSB_HOST is set. In addition, the musb controller should automatically be selected when either USB_MUSB_HOST or USB_MUSB_GADGET is selected, not the other way round. Signed-off-by: Paul Kocialkowski

Re: [U-Boot] [PATCH 09/12] sunxi: Kconfig defaults for USB

2015-07-22 Thread Hans de Goede
Hi, On 22-07-15 10:45, Paul Kocialkowski wrote: USB_STORAGE and USB_KEYBOARD should only be selected when either USB_EHCI_HCD or USB_MUSB_HOST is set. In addition, the musb controller should automatically be selected when either USB_MUSB_HOST or USB_MUSB_GADGET is selected, not the other way