]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/aristainetos/Kconfig
arm, imx6: add support for aristainetos2 board
[people/ms/u-boot.git] / board / aristainetos / Kconfig
CommitLineData
7e929172
SB
1if TARGET_ARISTAINETOS
2
7e929172 3config SYS_BOARD
7e929172
SB
4 default "aristainetos"
5
6config SYS_SOC
7e929172
SB
7 default "mx6"
8
9config SYS_CONFIG_NAME
7e929172
SB
10 default "aristainetos"
11
12endif
7254d92e
HS
13
14if TARGET_ARISTAINETOS2
15
16config SYS_BOARD
17 default "aristainetos"
18
19config SYS_SOC
20 default "mx6"
21
22config SYS_CONFIG_NAME
23 default "aristainetos2"
24
25endif