blob: b867401c7f5bd603d1d6c0b024db32a0c17a1df2 [file] [log] [blame]
Kever Yang6074cfa2017-11-28 16:04:19 +08001if ROCKCHIP_RK3128
2
3choice
4 prompt "RK3128 board select"
5
6config TARGET_EVB_RK3128
7 bool "RK3128 evaluation board"
8 select BOARD_LATE_INIT
9 help
10 RK3128evb is a evaluation board for Rockchip rk3128,
11 with full function and phisical connectors support like
12 usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
13
14endchoice
15
Kever Yang476dcb62019-07-09 22:14:20 +080016config ROCKCHIP_BOOT_MODE_REG
17 default 0x100a0038
18
Kever Yang6074cfa2017-11-28 16:04:19 +080019config SYS_SOC
Kever Yangb1b449b2019-03-28 11:01:24 +080020 default "rk3128"
Kever Yang6074cfa2017-11-28 16:04:19 +080021
22config SYS_MALLOC_F_LEN
23 default 0x0800
24
25source "board/rockchip/evb_rk3128/Kconfig"
26
27endif