uboot/u-boot-stm32mp-2020.01/arch/arm/mach-rockchip/rk3036/Kconfig

32 lines
469 B
Plaintext
Raw Normal View History

2024-01-10 06:52:34 +00:00
if ROCKCHIP_RK3036
choice
prompt "RK3036 board select"
config TARGET_EVB_RK3036
bool "EVB_RK3036"
select BOARD_LATE_INIT
config TARGET_KYLIN_RK3036
bool "KYLIN_RK3036"
select BOARD_LATE_INIT
endchoice
config ROCKCHIP_BOOT_MODE_REG
default 0x200081c8
config SYS_SOC
default "rk3036"
config SYS_MALLOC_F_LEN
default 0x400
config SPL_SERIAL_SUPPORT
default y
source "board/rockchip/evb_rk3036/Kconfig"
source "board/rockchip/kylin_rk3036/Kconfig"
endif