Kever Yang | 975a2ab | 2017-02-23 15:37:55 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RK3328 |
| 2 | |
| 3 | choice |
| 4 | prompt "RK3328 board select" |
| 5 | |
| 6 | config TARGET_EVB_RK3328 |
| 7 | bool "RK3328 evaluation board" |
| 8 | help |
| 9 | RK3328evb is a evaluation board for Rockchip rk3328, |
| 10 | with full function and phisical connectors support like |
| 11 | usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial... |
| 12 | |
| 13 | endchoice |
| 14 | |
| 15 | config SYS_SOC |
| 16 | default "rockchip" |
| 17 | |
| 18 | config SYS_MALLOC_F_LEN |
| 19 | default 0x0800 |
| 20 | |
| 21 | source "board/rockchip/evb_rk3328/Kconfig" |
| 22 | |
| 23 | endif |