uboot/u-boot-stm32mp-2020.01/board/rockchip/evb_rk3229/Kconfig

16 lines
204 B
Plaintext
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
if TARGET_EVB_RK3229
config SYS_BOARD
default "evb_rk3229"
config SYS_VENDOR
default "rockchip"
config SYS_CONFIG_NAME
default "evb_rk3229"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif