commit | 4dba108346303a16ad79ecbd8c484a0200e5e429 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun May 10 14:10:26 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu May 14 18:49:32 2015 -0600 |
tree | f4f649becf2562bf1e0697ebc9a46b008c843460 | |
parent | 8a62c50394d8b3b96d877a651a2672d5870d64c4 [diff] [blame] |
sunxi: ehci: Convert to the driver-model Convert sunxi-boards which use the sunxi-ehci code to the driver-model. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index c60c81d..5b6cc5c 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig
@@ -556,4 +556,7 @@ config DM_SERIAL default y +config DM_USB + default y if !USB_MUSB_SUNXI + endif