blob: 9cc494eb4098831f018cdee410b3d8469ebcd598 [file] [log] [blame]
Kever Yang60d8e642017-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 Yang70e558d2019-07-09 22:14:20 +080016config ROCKCHIP_BOOT_MODE_REG
17 default 0x100a0038
18
Johan Jonkerf6fc8952022-04-09 18:55:02 +020019config ROCKCHIP_STIMER_BASE
20 default 0x200440a0
21
Kever Yang60d8e642017-11-28 16:04:19 +080022config SYS_SOC
Kever Yang3a8dcfb2019-03-28 11:01:24 +080023 default "rk3128"
Kever Yang60d8e642017-11-28 16:04:19 +080024
25config SYS_MALLOC_F_LEN
26 default 0x0800
27
28source "board/rockchip/evb_rk3128/Kconfig"
29
30endif