ARM: rmobile: Implement PMIC reset on V2H Blanche
[oweals/u-boot.git] / board / aristainetos / Kconfig
index e987f38e3ae26d9593389d28b330bcd7ea78b83a..2ad3dbd56cb1eca4d790c15bd4956551be4e2bd8 100644 (file)
@@ -1,38 +1,47 @@
-if TARGET_ARISTAINETOS
+if TARGET_ARISTAINETOS2
+
+source "board/aristainetos/common/Kconfig"
 
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_SOC
-       default "mx6"
+config SYS_BOARD_VERSION
+       default 2
+
+endif
+
+if TARGET_ARISTAINETOS2B
+
+source "board/aristainetos/common/Kconfig"
 
-config SYS_CONFIG_NAME
+config SYS_BOARD
        default "aristainetos"
 
+config SYS_BOARD_VERSION
+       default 3
+
 endif
 
-if TARGET_ARISTAINETOS2
+if TARGET_ARISTAINETOS2BCSL
+
+source "board/aristainetos/common/Kconfig"
 
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_SOC
-       default "mx6"
-
-config SYS_CONFIG_NAME
-       default "aristainetos2"
+config SYS_BOARD_VERSION
+       default 4
 
 endif
 
-if TARGET_ARISTAINETOS2B
+if TARGET_ARISTAINETOS2C
+
+source "board/aristainetos/common/Kconfig"
 
 config SYS_BOARD
        default "aristainetos"
 
-config SYS_SOC
-       default "mx6"
-
-config SYS_CONFIG_NAME
-       default "aristainetos2b"
+config SYS_BOARD_VERSION
+       default 5
 
 endif