mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
rockchip: rk3036: enable rockusb support on rk3036 based device
Rockchip Rockusb driver already merged. So we enable rockusb support on rk3036 based device. Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
2147c0d253
commit
451dcf5cd0
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ config ROCKCHIP_RK3036
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select SPL
|
select SPL
|
||||||
|
imply USB_FUNCTION_ROCKUSB
|
||||||
|
imply CMD_ROCKUSB
|
||||||
help
|
help
|
||||||
The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
|
The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
|
||||||
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
||||||
|
|
Loading…
Add table
Reference in a new issue