imx: initialize fec only when enabled
[oweals/u-boot.git] / board / aristainetos / Kconfig
index ac35d6de6feb4c0c5d2e751e727ef294728286f8..e416c9ac0df0943687abdb9c11612ac815364502 100644 (file)
@@ -1,15 +1,29 @@
 if TARGET_ARISTAINETOS
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_SOC
-       default "mx6"
+config SYS_CONFIG_NAME
+       default "aristainetos"
+
+endif
+
+if TARGET_ARISTAINETOS2
+
+config SYS_BOARD
+       default "aristainetos"
 
 config SYS_CONFIG_NAME
+       default "aristainetos2"
+
+endif
+
+if TARGET_ARISTAINETOS2B
+
+config SYS_BOARD
        default "aristainetos"
 
+config SYS_CONFIG_NAME
+       default "aristainetos2b"
+
 endif