summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengDongyang <[email protected]>2016-08-24 12:02:18 +0800
committerSimon Glass <[email protected]>2016-09-22 07:32:22 -0600
commit892742df1fd848ad8fcfd8f4f7f20cc3fb0a7db1 (patch)
tree0e0a747ba358d641c45d3470a3ca24d87daa5e10
parentb44566c4ce5ca95264860f78a6ba1d26a5edb5ea (diff)
rockchip: select DM_USB for rockchip SoC
Select DM_USB to compatible with USB DM driver model. Signed-off-by: MengDongyang <[email protected]> Signed-off-by: Kever Yang <[email protected]> Acked-by: Simon Glass <[email protected]>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a311215c92b..9b85635d543 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"