u-boot/arch/arm/mach-rockchip/rk3308/Kconfig
Simon Glass 2a73606668 serial: Rename SERIAL_SUPPORT to SERIAL
Rename these options so that CONFIG_IS_ENABLED can be used with them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-09-04 12:26:01 -04:00

27 lines
430 B
Text

if ROCKCHIP_RK3308
config TARGET_EVB_RK3308
bool "EVB_RK3308"
select BOARD_LATE_INIT
config TARGET_ROC_RK3308_CC
bool "Firefly roc-rk3308-cc"
select BOARD_LATE_INIT
config SYS_SOC
default "rk3308"
config SYS_MALLOC_F_LEN
default 0x400
config SPL_SERIAL
default y
config ROCKCHIP_BOOT_MODE_REG
default 0xff000500
source "board/rockchip/evb_rk3308/Kconfig"
source "board/firefly/firefly-rk3308/Kconfig"
endif