2021-06-02 07:58:25 +00:00
|
|
|
if ROCKCHIP_RK3568
|
|
|
|
|
2023-04-21 15:59:19 +00:00
|
|
|
choice
|
|
|
|
prompt "RK3568/RK3566 board select"
|
|
|
|
|
2021-06-02 07:58:25 +00:00
|
|
|
config TARGET_EVB_RK3568
|
|
|
|
bool "RK3568 evaluation board"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
help
|
|
|
|
RK3568 EVB is a evaluation board for Rockchp RK3568.
|
|
|
|
|
2023-04-21 15:59:19 +00:00
|
|
|
config TARGET_ANBERNIC_RGXX3_RK3566
|
|
|
|
bool "Anbernic RGXX3"
|
|
|
|
help
|
|
|
|
Anbernic RGXX3 gaming device with Rockchip RK3566. This
|
|
|
|
config can be used with the RG353M, RG353P, RG353V, RG353VS,
|
|
|
|
and RG503. The correct device tree name will automatically
|
|
|
|
be selected by the bootloader.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2021-06-02 07:58:25 +00:00
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
|
|
default 0xfdc20200
|
|
|
|
|
2022-04-09 16:55:02 +00:00
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
|
|
default 0xfdd1c020
|
|
|
|
|
2021-06-02 07:58:25 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "rk3568"
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x2000
|
|
|
|
|
|
|
|
source "board/rockchip/evb_rk3568/Kconfig"
|
2023-04-21 15:59:19 +00:00
|
|
|
source "board/anbernic/rgxx3_rk3566/Kconfig"
|
2021-06-02 07:58:25 +00:00
|
|
|
|
|
|
|
endif
|