summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-05-10 14:10:26 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:32 -0600
commit8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361 (patch)
treef4f649becf2562bf1e0697ebc9a46b008c843460 /board/sunxi
parent58b4048f64072ae543de96d850cc8967c32bc901 (diff)
downloadtalos-obmc-uboot-8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361.tar.gz
talos-obmc-uboot-8d837a1f7df64e79e7e91e6fbdfbe96b3e96c361.zip
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/sunxi')
-rw-r--r--board/sunxi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index c60c81d8c5..5b6cc5c82f 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
OpenPOWER on IntegriCloud