From dec49e862ef9e74654fad3595fda5be99d33711a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Jul 2016 17:10:14 -0600 Subject: dm: zynq: usb: Convert to CONFIG_DM_USB Convert zynq USB to driver model. Note this is tested on zynq-zybo only. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4a62d4b..9a7ebed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -661,6 +661,7 @@ config ARCH_ZYNQ select DM_SERIAL select DM_SPI_FLASH select SPL_SEPARATE_BSS if SPL + select DM_USB if USB config ARCH_ZYNQMP bool "Support Xilinx ZynqMP Platform" @@ -671,6 +672,7 @@ config ARCH_ZYNQMP select SUPPORT_SPL select CLK select SPL_CLK + select DM_USB if USB config TEGRA bool "NVIDIA Tegra" -- cgit v1.1