Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / board / aristainetos / Kconfig
index e416c9a..cc603c1 100644 (file)
@@ -1,29 +1,23 @@
-if TARGET_ARISTAINETOS
+if TARGET_ARISTAINETOS2C
 
-config SYS_BOARD
-       default "aristainetos"
-
-config SYS_CONFIG_NAME
-       default "aristainetos"
-
-endif
-
-if TARGET_ARISTAINETOS2
+source "board/aristainetos/common/Kconfig"
 
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_CONFIG_NAME
-       default "aristainetos2"
+config SYS_BOARD_VERSION
+       default 5
 
 endif
 
-if TARGET_ARISTAINETOS2B
+if TARGET_ARISTAINETOS2CCSLB
+
+source "board/aristainetos/common/Kconfig"
 
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_CONFIG_NAME
-       default "aristainetos2b"
+config SYS_BOARD_VERSION
+       default 6
 
 endif