diff mbox

[U-Boot,4/4] rockchip: enable rockusb for all rockchip SoCs

Message ID 1501836080-23626-4-git-send-email-kever.yang@rock-chips.com
State Superseded
Delegated to: Philipp Tomsich
Headers show

Commit Message

Kever Yang Aug. 4, 2017, 8:41 a.m. UTC
Rockusb will be used by all the rockchip SoCs, enable it by
default in Kconfig, and it can be work if USB gadget is available.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Philipp Tomsich Aug. 4, 2017, 10:43 p.m. UTC | #1
> Rockusb will be used by all the rockchip SoCs, enable it by
> default in Kconfig, and it can be work if USB gadget is available.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  arch/arm/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index dce4105..a5c1197 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1039,6 +1039,8 @@  config ARCH_ROCKCHIP
 	select DM_PWM
 	select DM_REGULATOR
 	imply FAT_WRITE
+	imply USB_FUNCTION_ROCKUSB
+	imply CMD_ROCKUSB
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"