1if TARGET_ARISTAINETOS2C 2 3source "board/aristainetos/common/Kconfig" 4 5config SYS_BOARD 6 default "aristainetos" 7 8config SYS_BOARD_VERSION 9 default 5 10 11endif 12 13if TARGET_ARISTAINETOS2CCSLB 14 15source "board/aristainetos/common/Kconfig" 16 17config SYS_BOARD 18 default "aristainetos" 19 20config SYS_BOARD_VERSION 21 default 6 22 23endif 24