Kever Yang | 60d8e64 | 2017-11-28 16:04:19 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RK3128 |
| 2 | |
| 3 | choice |
| 4 | prompt "RK3128 board select" |
| 5 | |
| 6 | config 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 | |
| 14 | endchoice |
| 15 | |
Kever Yang | 70e558d | 2019-07-09 22:14:20 +0800 | [diff] [blame] | 16 | config ROCKCHIP_BOOT_MODE_REG |
| 17 | default 0x100a0038 |
| 18 | |
Johan Jonker | f6fc895 | 2022-04-09 18:55:02 +0200 | [diff] [blame] | 19 | config ROCKCHIP_STIMER_BASE |
| 20 | default 0x200440a0 |
| 21 | |
Kever Yang | 60d8e64 | 2017-11-28 16:04:19 +0800 | [diff] [blame] | 22 | config SYS_SOC |
Kever Yang | 3a8dcfb | 2019-03-28 11:01:24 +0800 | [diff] [blame] | 23 | default "rk3128" |
Kever Yang | 60d8e64 | 2017-11-28 16:04:19 +0800 | [diff] [blame] | 24 | |
| 25 | config SYS_MALLOC_F_LEN |
| 26 | default 0x0800 |
| 27 | |
| 28 | source "board/rockchip/evb_rk3128/Kconfig" |
| 29 | |
| 30 | endif |