Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RK3568 |
| 2 | |
Chris Morgan | 8c4e304 | 2023-04-21 10:59:19 -0500 | [diff] [blame^] | 3 | choice |
| 4 | prompt "RK3568/RK3566 board select" |
| 5 | |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 6 | config TARGET_EVB_RK3568 |
| 7 | bool "RK3568 evaluation board" |
| 8 | select BOARD_LATE_INIT |
| 9 | help |
| 10 | RK3568 EVB is a evaluation board for Rockchp RK3568. |
| 11 | |
Chris Morgan | 8c4e304 | 2023-04-21 10:59:19 -0500 | [diff] [blame^] | 12 | config TARGET_ANBERNIC_RGXX3_RK3566 |
| 13 | bool "Anbernic RGXX3" |
| 14 | help |
| 15 | Anbernic RGXX3 gaming device with Rockchip RK3566. This |
| 16 | config can be used with the RG353M, RG353P, RG353V, RG353VS, |
| 17 | and RG503. The correct device tree name will automatically |
| 18 | be selected by the bootloader. |
| 19 | |
| 20 | endchoice |
| 21 | |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 22 | config ROCKCHIP_BOOT_MODE_REG |
| 23 | default 0xfdc20200 |
| 24 | |
Johan Jonker | f6fc895 | 2022-04-09 18:55:02 +0200 | [diff] [blame] | 25 | config ROCKCHIP_STIMER_BASE |
| 26 | default 0xfdd1c020 |
| 27 | |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 28 | config SYS_SOC |
| 29 | default "rk3568" |
| 30 | |
| 31 | config SYS_MALLOC_F_LEN |
| 32 | default 0x2000 |
| 33 | |
| 34 | source "board/rockchip/evb_rk3568/Kconfig" |
Chris Morgan | 8c4e304 | 2023-04-21 10:59:19 -0500 | [diff] [blame^] | 35 | source "board/anbernic/rgxx3_rk3566/Kconfig" |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 36 | |
| 37 | endif |