From: MengDongyang <daniel.meng@rock-chips.com>
Date: Wed, 24 Aug 2016 04:02:18 +0000 (+0800)
Subject: rockchip: select DM_USB for rockchip SoC
X-Git-Tag: v2025.01-rc5-pxa1908~8532^2~10
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=892742df1fd848ad8fcfd8f4f7f20cc3fb0a7db1;p=u-boot.git

rockchip: select DM_USB for rockchip SoC

Select DM_USB to compatible with USB DM driver model.

Signed-off-by: MengDongyang <daniel.meng@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
---

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a311215c92..9b85635d54 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -896,6 +896,7 @@ config ARCH_ROCKCHIP
 	select DM_SERIAL
 	select DM_SPI
 	select DM_SPI_FLASH
+	select DM_USB if USB
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"