ARM: rmobile: Implement PMIC reset on V2H Blanche
[oweals/u-boot.git] / board / aristainetos / Kconfig
index b8e380eb8487c6e5bbc57290bb55f9101ef89a82..2ad3dbd56cb1eca4d790c15bd4956551be4e2bd8 100644 (file)
@@ -1,12 +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_ARISTAINETOS2BCSL
+
+source "board/aristainetos/common/Kconfig"
+
+config SYS_BOARD
+       default "aristainetos"
+
+config SYS_BOARD_VERSION
+       default 4
+
+endif
+
+if TARGET_ARISTAINETOS2C
+
+source "board/aristainetos/common/Kconfig"
+
+config SYS_BOARD
+       default "aristainetos"
+
+config SYS_BOARD_VERSION
+       default 5
+
 endif