Re: [U-Boot] [PATCH 21/22] sunxi: Kconfig: Enable CONFIG_USB and friends by default on sunxi

2015-06-19 Thread Ian Campbell
On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: Start using the new Kconfig options which are available for most of the USB settings now. This also allows us to use CONFIG_USB_EHCI_HCD=y in defconfig files for new boards instead of CONFIG_SYS_EXTRA_OPTIONS=USB_EHCI. Should there not

Re: [U-Boot] [PATCH 21/22] sunxi: Kconfig: Enable CONFIG_USB and friends by default on sunxi

2015-06-19 Thread Hans de Goede
Hi, On 19-06-15 09:46, Ian Campbell wrote: On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: Start using the new Kconfig options which are available for most of the USB settings now. This also allows us to use CONFIG_USB_EHCI_HCD=y in defconfig files for new boards instead of

Re: [U-Boot] [PATCH 21/22] sunxi: Kconfig: Enable CONFIG_USB and friends by default on sunxi

2015-06-19 Thread Ian Campbell
On Fri, 2015-06-19 at 11:37 +0200, Hans de Goede wrote: Hi, On 19-06-15 09:46, Ian Campbell wrote: On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: Start using the new Kconfig options which are available for most of the USB settings now. This also allows us to use

[U-Boot] [PATCH 21/22] sunxi: Kconfig: Enable CONFIG_USB and friends by default on sunxi

2015-06-17 Thread Hans de Goede
Start using the new Kconfig options which are available for most of the USB settings now. This also allows us to use CONFIG_USB_EHCI_HCD=y in defconfig files for new boards instead of CONFIG_SYS_EXTRA_OPTIONS=USB_EHCI. Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig