aboutsummaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: 2d8fcc513f8033e6d24c94762f7c4b91a30a67d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if TARGET_ARISTAINETOS2C

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 5

config IMX_CONFIG
	default "board/aristainetos/aristainetos2.cfg"

endif

if TARGET_ARISTAINETOS2CCSLB

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 6

config IMX_CONFIG
	default "board/aristainetos/aristainetos2.cfg"

endif