diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:29 -0500 |
commit | e38c66edae1b05c472dc6c594eae1ed61e7ccdbf (patch) | |
tree | b38e16cc343d67a758e3e54475bd8752164b035f /arch/arm/mach-rockchip/Kconfig | |
parent | 084edbb6892b3712e2f9fd3abd5871652492fc42 (diff) | |
parent | c3d098e762d3b064ad86e72babfbcaf188180d90 (diff) | |
download | u-boot-e38c66edae1b05c472dc6c594eae1ed61e7ccdbf.tar.gz u-boot-e38c66edae1b05c472dc6c594eae1ed61e7ccdbf.tar.xz u-boot-e38c66edae1b05c472dc6c594eae1ed61e7ccdbf.zip |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 967290f9a5..85107817f4 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -61,6 +61,8 @@ config ROCKCHIP_RK3288 select SPL_BOARD_INIT if SPL select SUPPORT_SPL select SPL + imply USB_FUNCTION_ROCKUSB + imply CMD_ROCKUSB help The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two |