commit | 8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361 | [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 | 58b4048f64072ae543de96d850cc8967c32bc901 [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