]> Git Repo - J-u-boot.git/blob - board/aristainetos/Kconfig
Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / board / aristainetos / Kconfig
1 if TARGET_ARISTAINETOS2C
2
3 source "board/aristainetos/common/Kconfig"
4
5 config SYS_BOARD
6         default "aristainetos"
7
8 config SYS_BOARD_VERSION
9         default 5
10
11 endif
12
13 if TARGET_ARISTAINETOS2CCSLB
14
15 source "board/aristainetos/common/Kconfig"
16
17 config SYS_BOARD
18         default "aristainetos"
19
20 config SYS_BOARD_VERSION
21         default 6
22
23 endif
This page took 0.028684 seconds and 4 git commands to generate.