summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-05-10 12:10:26 (GMT)
committerSimon Glass <sjg@chromium.org>2015-05-15 00:49:32 (GMT)
commit8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361 (patch)
treef4f649becf2562bf1e0697ebc9a46b008c843460 /board
parent58b4048f64072ae543de96d850cc8967c32bc901 (diff)
downloadu-boot-8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361.tar.xz
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>
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig3
1 files changed, 3 insertions, 0 deletions
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_ETH
config DM_SERIAL
default y
+config DM_USB
+ default y if !USB_MUSB_SUNXI
+
endif