ac35d6de6feb4c0c5d2e751e727ef294728286f8
[oweals/u-boot.git] / board / aristainetos / Kconfig
1 if TARGET_ARISTAINETOS
2
3 config SYS_CPU
4         default "armv7"
5
6 config SYS_BOARD
7         default "aristainetos"
8
9 config SYS_SOC
10         default "mx6"
11
12 config SYS_CONFIG_NAME
13         default "aristainetos"
14
15 endif