blob: 2d8fcc513f8033e6d24c94762f7c4b91a30a67d1 [file] [log] [blame]
Heiko Schocher227cb302019-12-01 11:23:32 +01001if TARGET_ARISTAINETOS2C
2
3source "board/aristainetos/common/Kconfig"
4
5config SYS_BOARD
6 default "aristainetos"
7
8config SYS_BOARD_VERSION
9 default 5
10
Tom Rini148b8bb2021-08-24 20:41:00 -040011config IMX_CONFIG
12 default "board/aristainetos/aristainetos2.cfg"
13
Heiko Schocher227cb302019-12-01 11:23:32 +010014endif
Heiko Schocher015c0262020-11-30 20:46:03 +010015
16if TARGET_ARISTAINETOS2CCSLB
17
18source "board/aristainetos/common/Kconfig"
19
20config SYS_BOARD
21 default "aristainetos"
22
23config SYS_BOARD_VERSION
24 default 6
25
Tom Rini148b8bb2021-08-24 20:41:00 -040026config IMX_CONFIG
27 default "board/aristainetos/aristainetos2.cfg"
28
Heiko Schocher015c0262020-11-30 20:46:03 +010029endif