summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-06 14:00:16 -0600
committerSimon Glass <sjg@chromium.org>2015-06-10 19:26:54 -0600
commit534f9d3feffdcccc0f21def87bb21b8aebb7ba30 (patch)
tree1c9e9aef0bbc9be9dd564c676b9b8cdb14af0df4 /arch/arm/mach-tegra/Kconfig
parenta2879764ba392229dc7aba89951e74524750af18 (diff)
downloadtalos-obmc-uboot-534f9d3feffdcccc0f21def87bb21b8aebb7ba30.tar.gz
talos-obmc-uboot-534f9d3feffdcccc0f21def87bb21b8aebb7ba30.zip
dm: tegra: usb: Move USB to driver model
Somehow this change was dropped in the various merges. I noticed when I came to turn off the non-driver-model support for Tegra. We need to make this change (and deal with any problems) before going further. Change-Id: Ib9389a0d41008014eb0df0df98c27be65bc79ce6 Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 9b42871935..1fd6b6547e 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -24,6 +24,9 @@ config SYS_MALLOC_F_LEN
config USE_PRIVATE_LIBGCC
default y
+config DM_USB
+ default y
+
config SPL_DM
default y
OpenPOWER on IntegriCloud