diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-05 17:10:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-27 14:15:54 -0600 |
commit | dec49e862ef9e74654fad3595fda5be99d33711a (patch) | |
tree | a3dc1d693dd3184ccc480fb409fee5f779569baa /arch | |
parent | 04e38905d72e4b35fade1be4b83100a257d465a5 (diff) | |
download | u-boot-imx-dec49e862ef9e74654fad3595fda5be99d33711a.zip u-boot-imx-dec49e862ef9e74654fad3595fda5be99d33711a.tar.gz u-boot-imx-dec49e862ef9e74654fad3595fda5be99d33711a.tar.bz2 |
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 <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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" |