linuxOS_D21X/source/uboot-2021.10/board/aristainetos/Kconfig

24 lines
315 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
if TARGET_ARISTAINETOS2C
source "board/aristainetos/common/Kconfig"
config SYS_BOARD
default "aristainetos"
config SYS_BOARD_VERSION
default 5
endif
if TARGET_ARISTAINETOS2CCSLB
source "board/aristainetos/common/Kconfig"
config SYS_BOARD
default "aristainetos"
config SYS_BOARD_VERSION
default 6
endif